v0.15.0-RC1 - Release candidate 1 for v0.15.0 - Add sign-up support with configurable email verification and admin approval, new activity types (Ice Skating, Football (Soccer) and Padel), import bikes from Strava takeout file, TypeScript support, initial support for Chinese (Simplified and Traditional) translations and bug fixes
⚠️ Warning:
- This is not a final version, expect bugs and errors
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
New Features:
- Add support for Ice Skating #352
- Add support for Football (Soccer) and Padel #353
- Add new Import section in settings, moved bulked import to it and add ability to import Strava bikes from
bikes.csv
from Strava takeout #285 - TypeScript support #357
- Added comprehensive sign-up support with configurable email verification and admin approval #329
- Added initial support for Chinese Simplified and Traditional
Fixes:
- Fixed e-MTB not importing with the activity type correct #345
- Goals isn't displaying items as complete. Distances should not be rounded, displaying correctly not completed distances #346
- Docker compose fails to start. Add more details to files so it is more clearer what needs to be set #336
- Username should not be case sensitive #347
- 404 view layout is now inline with rest of the UI
- Updated dependencies on backend and frontend
- Add Apprise mention to README.md
active
columns in the database follow the same logic for every model (bool). Dropped columnis_active
and added newactive
inusers
,gear
andgear_components
tables- General bug fixes