v6.0.3
Community Contributions
This release includes contributions from @yarikoptic - welcome to the project! 馃帀
Improved
- Better error messages for permission issues (#54, #55) - Authentication setup now provides clear troubleshooting guidance when encountering permission errors (common with Podman or Docker UID mismatches):
PERMISSION ERROR - Unable to write to session directory For Podman users: Add --userns=keep-id to your run command For Docker users: mkdir -p data && sudo chown -R 1000:1000 data
Changed
-
Standardized on
docker compose(v2) syntax - All documentation and scripts now use the moderndocker composecommand instead of the deprecateddocker-compose(v1). Docker Compose v2 has been built into Docker CLI since mid-2021, and v1 was deprecated in July 2023. (contributed by @yarikoptic) -
init_auth.shis now executable by default - No need to manually runchmod +x init_auth.shbefore using the script. (contributed by @yarikoptic)
Added
- Shellcheck CI workflow - Added GitHub Actions workflow to lint shell scripts on push/PR, improving code quality for bash scripts. (contributed by @yarikoptic)
馃搵 Full changelog: docs/CHANGELOG.md