Releases: akamuraasai/koreader-komga
Releases · akamuraasai/koreader-komga
v2026.06.22
First public release.
Added
- Connect to a Komga server with a base URL and API key, configured from
Komga → Settings inside KOReader. - Home hub with six ways to browse the library: Reading (books in progress),
Deck (on deck), Last Updated, Last Added Series, Collections,
and All (search the whole library by title). - Series browser with a multi-select chapter picker: pick any combination of
chapters and bulk-download them in one action. - Downloads saved into per-series folders, so each series stays self-contained on
the device. - Reading progress syncs back to Komga through KOReader's own sync, no extra setup.
- UI strings reuse KOReader's existing translation catalog, so the plugin inherits
KOReader's translations in every language it already supports (no catalog shipped). - CalVer versioning with the source of truth in
_meta.lua. - Tag-based release pipeline that builds the installable
komga.koplugin/zip and
publishes the GitHub Release, gated on the full KOReader-frontend e2e suite.
Commits
b1a766a ci: fix unit lua version and koreader-base cache key
6498c73 release: v2026.06.22
f118ff0 docs: short README + MkDocs documentation site with screenshots
d2551d9 feat: finalize i18n, comprehensive e2e suite, and release gating
f4e089d ci: CI workflows and CalVer release pipeline
5929b76 test: KOReader frontend integration harness
5faf908 test: unit tests and dev tooling (busted, luacheck, Makefile)
a3b6227 feat: browser UI and plugin entry point
8522d9d feat: Komga API client and response parsing
e9589e4 feat: core download logic and helpers
3eb5ae4 chore: add AGPL-3.0 license and .gitignore