Stump logo

Stump

Free and open source comics, manga, and digital book server with OPDS support

Alternative to: comixology, kindle, kobo


About Versions (20)

v0.1.3

2026-05-17

A few things of note (things that may require your attention or were popular requests fulfilled):

  • A couple of CVEs fixed (see #1157)
  • Kobo sync was added (thank you @bct!)
  • The default permissions for users has changed, things like permission to change password etc. So if you have managed accounts you may need to adjust permissions
  • A bit more strict proxy header parsing, if you run a reverse proxy you’ll want to see here
  • Auth JWTs (e.g., for mobile app auth) now have stable secrets persisted to the database, so restarts retain token validity. The secrets should be created on first start after upgrade
  • The foundations for metadata fetching are present. It is extremely experimental and incomplete. You are welcome to try it, but please understand it isn’t finished yet.

Otherwise, a lot of bug fixes and some long-awaited feature requests (like Kobo). The documentation website also got a new look: https://www.stumpapp.dev/.

What’s Changed

New Contributors

Full Changelog: https://github.com/stumpapp/stump/compare/v0.1.2…v0.1.3