Stump
Free and open source comics, manga, and digital book server with OPDS support
Alternative to: comixology, kindle, kobo
v0.0.5
2024-08-16⚠️ IMPORTANT: This is the first release with binary assets included. I have only had time to test the macOS (ARM) binary, and I have discovered a bug where the default config (
~/.stump/Stump.toml) is not initialized correctly. This probably affects all of them, and will be fixed by the next release. You will need to update theprofileto bereleaseand update theclient_diraccordingly (by default, it should be./client). You may also prepend the environment variables on the first run to write the config for you:STUMP_PROFILE=release STUMP_CLIENT_DIR=./client ./stump_serverA HUGE thank you to @JMicheli to getting the binary release workflow to the finish line. If you encounter any issues, please reach out! 🙂
What’s Changed
- :sparkles: Historical read progress tracking by @aaronleopold in https://github.com/stumpapp/stump/pull/340
- :sparkles: Page dimensions analysis task by @JMicheli in https://github.com/stumpapp/stump/pull/349
- :globe_with_meridians: New Translations by @aaronleopold in https://github.com/stumpapp/stump/pull/363
- Promote experimental changes by @aaronleopold in https://github.com/stumpapp/stump/pull/360
- 👷 Add code coverage tracking by @JMicheli in https://github.com/stumpapp/stump/pull/366
- ✅ Add core tests to improve coverage by @JMicheli in https://github.com/stumpapp/stump/pull/370
- :globe_with_meridians: New translations by @aaronleopold in https://github.com/stumpapp/stump/pull/368
- 👷 Release server binary by @JMicheli in https://github.com/stumpapp/stump/pull/369
- :hammer: Update docker-compose file example in docs to remove version by @fehwalker in https://github.com/stumpapp/stump/pull/373
- :bug: Fix basic auth password parsing breaking on : character by @fehwalker in https://github.com/stumpapp/stump/pull/375
- :pencil2: Fix infered typo by @fehwalker in https://github.com/stumpapp/stump/pull/379
- 🐛 Fix bug in
WebpProcessor::generateby @JMicheli in https://github.com/stumpapp/stump/pull/380 - :construction_worker: Add
macOSplatform to binary release workflow by @aaronleopold in https://github.com/stumpapp/stump/pull/374 - :bug: Fix various thumbnail generation issues by @aaronleopold in https://github.com/stumpapp/stump/pull/381
- :bug: Fix missing scrollbar in table component by @aaronleopold in https://github.com/stumpapp/stump/pull/382
- 🔨 Fix cargo watch tooling by @JMicheli in https://github.com/stumpapp/stump/pull/387
- :sparkles: Add
OpenDyslexicfont and pave way to support other fonts by @aaronleopold in https://github.com/stumpapp/stump/pull/386 - :bug: Fix 422 error relating to invalid user permission by @aaronleopold in https://github.com/stumpapp/stump/pull/389
- :adhesive_bandage: Fix path filter on push by @aaronleopold in https://github.com/stumpapp/stump/pull/388
- 🌐 Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/390
- 👷 Run ci on pushes to develop by @JMicheli in https://github.com/stumpapp/stump/pull/392
- :construction_worker: Fix codecov upload conditions in CI by @aaronleopold in https://github.com/stumpapp/stump/pull/395
- :white_check_mark: Add tests to improve coverage by @aaronleopold in https://github.com/stumpapp/stump/pull/394
- :construction_worker: Remote duplicate rust cache action in CI by @aaronleopold in https://github.com/stumpapp/stump/pull/396
- 🔖 Release v0.0.5 by @aaronleopold in https://github.com/stumpapp/stump/pull/399
New Contributors
- @fehwalker made their first contribution in https://github.com/stumpapp/stump/pull/373
Full Changelog: https://github.com/stumpapp/stump/compare/v0.0.4…v0.0.5