Release history
habitsync releases
Self hosted Habit Tracker featuring goals and challenges with friends
All releases
8 shown
- OIDC login now uses default redirect URL without triple slash
Full changelog
Changes
Changed
- BREAKING CHANGE: Use the default redirect URL (without triple slash) for OIDC login.
Fixed
- Fix timezone issues with notifications with weekday filters
- Fix issues when changing notifications settings
- Calendar view: display of dates in the future
- Some issues with authentication, user approval
- Issues retrieving user info from oidc provider
Removed
Docker Image
docker pull ghcr.io/jofoerster/habitsync:0.19.0
- Comprehensive API documentation for all endpoints including error codes and authentication requirements
- Improved error messages for BASE_URL format issues
- Auto-generated changelog from git commit history for historical releases
Full changelog
Changes
Added
- Api documentation for all endpoints including error codes and authentication requirements.
- Readable error message for BASE_URL format issues.
- Auto generated (from git commits) changelog for old releases.
Changed
- Updated android build config to allow plain text communication (optionally)
Docker Image
docker pull ghcr.io/jofoerster/habitsync:0.18.2
## Changes ## Docker Image ```bash docker pull ghcr.io/jofoerster/habitsync:0.18.1 ```
## Changes ## Docker Image ```bash docker pull ghcr.io/jofoerster/habitsync:0.18.0 ```
Fixed a bug causing notifications to fail when using PostgreSQL and updated the Docker Compose Apprise configuration to reflect the latest integration requirements.
Fixed display bugs in habit configuration, corrected validation errors for time periods, and resolved editing issues for the apprise target URL, improving UI reliability.
Habit grouping performance was improved and a post-update database issue was fixed.