Stump
Free and open source comics, manga, and digital book server with OPDS support
Alternative to: comixology, kindle, kobo
v0.1.2
2026-04-18🚨 Note 🚨
If you run Stump behind a reverse proxy, you may need to set STUMP_TRUST_PROXY_HEADERS=true. Previously, Stump always read proxy headers to determine the request scheme. As of this release, these headers are ignored by default for security reasons. Without this setting, OIDC login flows and other features that depend on the correct public URL may be broken.
Alternatively, you can set the public_url in your server configuration to that URL, which takes priority over proxy headers.
What’s Changed
- :arrow_up: Upgrade tailwind by @aaronleopold in https://github.com/stumpapp/stump/pull/1016
- ⬆️ Bump i18next from 23.16.8 to 26.0.1 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1004
- 🐛 Fix manifest cleanup in docker build by @aaronleopold in https://github.com/stumpapp/stump/pull/991
- ⬆️ Bump zustand from 4.5.7 to 5.0.12 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/997
- :globe_with_meridians: Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1010
- ⬆️ Bump eslint-plugin-prettier from 5.5.4 to 5.5.5 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1024
- ⬆️ Bump @rn-primitives/tabs from 1.2.0 to 1.4.0 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1027
- ⬆️ Bump @react-native-community/slider from 5.0.1 to 5.1.2 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1026
- ⬆️ Bump jest and @types/jest by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1020
- :globe_with_meridians: Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1030
- ⬆️ Bump @graphql-codegen/near-operation-file-preset from 3.1.0 to 5.0.0 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1023
- ⬆️ Bump @typescript-eslint/parser from 8.48.1 to 8.58.0 by @dependabot[bot] in https://github.com/stumpapp/stump/pull/1022
- 🔨 Use the same Rust version from the Nix flake by @Kernald in https://github.com/stumpapp/stump/pull/1034
- :sparkles: Darkreader support and new
Midnighttheme by @aaronleopold in https://github.com/stumpapp/stump/pull/1038 - :globe_with_meridians: (expo): Start localization support by @aaronleopold in https://github.com/stumpapp/stump/pull/1037
- 🔧 rerun build script when
GIT_REVorBUILD_CHANNELchanges by @aaronleopold in https://github.com/stumpapp/stump/pull/1039 - :globe_with_meridians: Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1033
- :recycle: Adjust darkreader meta tag behavior by @aaronleopold in https://github.com/stumpapp/stump/pull/1043
- ✨ Tags management page by @Kernald in https://github.com/stumpapp/stump/pull/1040
- :green_heart: Update binary CI checkout actions by @aaronleopold in https://github.com/stumpapp/stump/pull/1048
- :globe_with_meridians: Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1045
- :globe_with_meridians: (Polish) Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1050
- :globe_with_meridians: (German): Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1058
- :globe_with_meridians: (German): Update translations by @aaronleopold in https://github.com/stumpapp/stump/pull/1061
- :bug: Fix unique constraint violation during OIDC account migration by @aaronleopold in https://github.com/stumpapp/stump/pull/1059
- :adhesive_bandage: Ensure OIDC migration remaps preferences by @aaronleopold in https://github.com/stumpapp/stump/pull/1067
- :bug: Fix conversion of thumbnail config for
resizeMethodofnullby @aaronleopold in https://github.com/stumpapp/stump/pull/1070 - ➖ Replace
once_cell::Lazywithstd::sync::LazyLockby @DanikVitek in https://github.com/stumpapp/stump/pull/1075 - 🔖 Release v0.1.2 by @aaronleopold in https://github.com/stumpapp/stump/pull/1092
New Contributors
- @DanikVitek made their first contribution in https://github.com/stumpapp/stump/pull/1075
Full Changelog: https://github.com/stumpapp/stump/compare/v0.1.1…v0.1.2