Add support for storing and serving the new comic filters format

It's already implemented on iOS and next is supporting it on Android.
This commit is contained in:
Luis Ángel San Martín
2025-06-14 09:56:33 +02:00
parent a4ab11d44d
commit b7fb45a331
10 changed files with 191 additions and 40 deletions

View File

@ -2,7 +2,7 @@
Version counting is based on semantic versioning (Major.Feature.Patch)
## WIP (9.15.1)
## WIP (9.16.0)
### YACReader
* Don't use scroll animations on macos by default, it where hdpi scroll is most likely to be used.
* New toolbar on macos.
@ -21,6 +21,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
* Add support for custom covers for comics using the edit metadata dialog, you can use a pick file button or drag&drop an image into the cover view in the dialog.
* Covers can be set in bulk for various comics at once.
* New button to reset to the default cover of a comic.
* Support for storing the new image filters from iOS and Android apps.
### YACReaderLibraryServer
* Log libraries validation when the app starts.