⚠️ 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 theprofile
to berelease
and update theclient_dir
accordingly (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
- ✨ Historical read progress tracking by @aaronleopold in #340
- ✨ Page dimensions analysis task by @JMicheli in #349
- 🌐 New Translations by @aaronleopold in #363
- Promote experimental changes by @aaronleopold in #360
- 👷 Add code coverage tracking by @JMicheli in #366
- ✅ Add core tests to improve coverage by @JMicheli in #370
- 🌐 New translations by @aaronleopold in #368
- 👷 Release server binary by @JMicheli in #369
- 🔨 Update docker-compose file example in docs to remove version by @fehwalker in #373
- 🐛 Fix basic auth password parsing breaking on : character by @fehwalker in #375
- ✏️ Fix infered typo by @fehwalker in #379
- 🐛 Fix bug in
WebpProcessor::generate
by @JMicheli in #380 - 👷 Add
macOS
platform to binary release workflow by @aaronleopold in #374 - 🐛 Fix various thumbnail generation issues by @aaronleopold in #381
- 🐛 Fix missing scrollbar in table component by @aaronleopold in #382
- 🔨 Fix cargo watch tooling by @JMicheli in #387
- ✨ Add
OpenDyslexic
font and pave way to support other fonts by @aaronleopold in #386 - 🐛 Fix 422 error relating to invalid user permission by @aaronleopold in #389
- 🩹 Fix path filter on push by @aaronleopold in #388
- 🌐 Update translations by @aaronleopold in #390
- 👷 Run ci on pushes to develop by @JMicheli in #392
- 👷 Fix codecov upload conditions in CI by @aaronleopold in #395
- ✅ Add tests to improve coverage by @aaronleopold in #394
- 👷 Remote duplicate rust cache action in CI by @aaronleopold in #396
- 🔖 Release v0.0.5 by @aaronleopold in #399
New Contributors
- @fehwalker made their first contribution in #373
Full Changelog: v0.0.4...v0.0.5