Skip to content

Releases: Snd-R/Komelia

0.17.0

19 Oct 09:08

Choose a tag to compare

Panel by panel reading mode

Added a new reading mode that will scroll and zoom from panel to panel
Available on Android arm64 devices and on Desktop with installed ONNX Runtime
Panel detection is done by using custom trained RF-DETR computer vision model

Enable panels mode via Settings -> Image Reader -> Panel Detection -> Download Model

Home screen customization

Home screen toolbar now has a new edit button that will let you edit, reorder and create new filters.
With new edit mode you will be able create complex conditions and not be limited by the default set of filters

Other changes

  • Updated ONNX Runtime to version 1.23.0
  • Added WebGPU ONNX Runtime provider on Linux
  • Desktop ONNX Runtime TensorRT engines will now be saved in app data directory and won't be deleted after OS reboot
  • Fixed epub reader crash on Andorid versions below Android 14
  • Fixed crash on failed read progress update in image reader
  • Fixed issue with closed libraries side menu being partially visible in landscape mode on some Android devices

0.16.0

22 Jul 16:40

Choose a tag to compare

  • Added MangaBaka and Webtoons komf configuration
  • Added support for user certificate store on Android
  • Fixed issue when add to read list and collection dialogs were not displaying all entries
  • Fixed fullscreen on Windows
  • Github Android release now includes libraries for x86-64 platform

0.15.0

09 Mar 20:25

Choose a tag to compare

Common

  • Added downsampling kernel options (Lanczos3, Lanczos2 and Mitchell)
  • Added option to downsample images in linear light
  • Added animated images support (GIF, JXL, WebP, multipage TIFF, HEIC, AVIF)
  • Added image previews when dragging navigation slider in image reader
  • Added OLED friendly Darker theme with pure black background
  • Fixed login persistence issues with latest Komga version
  • Fixed crash caused by big (>200) amount of books being shown on series screen on high DPI displays
  • Fixed series/books titles being displayed on image cards in list view
  • Fixed issue when screen state was reset after navigating back from reader/settings screen
  • Fixed single non landscape page zoom issues in double pages mode

Android

  • Added upsampling config options (Nearest neighbor and Bilinear)
  • Added volume keys navigation option

Desktop

  • Moved ONNX Runtime upscale options to separate config dropdown
  • Updated ONNX Runtime to version 1.20.1

0.14.1

02 Feb 18:52

Choose a tag to compare

Common

  • Reworked back-press navigation. It now always tries to return to previously visited screen in navigation graph (similar to browser back button)
  • Added read list next book loading order in image reader when book was opened from read list
  • Added support for image reader reading direction to be set from series reading direction metadata
  • Changed image alignment to a side instead of center for non landscape images in double page reading mode
  • Fixed ッツ ebook reader progress tracking
  • Fixed random fling after zoom gesture in image reader

Android

  • Added mobile settings layout in image reader
  • Added option to flash the screen on page change in image reader. This should help avoid ghosting on e-ink devices
  • Added pull to refresh gesture
  • Fixed disappearance of libraries list when app was killed in background and later restored
  • Fixed incorrect book being loaded in image reader when app was killed in background and later restored

Desktop

  • Added back button and refresh button with F5 shortcut

Hotfix for version 0.14.0

  • Fixed single image layout not being vertically centered in image reader

0.14.0

02 Feb 17:58

Choose a tag to compare

Common

  • Reworked back-press navigation. It now always tries to return to previously visited screen in navigation graph (similar to browser back button)
  • Added read list next book loading order in image reader when book was opened from read list
  • Added support for image reader reading direction to be set from series reading direction metadata
  • Changed image alignment to a side instead of center for non landscape images in double page reading mode
  • Fixed ッツ ebook reader progress tracking
  • Fixed random fling after zoom gesture in image reader

Android

  • Added mobile settings layout in image reader
  • Added option to flash the screen on page change in image reader. This should help avoid ghosting on e-ink devices
  • Added pull to refresh gesture
  • Fixed disappearance of libraries list when app was killed in background and later restored
  • Fixed incorrect book being loaded in image reader when app was killed in background and later restored

Desktop

  • Added back button and refresh button with F5 shortcut

0.13.0

13 Jan 20:50

Choose a tag to compare

General changes

  • Added color correction settings in image reader using Color Curves or Color Levels manipulation
  • Added tags and genres suggestions in series and book edit dialogs
  • Improved settings and editing layouts on small screen devices
  • Fixed global search not displaying book results if there were no matching series results as well
  • Fixed issue when series and books where not displayed as unavailable when library was marked unavailable
  • Fixed occasional crash when opening epub books on windows
  • Fixed book bulk selection delete deleting all books instead of only selected ones
  • Updated komf settings

Android/Desktop

  • Downscale images in linear light. This should result in better quality but is slower to load and uses more memory

Wasm/Browser

  • Added support for epub books
  • Disabled libvips image decoder due to instability issues and high memory usage. Now it uses browser built-in decoder

0.12.2

01 Dec 08:33

Choose a tag to compare

  • Fixed Continuous reader tiling issues (again)

0.12.1

01 Dec 07:21

Choose a tag to compare

  • Fixed being unable to load image/css files in Komga epub reader when accessing Komga through http
  • Reverted to old image tiling behavior. New algorithm was causing issues when displaying images in continuous mode and when zooming on Android

0.12.0

30 Nov 17:14

Choose a tag to compare

  • Added epub reader support on Android
  • Added ッツ Ebook Reader and made it a default reader
  • Added option to switch between epub reader implementations (ッツ or Komga)
  • Improved tile size calculation algorithm to use screen size instead of fixed values. This should improve display performance for huge images on some devices
  • Fixed avif image decoding on Android
  • Fixed issue with keyboard not working in epub reader on Linux
  • Updated bundled jre in msi/deb to jbr-21.0.5b631.28
  • Support armv7 for Android apk

0.11.0

05 Nov 17:46

Choose a tag to compare

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) and Webkit2Gtk 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 download without-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/)