Skip to content

v0.11.25-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 22:17
· 349 commits to beta since this release
8ea8de3

Bug Fixes

  • api

    • fail to recognize selfhosted source as online. (5187201)
    • entries of offline selfhosted sources are marked as broken. (9dc684a)
    • mangadex doesn't exclude uploaders when specified. (b70d8b4)
    • mangadex chapter's includes scanlators from other chapters. (befecaa)
    • import only shows already-imported results. (a8417c9)
      we were accidentally always activating the cancel flag
  • renderer

    • says its the last chapter when it's the first. (ff9c0ee)
    • keep the same scrolling direction in horizontal mode. (90da474)
    • reader's chapters list now only displays selected language. (6475c50)
    • allow book mode in any direction and fix rtl. (7eec931)
    • fix type issue. (eebb4e9)
      add correct type for filterFn

Performance improvements

  • api

    • less IO when updating broken entries. (5646d95)
      before we needed to open the entry file to know if it was broken or not.
      now the broken status is directly available from the manga index

Refactors

  • renderer

    • import page design matches rest of the app. (592210a)

Chores

  • Dependency updates

    • remove postcss-rtlcss. (ddc9b11)
      we don't need it as quasar doesn't support per-component rtl
    • weekly deps updates. (2c8a8a6)

Other Changes