Releases: joaovitoriasilva/endurain
Releases · joaovitoriasilva/endurain
v0.6.4
v0.6.4 - Fix for WebSockets with SSL + fix for language not changing in settings + German translations
New Features:
- German translations.
- Updated docs at https://docs.endurain.com.
What's Changed Frontend
- Fix for language not changing in settings.
- Fix for WebSockets with SSL.
- Removed unnecessary file.
- German added by @ThreeCO.
What's Changed General
- Updated docs.
v0.6.3
v0.6.3 - Garmin Connect account with MFA support + WebSockets support + Portuguese (PT) and Catalan translations
New Features:
- Garmin Connect account with MFA support.
- WebSockets support.
- Portugues (PT) and Catalan translations.
- Updated docs at https://docs.endurain.com.
What's Changed Backend
- Garmin Connect account with MFA support.
- WebSockets support.
What's Changed Frontend
- Garmin Connect account with MFA support.
- WebSockets support.
- Portuguese (PT) added by @joaovitoriasilva.
- Catalan added by @rubenixnagios.
What's Changed General
- Updated docs.
New Contributors
- @rubenixnagios made their first contribution in language Catalan
v0.6.2
v0.6.2 - Garmin Connect unlink + Garmin Connect gear
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
- Please read the new docs site for further information.
New Features:
- Garmin Connect unlink functionality.
- Sync gear from Garmin Connect.
- Updated docs at https://docs.endurain.com.
What's Changed Backend
- Garmin Connect unlink functionality.
- Sync gear from Garmin Connect.
What's Changed Frontend
- Garmin Connect unlink functionality.
- Sync gear from Garmin Connect.
What's Changed General
- Updated README.
- Updated docs.
New Contributors
v0.6.1
v0.6.1 - Pannable/zoomable map and updated docs
New Features:
- Pannable/zoomable map in activity page.
What's Changed Frontend
- Pannable/zoomable map in activity page.
What's Changed Docs
- Added star history to index.md and added scheduler info to Strava and Garmin Connect integrations information
v0.6.0
v0.6.0 - Garmin Connect integration + Strava unlink + new docs page
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
- Please instruct your users to logout and login after upgrade.
- Please read the new docs site for further information.
New Features:
- Garmin Connect integration.
- Strava unlink functionality.
- User can now input his/hers height.
- Docs page available at https://docs.endurain.com hosted using GitHub Pages.
What's Changed Backend
- Garmin Connect integration.
- Strava unlink functionality.
- User can now input his/hers height.
- Yoga activity type.
- Added root path of "/api/v1" in order to prepare for AIO docker image.
- Added /about router that return JSON object with title, version and license info
- Bug fixes.
What's Changed Frontend
- Garmin Connect integration.
- Strava unlink functionality.
- User can now input his/hers height.
- Yoga activity type.
- Added "Me" badge if user is logged user in to user list in user settings page.
- Added missing activity types "Rowing" and "Yoga" to edit activity modal.
- Gear now only shows inactive state in gears list.
- Bug fixes.
What's Changed General
- Updated README.
v0.5.3
v0.5.3 - Fixed .fit files imported with no distance and weight training activity stats
What's Changed Backend
- Fixed error when uploading activity .fit files with no distance (weight training for example).
What's Changed Frontend
- Fixed weight training activity summary info.
What's Changed General
- Updated docker-compose file with missing volumes
v0.5.2
v0.5.2 - Fixed error in v0.5.0 migration if no activities are created
What's Changed Backend
- Fixed error in v0.5.0 migration if no activities are created
v0.5.1
v0.5.1 - Fixed Strava imported activities distance and sport type. Added rowing activity sport type
What's Changed Backend
- Added rowing activity sport type.
- Fixed Strava imported activities distance and sport type.
What's Changed Frontend
- Added rowing activity sport type.
v0.5.0
v0.5.0 - .fit file support
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
- Please instruct your users to logout and login after upgrade.
- There is a new volume needed to store processed activity files on container updates.
- Please read the README file for further information.
New Features:
- .fit files are now supported, including multi activity files.
- New health zone starting with the capability of logging weight.
What's Changed Backend
- Added support for .fit files.
- Added support for weight logging.
- Files used to import activities are now stored in a specific processed folder.
- New specific log for migrations.
- Dependencies bump.
- Bug fixes.
What's Changed Frontend
- Toast logic now uses Notivue.
- Added support for .fit files.
- Added support for weight logging.
- Activity summary data now displays the correct data and is adapted for each activity type.
- Change theme now works using the general settings.
- flag-icons added to navbar.
- Fixed dropdown not closing on theme change in navbar.
- Bug fixes.
What's Changed General
- Updated README, docker-compose and screenshot files
New Contributors
- @movassaghi6 made their first contribution in #27
- @eltociear made their first contribution in #26
v0.4.0
v0.4.0 - Bulk import, redesigned settings integrations zone and retrieve Strava activities now lets users define number of days
ℹ️ Info:
- There is a new volume needed to be configured to allow bulk import. Please read the README file for further information.
What's Changed Backend
- Added bulk import capability
- Bumped dependencies
What's Changed Frontend
- Added bulk import capability
- Redesigned settings integration zone from card to list view
- Retrieve Strava activities button now allows user to specify number of days prior to retrieve #23
- Minor fixes
- Bumped dependencies
What's Changed General
- Updated README, docker-compose and screenshot files