Downloads
| Description | File | SHA256 Hash |
|---|---|---|
| 32-bit Setup (windows exe) | Yomikiru-v2.24.0-Setup.exe | 27e3930a5d079fa3886058ec0f15cf125063cbd46289f66c3d19c9d68d62d7d5 |
| 32-bit Portable (windows zip) | Yomikiru-win32-v2.24.0-Portable.zip | 896f4cbb09e7b1b0e17f4c1d68a42a3fd92214bd10bfc08adb3fb106bf7e8097 |
| 64-bit Setup (windows exe) | Yomikiru-v2.24.0-Setup-x64.exe | b43fa8c910d908d4878f7086542dcde34eeefd843fc76e3634cc35b0bb2d50eb |
| 64-bit Portable (windows zip) | Yomikiru-win32-v2.24.0-Portable-x64.zip | 9e11f23ea808ef981131657dc7d1df42c3baed44ff83a71361fec2810533cb46 |
| 64-bit Linux (Debian) | Yomikiru-v2.24.0-amd64.deb | 5ba07d971bcffcc2ec049458d2628d37b45ad53365daf12e54b09ed0c1d24507 |
| 64-bit Linux (Arch) | yomikiru-2.24.0-x86_64.pkg.tar.zst | 2e7e5f8a9e9c6f1a54121703fe440cdd37a06a48995d4cb9c3c56ac41fd80146 |
Note
Community Discord Server: A Discord server for Yomikiru and Collection Extension is now open. Join for discussions, usage help, feedback, and updates. See Discussion #495.
Important
Known Issue with Updates (July 2025): Due to recent Windows security policy changes, some users may experience crashes during the auto-update process. If updates fail, please:
- Download the latest version manually from the releases page
- Install it over your existing installation
Issue is only present to users using "Setup" version.
For more information, see Announcement #451
2.24.0
2.23.2-beta.10
- feat: tray Hide all action and single-window tray click toggle (#514). Hide every window from the tray menu; when only one window exists, left-clicking the tray icon toggles that window's visibility.
- feat: book reader option to override EPUB-authored colors (#515). When enabled, your font, link, page, and content background colors can override styles from the book's CSS.
- feat: book reader content frame settings (#399). Separate content background, inline padding, and border from the page background; wallpaper padding applies to the content area.
- feat: structured, scoped logging for main process, preload, and renderer so log files are easier to follow.
- fix: updater download window handling and Linux update installation (clearer errors, unified sudo install path, smoother install-on-quit flow).
- dev: renderer logging uses
createRendererLoggerfrom@utils/loggeronly; directwindow.loggeruse is removed from renderer code.
2.23.2-beta.9
- fix: repair reader presets JSON when keys are missing or invalid instead of replacing entire presets. This fixes the issue where all presets were invalidated just because of one invalid key. Now user manga/book presets cannot be deleted; reset defaults restores bundled presets and recreates User from current reader settings.
- fix: multi-window sync for settings, theme, reader presets, and shortcuts. After saves, other windows refresh with debounced JSON reads and retries instead of stale or failed loads.
- fix: environment variable setup in GitHub Actions for releases for detailed app info.
2.23.2-beta.8
- feat: add minimize to tray option (#489). When enabled, minimizing hides window to tray. Tray menu lists all windows; left-click restores or focuses, right-click shows window list and Exit.
- feat: add focus sidelist search keybind (ctrl+shift+f) and random chapter shortcut (r) (#507). Random chapter biases away from recently opened chapters; full shuffle mode (session-only) shuffles list once with prev/next following shuffled order.
- feat: add sidelist search persistence and prev/next navigation improvements (#507). "Fix search" toggle (session-only) keeps filter across chapter navigation; prev/next follows filtered list when active.
- feat: add reset button for color filter section in reader settings (#506).
- feat: add autosave toggle for reader presets. When enabled, changes to reader settings (manga and book) are saved automatically.
- feat: replace InputCheckboxColor with InputColor for book background layer settings to avoid confusion.
- fix: detailed about app info not loading.
- fix: arch linux build and release creation.
2.23.2-beta.6
- feat: add reader settings presets for manga and book (#281). Switch between reading modes (e.g. 2-page LTR manga vs vertical-scroll manhwa). Supports export/import, save from clipboard, keybinds to cycle/select presets (alt+1-5, alt+period/comma), and reorder presets via up/down buttons.
- feat: add reading background settings for book (EPUB) reader (#399). Wallpaper image with dim, brightness, contrast, layer overlay, and padding. Background layers stay fixed when zooming text.
- feat: add manual chapter tracking for book (EPUB) via Anilist (#379). Search manga and novels, edit progress, and auto-update based on chapter.
- feat: support mouse buttons 4 and 5 in key bindings (#393). Default bindings: mouse 4 for previous page, mouse 5 for next page.
- feat: add optional single-instance behavior via Use Existing Window (#490). When enabled, second launch focuses the existing window and opens files in it; when disabled, opens in a new window. Toggle in General Settings (all platforms).
- feat(settings): add Detailed Info dialog to About. Shows build commit, build date, build type, and OS release.
- fix: correct CSS URL handling and body/html selector scoping in book (EPUB) reader (#488). Fixes url() in
@font-faceand proper mapping of body/html selectors to the content container. - fix: arch linux build entry in release markdown.
2.23.2-beta (earlier builds)
- feat: add arch linux support for auto-updates.
- fix: chapter list not refreshing after mark read/unread (#486) (#500) by
@jaathavan18
2.23.1
https://github.com/mienaiyami/yomikiru/releases/tag/v2.23.1
Full Changelog: v2.23.1...v2.24.0