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.5

2026-06-20

:boom: Data loss potential

This release does two notable things which can cause potential data loss:

  1. The current reading_session/finished_reading_session records get folded into a new reading_session table
  2. Time tracking has moved to server-applied deltas

The loss potential is mostly in the event of having to rollback the migration, as I haven’t added in any “refill” logic to undo the backfill, and will only really apply to your reading sessions / history.

Please ensure you back up your data as a precaution


What’s Changed

New Contributors

Full Changelog: https://github.com/stumpapp/stump/compare/v0.1.4…v0.1.5