v0.12.0 - Sumarry page, new privacy settings (hide activity info), bug fixes
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
- Relogin is recommended for every users.
- Please read the docs for further information.
New Features:
- New Summary page.
- New privacy settings (hide activity info).
What's Changed Backend
- Fix Garmin Connect does not work after some days #178 - thanks @matin
- Fix not able to set default gear #182
- Added new table and CRUD logic for user privacy settings #131
- Activities returned from the backend respects the privacy settings
- Added new CRUD logic for the summary view #87 and #167 - thanks @maksm
- Fixed issue on gear nickname being unique, which means two different users could not have a gear with the same nickname. This should be applied only to the same user cannot have two gears with the same nickname
- Added proper HTTPException catch on raise that was causing incorrect messages on the frontend
- Bump dependencies.
- Bug fixes.
What's Changed Frontend
- Fix on phone/tablet not able to logout #184
- Fixed logout not redirecting on some cases
- Logout now displays a toast
- Added Summary view #87 and #167 - thanks @maksm
- Changed US translations from "Velocity" to "Speed"
- Added missing icons to SearchView
- New privacy settings for activities #131
- Bump dependencies.
- Bug fixes.