Desktop:
- Added experimental Epub reader support using system webview. Requires
Microsoft Edge WebView2
on Windows (installed by default on Window 11 and up to date Windows 10) andWebkit2Gtk 4.1
on Linux
Webview is reusing modified Komga webui epub reader. Reader webui implementation is subject to change in future releases - Fixed issue when OnnxRuntime upscaling was always applied. It should only apply when image is smaller than display size
- Updated Linux native library build system to Debian bookworm. Binary release now requires glibc ≥ 2.36
If you're using older glibc version or don't want to use bundled libraries, you can downloadwithout-bundled-libs
release. It requries system install of libvips for image decoding and optionally webkit2gtk 4.1 for webview support
Android:
- Fixed Android compatibility issue. The minimum supported and tested version is
Android 8
Common:
- Changed double page mode to always display two pages after single joint spread page unless offset option is enabled
- Added
Double pages (no cover)
reader mode - Fixed back scrolling issue when previous image was smaller than current one in Continuous reader mode
- Fixed handling of server base url containing additional path after host name (example: http://localhost:25600/komga was previously treated as http://localhost:25600/)