v0.10.0 - Activity laps, sets and steps, default visibility for new activities, change visibility for all activities, login page image, new activity types, ES and NL support
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update
- New volume server_images
- Please read the docs for further information
New Features:
- Activity now has laps, sets and steps support when applicable #42
- Enhanced activity page in mobile view
- New activities now inherit visibility defined by user in user profile settings #98
- User can now change his/hers activities visibility in bulk
- New activity types (Commuting Ride, Crossfit, Tennis, Table Tennis, Badminton, Squash, Racquetball, Pickleball) #113
- New gear type (racquet)
- Support for Spanish (ES) language by @rgmelkor
- Support for Dutch (NL) language by @WoutvanderAa
- Admins can now define login page image with a personalized one
- New icons for gears and users
- Strava unlink now properly call Strava deauthorize API
- Strava integration now uses StravaLib refresh token logic instead of custom one
- New activities for .fit files that do not have a workout name, now use a dynamic name based on the activity type instead of only "Workout" #123
- Bumped dependencies
- Fix bugs and probably created new ones :) #118 #119 #120 #127
- New issues templates
What's Changed General
- Updated docs
- New env variable "ENVIRONMENT"
- New volume server_images necessary for login image persistence on image updates
New Contributors
- @rgmelkor and @WoutvanderAa made their first contributions for ES and NL translations