Open Collective
Open Collective
Loading
v0.8.1 - A bit more than a Hotfix
Published on April 22, 2024 by Joseph Milazzo

This is just a bit more than a hotfix, but mainly focused on some polish after more users got their hands on the v0.8 along with the updated Image library. From the community support, v0.8 looks to have gone off really well with only a few users reporting minor data loss. Thanks to everyone joining support and bringing up edge cases that were missed.

I would also like to remind users that you can upvote and comment (or create your own) feature requests on out Github Discussions page.

The full release can be found here.

Added

  • Added SortOrderLocked field for upcoming ability to set it in the UI, allowing customization of sort order on Series Detail page. (This is not yet in the UI, just in the DB and code)

Changed

  • Changed how often the 1 version out of date check occurs to be every 4-6 hours instead of 1-2 hours.
  • Allow jumpbar to function on pages as long as there is no custom sort 
  • When refusing OPDS download due to lack of role, use 403 Forbid.
  • Don't show any of the internal information on publication status tooltip when the total items is set to 0 (or unset)
  • Updated Comic Vine library when falling back to taking Series name from directory because no Volume tag exists, don't clean specials from the directory name.

Fixed

  • Fixed a bug where some series detail pages have a ton of extra space
  • Fixed a bug where series folders with nested specials would get a bad LowestSeriesFolder meaning series scans wouldn't do anything important.
  • Fixed a bug with default ordering failing when a series has a special
  • Fixed a bug where the very out of date modal wouldn't have the correct number of version out of date.
  • Fixed a bug where stacked image chapters wouldn't move all the files over to cache
  • Fixed an oversight where brightness control in manga reader wasn't applying to webtoon reader
  • Drastically sped up switching between card/list mode on series detail for large series
  • Fixed Continue -100000 when a series is read on series detail page
  • When parsing from fallback libraries, use comic parsing only for Comic/Comic Vine library types.
  • Fixed a bug where weblinks remove would not work well. Now it works more like you would assume.
  • Fixed a bug where active tab wouldn't default to volumes on comic libraries when there were no issues or specials.
  • Fixed a bug where progress bar on kavita+ metadata progress wasn't showing red.
  • Fixed a bug where on Chrome bootstrap sliders were blue and not the primary color.
  • Fixed a bug where chapters could duplicate due to some regions using ',' as a decimal separator. Now in Kavita, whenever we stringify any numbers, it will always choose English's way as that is how it was designed.
  • Fixed a case where non-English locales wouldn't parse floats correctly for x.x chapters.
  • Fixed an exception being thrown on startup for fresh users

API

  • Deprecated series/chapter-metadata API in favor of just including the metadata with all chapter entities.