koreader

Media

An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices

Latest v2026.07.1 · by koreaderWebsitekoreader/koreader

Release activity

Release activity — 5 releases across 5 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Apr 26, 2026No releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 20261 release on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026
MondayNo releases on Apr 27, 2026No releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
TuesdayNo releases on Apr 28, 2026No releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Apr 29, 2026No releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026
ThursdayNo releases on Apr 30, 2026No releases on May 7, 2026No releases on May 14, 2026No releases on May 21, 2026No releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026
FridayNo releases on May 1, 2026No releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026
SaturdayNo releases on May 2, 2026No releases on May 9, 2026No releases on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 20261 release on Aug 1, 2026No releases on Aug 8, 2026

5 releases in the last year

Changelog

v2026.07.1

KOReader 2026.07.1

Changed 1
  • Support tolino firmware version 5.18 and later
Fixed 5
  • Fix OPDS 2.0 http header
  • Maintain scroll offset for a kept open, multi-page QuickMenu
  • Keep attribute values that are not ASCII in luxl
  • Fix author in OPDS 2.0
  • Skip archive directory in recursive scan for Wallabag

Minor bug fixes, mainly for some virtual artifacts in rounded corners (#15753).

What's Changed
New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2026.07...v2026.07.1

View originalPermalink
How v2026.07.1 went
v2026.07

KOReader 2026.07 "Sailing Walrus"

Added 15
  • Background cleanup for PDFs with Mask and SMask to remove backgrounds without preprocessing
  • Support for Kobo v5 devices
  • Improved support for PocketBook Era Lite, reMarkable Paper Pure, newer Onyx Android devices, and some Kindle models
  • Single-key shortcuts support in the hotkeys plugin
  • Built-in support to delete plugins
  • Cloud storage plugin with uploading, downloading, and deleting selected files, configurable servers and upload folders, natural sorting, and improved WebDAV handling
Changed 3
  • SyncService replaced by new Cloud storage plugin
  • Improved Chinese encoding handling in CHM files
  • Fixed background color propagation among inlines in renderFinalBlock()
Fixed 3
  • End of Document status change in ReaderStatus
  • Cover image rotation to only update when rotate image is enabled
  • Kindle warmth settings to not break incremental settings when setting absolute warmth

It's been about four months since the previous release, so it's about time, isn't it? One very interesting addition is background cleanup for PDFs with Mask and SMask, which is technobabble for backgrounds (particularly in Archive.org PDFs, https://github.com/koreader/koreader/pull/15401). It means you might not need preprocessing to be able to open them on your ereader without having to be fairly patient when turning pages, though the usual warnings apply: backgrounds are not just the yellowish color of paper, but they might also contain most of the non-textual content, if any.

Kobo v5 support was finally merged (https://github.com/koreader/koreader/pull/12401), and will also reach the nightly builds server soon. There's also new or improved support for the PocketBook Era Lite, reMarkable Paper Pure, newer Onyx Android devices, and some Kindle models.

The hotkeys plugin now supports single-key shortcuts (https://github.com/koreader/koreader/pull/14867), and speaking of plugins, there is now built-in support to delete them (https://github.com/koreader/koreader/pull/15240).

SyncService is replaced by the new Cloud storage plugin (https://github.com/koreader/koreader/pull/15210). It supports uploading, downloading, and deleting selected files, configurable servers and upload folders, natural sorting, and improved WebDAV handling.

And last but not least, there's now OPDS 2.0 basic support (https://github.com/koreader/koreader/pull/15696).

This month's logo was contributed by @thunder_clud.

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2026.03...v2026.07closed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2026.07 went
v2026.03

KOReader 2026.03 "Snowflake"

Added 6
  • Stable pages in file browser
  • Gestures and profiles allow disabling popup messages
  • Remarkable support refresh levels
  • Add Japanese reader.dict monolingual dictionary
  • Pinned page exact location
  • Status bar External content item
Changed 5
  • Upgrade desktop platform from SDL2 to SDL3
  • Exporter uses number of stable pages
  • Remarkable full refresh enabled by default for appload-based setup
  • Exporter enhanced title and author parsing from MyClippings
  • RenderImage improve JPEG handling
Fixed 9
  • Fix two bugs with statusbar presets
  • NewsDownloader removes multiple unwanted selectors
  • Screensaver skips showing without UI instance
  • Status bar fixed loading preset on empty items
  • Calibre does not use stale list
  • Fix crash on Kindle when both AutoSuspend and KeepAlive are on

koreader-2026-02-snowflake

There's a pretty big update on desktop this time around. We've upgraded from SDL2 to SDL3 (#14983). This should mean everything works the same or better, but let us know if we missed some edge case. For the nearby future it does have the side effect of always shipping along SDL3, even in the DEB packages, because only recent distros provide it out of the box.

There are many other improvements, like stable pages in file browser (https://github.com/koreader/koreader/pull/14570). I won't bore you with more nonsense (read: there were some holdups with the release and my mental overview was lost), and I'll just let the PRs speak for themselves.

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2025.10...v2026.03closed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2026.03 went
v2025.10

KOReader 2025.10 "Ghost"

Added 15
  • Configure artificially generated stable page numbers under navigation settings with options for publisher page numbers or characters per page
  • Display stable page numbers in the margin independently of other layout settings
  • View stable page number list showing a table of all stable page numbers and their corresponding screen page numbers
  • Add CloudStorage action in Dispatcher
  • Support character-by-character highlighting for partial word translation
  • Make the Plus menu in file browser user-patchable
Changed 3
  • Invert progress bar direction independently of UI layout (LTR/RTL)
  • ReaderFooter skip dynamic filler in items cycling
  • ReadTimer use previous scheduled instance
Fixed 7
  • Ensure downloaded files from OPDS have a file extension
  • ReaderHighlight fix long-press with Do nothing
  • Fix downloading of PDFs with non-standard mimetype from wallabag
  • Calibre handle a missing inbox folder
  • ReMarkable remove disable xochitl autosuspend and add explicit qtfb-shim check
  • Kobo don't send PowerPress twice when fudging page turn button events for pageturn_power
  • OPDS ignore query string in file extension workaround

Ghost

Apologies, I don't have much time to write release notes today. As usual there's been quite a bit of activity. One of the most visible changes is that if you like stable page numbers, artificially generated stable page numbers can now be easily configured under navigation () → Settings → Stable page numbers.

Keeping in tune with not spending too much time on release notes, here's a copy of the included help text:

By default, one screen equals one page. Any change in the book's formatting will therefore result in renumbering: new total pages, different chapter lengths, new locations in TOC and bookmarks, etc.

Select stable page numbers if you prefer page numbers that are independent of layout settings and consistent across devices:

  1. Publisher page numbers (℗): normally equivalent to a specific physical edition. Only available if supplied by the publisher.
  2. Characters per page: a page will be counted for this amount of characters (sometimes called logical or synthetic page numbers). Use this if no publisher page numbers are available or if you prefer to have consistent page lengths for all books.

Since stable page numbers can start anywhere on the screen, you can choose to display them in the margin, regardless of other settings.

'Stable page number list' shows a table of all stable page numbers and their corresponding screen page numbers.

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2025.08...v2025.10closed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2025.10 went
v2025.08

KOReader 2025.08 "Parasol"

Added 12
  • Full-text search now has a start page option
  • OPDS browser gained syncing and facets to change sort order on supporting feeds
  • Dictionary presets for easier configuration
  • Cloud storage downloads now show a progress bar
  • CBR comics support
  • Table of contents search functionality
Changed 7
  • Footnote style tweaks improvements
  • FocusManager cursor keys corrected for RTL languages
  • DictQuickLookup widget width made user patchable
  • Gesture intervals adjusted for long-press and very-long-press
  • Status bar sort items now dim inactive items
  • Status bar now has dynamic filler
  • Calibre connection setup reworked
Fixed 1
  • HttpInspector crash when starting server

koreader-202508-parasol-opt

A random sampling from some new features: full-text search now has a start page (https://github.com/koreader/koreader/pull/13798); the OPDS browser has gained syncing and "facets" (https://github.com/koreader/koreader/pull/14089), which will allow you to change the sort order among other things on supporting feeds. Dictionaries are now more fiddly (the good kind, with presets, https://github.com/koreader/koreader/pull/13774), and cloud storage downloads offer a progress bar (https://github.com/koreader/koreader/pull/13650). CBR comics (https://github.com/koreader/koreader/pull/13780), and of course more supported devices as always. Also ToC search (https://github.com/koreader/koreader/pull/13906), improvements to footnote style tweaks (https://github.com/koreader/koreader/pull/13554). For more, please see below.

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2025.04...v2025.08closed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2025.08 went
v2025.04

KOReader 2025.04 "Full Moon"

Added 9
  • Add support for KindleHF, requiring the kindlehf package for any Kindle running firmware ≥ 5.16.3
  • Pocketbook now supports extended key events
  • Add faster option to export text selections via QR codes
  • Add notebook file support
  • Add search functionality to collections
  • Add dynamic battery symbol to sleep screen message in screensaver
Changed 7
  • Dictionaries with images now automatically take the res folder as their point of departure, requiring adjustment to dictionary content scripts
  • Markdown files are now rendered differently
  • Highlight line height adjustments
  • WebDAV now shows folders with the same name as current folder
  • AutoStandby plugin now schedules next standby on init
  • AutoSuspend day selector is now less restrictive
  • CreDocument tweaks when the default font is set
Fixed 1
  • Screenshoter screenshot folder issue
Removed 3
  • Exporter plugin drops support for memos and flomo
  • Autofrontlight plugin was removed
  • Backgroundrunner plugin was removed

full-moon

The user guide received a big update, full changelog here.

Dictionaries with images now automatically take the res folder as their point of departure (#12877). This means you'll have to adjust your dictionary content scripts. If you're lucky you can simply delete them.

Markdown files are now rendered differently (https://github.com/koreader/koreader/issues/13680).

Various changes in plugins:

  • exporter plugin drops support for memos and flomo. You can install them from https://github.com/koreader/contrib if they work for you as is but they won't receive support here.
  • autofrontlight plugin was removed.
  • backgroundrunner plugin was removed. Third party plugins that rely on it to work need to be updated!

New support for KindleHF. Any Kindle running firmware ≥ 5.16.3 will need the kindlehf package.

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2024.11...v2025.04closed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2025.04 went
v2024.11

KOReader 2024.11 "Slang"

Added 6
  • Color support when reflowing
  • Use left and right keys for page turning option
  • Text editor select mode now indicated with wider cursor
  • Read timer value added to AltStatusBar and Footer
  • Author option added for alt status bar
  • Show and hide virtual keyboard with additional keyboard shortcuts
Changed 6
  • Wi-Fi connection reliability improved on Kobo and other platforms where KOReader manages Wi-Fi
  • Text editor speed improved when adding or deleting characters on large files
  • Page turn vertical tap zones inverted
  • NetworkMgr improved to handle wpa_supplicant rescans better
  • Kobo frontlight state tracking improved on suspend and resume
  • Certain network features now work in Flatpak
Fixed 9
  • Dictionary issues on Android
  • Annotations now allow equal datetime fields
  • Page bookmarks now allow equal page numbers
  • ToggleSwitch long-press behavior
  • ReaderAnnotation doesMatch function
  • HTTP proxy setting now applied on startup

koreader-2024-11-slangie

Note for Tolino users: this release freezes the system, see https://github.com/koreader/koreader/issues/12769 for more information. See https://github.com/koreader/koreader/issues/11068 for how to download a newer nightly build.

Some of you on Android may have had dictionary issues. That should be fixed now.

Connecting to Wi-Fi should be more reliable on platforms where we manage it ourselves, most notably Kobo (https://github.com/koreader/lj-wpaclient/pull/11).

Color is now supported when reflowing (https://github.com/koreader/koreader/pull/12085).

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

New Contributors

Full Changelog: https://github.com/koreader/koreader/compare/v2024.07...v2024.11closed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2024.11 went
v2024.07

KOReader 2024.07 "Outside"

Added 14
  • SortWidget: sort alphabetically
  • Multiple collections
  • Annotations support
  • Add Czech keyboard layout
  • Initial support for new Kobo Clara B/W, Clara Colour, and Libra Colour
  • Gesture: Add toggle for orientation lock
Changed 4
  • Gestures.plugin: Rotation gesture renamed
  • CoverImage: Honor rotation after opening of a book
  • Bump base, docker images, and luajit-launcher for compilation speedups
  • Bump crengine: minor fixes for ruby, crash, and non-linear flows
Fixed 3
  • PDF rendering edge cases fixed via MuPDF update
  • Kindle: Fix missing Amazon UI screensaver after exiting KOreader
  • Kindle Scribe: Fix KindleUI L and R orientations when restarting KOReader book in landscape

koreader-sonnenfee-2024-07-outside

A big thanks to @ezdiy and @benoit-pierre for taking on the major effort of updating MuPDF (https://github.com/koreader/koreader/pull/11940). Unfortunately or hopefully you won't notice a thing, but some edge cases in PDF rendering have been fixed.

Likewise our gratitude to @Commodore64user for the many non-touch/keyboard focused improvements.

If you used the built-in update to try out a development version in the last week of June you might need to overwrite the install manually, see https://github.com/koreader/koreader/issues/12115.

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

Full changelogclosed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2024.07 went
v2024.04

KOReader 2024.04 "Sourdough"

Added 6
  • Allow mousewheel scrolling in Menu, DictQuickLookup, and TextViewer
  • Bookmarks editing of highlighted text
  • ReaderFooter chapter progress bar
  • Wikipedia EPUBs settings for include and highres images
  • Allow asymmetric margins for autocrop
  • Support for Linfiny eNote, Avalue ENT-13T1, and QuirkLogic Papyr on Android
Changed 9
  • Sleep screen menu (formerly known as the screensaver menu) has been reworked
  • Use Bresenham's algorithm and anti-aliasing for rounded corners
  • CoverBrowser now shows cached cover of deleted file in history
  • Fulltext search default mode with fixes
  • crengine updated with better conformance to the HTML Standard rendering
  • ReaderTypeset menu logic and defaults tweaked
Fixed 5
  • Screensaver shows 0% only on first page and 100% only on final page
  • Dictionary download message when connection fails
  • appimage gets full path before changing to assets directory
  • ReaderView ensures that the pan zoom direction is not nil
  • ReaderLink copy link functionality

Sonnenfee - KOReader - Theme - sourtough

As usual, there have been so many changes that it's difficult to tell a coherent story about them. One of the more noticeable changes is that the sleep screen menu (formerly known as the screensaver menu) has been reworked (#11549). But there's also been a lot of work on the backend, updating the build infrastructure and crengine.

This month's logo was contributed by @Sonnenfee

We'd like to thank all contributors for their efforts. Some highlights since the previous release include:

  • Input: Don't let wacom pens clobber the slot of the next contact (#11520) @NiLuJe

  • Use Bresenham's algorithm and anti-aliasing for rounded corners (#11498) @zwim

  • Menu, DictQuickLookup, TextViewer: allow mousewheel scrolling (#11525) @poire-z

  • CoverBrowser: show cached cover of deleted file in history (#11523) @hius07

  • Bookmarks: edit highlighted text (#11484) @hius07

  • Fulltext search: default mode, fixes (#11507) @hius07

  • ReaderFooter: chapter progress bar (#11505) @hius07

  • bump crengine: better conformance to the HTML Standard rendering (#11527) @poire-z Includes:

  • ReaderTypeset: tweak Style> menu logic and defaults (#11527) @poire-z

  • Style tweaks: add tweak to avoid some presentational hints (#11527) @poire-z

  • util.prettifyCSS(): handle better :is() and similar (#11527) @poire-z

  • Wikipedia: tweak EPUB css to force epub.css look (#11527) @poire-z

  • Wallabag: properly deal with mimetype actually being content-type (#11532) @Frenzie

  • Screensaver: 0% only on first page, 100% only on final page (#11541) @Commodore64user

  • ReaderZooming: make auto-crop default be page content (#11438) @hugleo

  • Book style tweak: add more suggestions in "CSS ≡" (#11533) @poire-z

  • Wikipedia EPUBs: add settings for include/highres images (#11544) @poire-z

  • Allow asymmetric margins for autocrop (#11540) @hugleo

  • Dictionary: Fix download message when connection fails (#11548) @jovanbulck

  • appimage: get full path before changing to assets dir (#11552) @pazos

  • Android: Add Linfiny eNote / Avalue ENT-13T1 / QuirkLogic Papyr (#11554) @davide125

  • ReaderView: ensure that the pan zoom direction is not nil (#11557) @hius07

  • ReaderStatus: update status modification time (#11568) @hius07

  • [fix] ReaderLink: fix copy link (#11569) @Frenzie

  • covermenu: fix file dialog (#11576) @hius07

  • ReaderToc: add option to show chapter lengths (#11546) @poire-z

  • bump crengine: various fixes, improved Russian typography (#11578) Includes:

  • ReaderTypography: update menu features symbols for Russian (#11570) @dmalinovsky

  • [i18n] Add en-GB and Romanian translation to UI (#11577) @Frenzie

  • PocketBook: remove unused color_saturation parameter (#11597) @dmalinovsky

  • ReaderView: increase underline thickness (#11586) @Commodore64user

  • FileChooser collates: use "item.sort_percent" for sorting + extra on-hold handling (#11592) @hasezoey

  • bump base: fix sdcv binaries on non-Android/macOS platforms (#11609) @benoit-pierre

  • [i18n] Font UI fallbacks: insert replacement characters with template for Weblate compatibility (#11614) @Frenzie

  • ReaderHighlight: strikeout → Strikethrough (#11619) @Commodore64user

  • File manager: fix classic mode item font size (#11626) @hius07

  • Do flashui refresh for first display of History page (#11603) @dmalinovsky

  • Add support for C64P (#11636) @ovehbe

  • NetworkMgr: Fix PocketBook losing net access (#11601) @liskin

  • NetworkMgr: Use cheaper/simpler hasDefaultRoute in isOnline (#11601) @liskin

  • NetworkMgr: Limit the hasDefaultRoute check in isOnline to PocketBooks (#11601) @liskin

  • bump crengine: various fixes, updated russian hyphenation (#11637) @poire-z Includes:

    Also includes:

  • CreDocument: support added 'identifier' metadata (#11628) @baswag

  • Sleep screen menu reworked (#11549, #11647) @Commodore64user

  • GetText: fix crash if a value is used as unique value and as singular/plural (#11643) @Frenzie

  • [i18n] GetText: fix fuzzy detection for certain strings (#11648) @Frenzie

  • bump base, luajit-launcher, avoid assert failure in sub-processes (#11658) @poire-z

  • make: fix test rule (#11659) @benoit-pierre

  • Various AppImage fixes and improvements (#11662, #11669, #11665, #11671) @benoit-pierre @Frenzie

  • ci: bump CircleCI docker images, other CI improvements (#11677) @benoit-pierre

  • Stop touching night mode when control_nightmode == false (#11685) @imax9000

  • Kindle Scribe: find accelerometer based on hardware (#11642, #11696) @mergen3107

  • Hide hidden flows and custom toc from non-touch devices (#11690) @Commodore64user

  • NewsDownloader: use content:encoded from RSS item, if available (#11694) @imax9000

  • Add PocketBook Era Color (PB700K3) (#11695) @ElimGarak1

  • Keyboard: detect tap if swipes are disabled (#11699) @hius07

  • Add relevant nil guards to prevent reflow crashes (#11715) @Galunid

  • Gesture: add jump to random page (#11727) @vyaus

  • pocketbook: simplify device model detection (#11721) @benoit-pierre

Full changelogclosed milestone issues


Installation instructions: AndroidCervantesChromeOSKindleKoboPocketBookReMarkableDesktop LinuxMacOS

View originalPermalink
How v2024.04 went
View all

Discussion