Stump
Free and open source comics, manga, and digital book server with OPDS support
Alternative to: comixology, kindle, kobo
v0.0.10
2025-02-07⚠️ This release has small potential for breaking changes. If you have any managed accounts with the same username but with different casing (e.g., oromei vs oRoMeI) the migration will likely fail. Be sure to rename accounts before updating if this applies to you.
What’s Changed
- ♻️ Create Preformatted component to render JSON by @xendke in https://github.com/stumpapp/stump/pull/505
- ✨ render children of an epub content item by @xendke in https://github.com/stumpapp/stump/pull/521
- 🐛 Fix bookmark click navigation by @xendke in https://github.com/stumpapp/stump/pull/525
- :bug: Fix invalid method for cancel job by @aaronleopold in https://github.com/stumpapp/stump/pull/527
- ✨ Add GET and PUT endpoints for media metadata by @aaronleopold in https://github.com/stumpapp/stump/pull/528
- :globe_with_meridians: Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/489
- :bug: Restore media/series when previously missing by @aaronleopold in https://github.com/stumpapp/stump/pull/529
- 🐛 Change CORS layer construction to allow wildcard by @JMicheli in https://github.com/stumpapp/stump/pull/538
- ✨ Allow disabling job overlay by @aaronleopold in https://github.com/stumpapp/stump/pull/542
- :lipstick: Improve small topbar nav issues by @aaronleopold in https://github.com/stumpapp/stump/pull/540
- :globe_with_meridians: Update translations (Japanese) by @aaronleopold in https://github.com/stumpapp/stump/pull/535
- :pencil2: Fix missing whitespace in upload modal by @aaronleopold in https://github.com/stumpapp/stump/pull/547
- :globe_with_meridians: Update translations (multi) by @aaronleopold in https://github.com/stumpapp/stump/pull/543
- :bug: Fix unordered OPDS entries by @aaronleopold in https://github.com/stumpapp/stump/pull/553
- :sparkles: Support basic keyword search for OPDS v1.2 by @aaronleopold in https://github.com/stumpapp/stump/pull/558
- 🐛 Enforce case-insensitive username uniqueness by @aaronleopold in https://github.com/stumpapp/stump/pull/557
- :memo: Remove Tachiyomi plans from repo and docs by @aaronleopold in https://github.com/stumpapp/stump/pull/554
- :bug: Fix
TemplateRegistrationFailederror when sending email by @aaronleopold in https://github.com/stumpapp/stump/pull/550 - :twisted_rightwards_arrows: Promote experimental features by @aaronleopold in https://github.com/stumpapp/stump/pull/560
- :globe_with_meridians: Update translations (multi) by @aaronleopold in https://github.com/stumpapp/stump/pull/562
- :bug: Remove auto-pagination for
usePageQuerywrapper by @aaronleopold in https://github.com/stumpapp/stump/pull/564 - :sparkles: Support
apple-mobile-web-app-capablemeta by @aaronleopold in https://github.com/stumpapp/stump/pull/567 - ✨ Make bundled web app a PWA by @aaronleopold in https://github.com/stumpapp/stump/pull/570
- :bug: Fix logical error preventing force rebuild scans by @aaronleopold in https://github.com/stumpapp/stump/pull/574
- :bug: Fix incorrect URLs for library thumbnail ops by @aaronleopold in https://github.com/stumpapp/stump/pull/575
- :bug: Fix path error in koreader router by @aaronleopold in https://github.com/stumpapp/stump/pull/576
- 🌐 Update translations (multi) by @aaronleopold in https://github.com/stumpapp/stump/pull/572
- :bug: Fix update failure for new metadata on existing books by @aaronleopold in https://github.com/stumpapp/stump/pull/577
- :hammer: Fix flake.nix so its usable by @HiImKobeAnd in https://github.com/stumpapp/stump/pull/579
- :globe_with_meridians: Update translations (Japanese) by @aaronleopold in https://github.com/stumpapp/stump/pull/578
- 🔖 Release v0.0.10 by @aaronleopold in https://github.com/stumpapp/stump/pull/580
New Contributors
- @HiImKobeAnd made their first contribution in https://github.com/stumpapp/stump/pull/579
Full Changelog: https://github.com/stumpapp/stump/compare/v0.0.9…v0.0.10