v0.14.0-RC1 - Release candidate 1 for v0.14.0 - Add goals and track goals, MFA TOTP support, Nominatim SaaS is now the default geo reverse provider, 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.
- There are changes on ENV variables. Please see logic bellow
Changes on ENV variables
REVERSE_GEO_PROVIDER
changed fromgeocode
tonominatim
GEOCODES_MAPS_RATE_LIMIT
changed toREVERSE_GEO_RATE_LIMIT
Environment variable | Default value | Optional | Notes |
---|---|---|---|
REVERSE_GEO_PROVIDER | nominatim | Yes | Defines reverse geo provider. Expects geocode, photon or nominatim. photon can be the SaaS by komoot or a self hosted version like a self hosted version. Like photon, Nominatim can be the SaaS or a self hosted version |
REVERSE_GEO_RATE_LIMIT | 1 | Yes | Change this if you have a paid Geocode maps tier. Other providers also use this variable. Keep it as is if you use photon or Nominatim to keep 1 request per second |
New Features:
- Add goals and track goals #241
- MFA TOTP support #315
- Refactor i18n to dynamic import and lazy loading
- Add route meta for auth and improve navigation guards
- Refactor formatting utils to use translation function
- Move UserDistanceStatsComponent to users directory and its translations
- Remove sticky-sidebar class logic from Home sidebar div
- Fix inconcistency for pgdata path between .env.example and docker-compose.yml.example #304
New contributors
- @AhmadZuhdi in #241
- @bonswouar in #304