Skip to content

v0.13.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@joaovitoriasilva joaovitoriasilva released this 17 Jul 11:21
· 231 commits to pre-release since this release

v0.13.0-RC1 - Release candidate 1 for v0.13.0 - Gear components, gear and gear component cost tracking, first day of the week per user, system notifications, add images to activities, .tcx and .gz support, activity private notes, docs improvements, 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.
  • Relogin is recommended for every users.
  • There is a new volume logic. Please see logic bellow

New volume logic

Volumes migrated from 4 to only 2:

  • config
  • logs

You will need to move the current files, user_images and server_images to inside the new config folder.
There is also a new folder activity_media expected inside of config.
Do not forget to apply the correct permissions to the new folder logic chown -R UID:GID <config_folder_path>
New logic should then be:

  • config
    • activity_media
    • files
    • user_images
    • server_images
  • logs

New Features:

  • Gear components
  • Gear and gear component cost tracking
  • New windsurf gear type #246
  • Support for windsurf activity type #246
  • Introduction of system notifications
  • Ignore repeated activity in bulk import. This will create a new notification for the user to review the activity #122
  • Initial support for .tcx files - thanks @bartbroere in #235
  • First day of the week per user - thanks @pheobeayo in #224
  • Docs improvements - thanks @F-Stop in #239
  • Improve title and descrption import from GPX files - thanks @F-Stop in #244
  • Fix for bulk import continuing when not importable files are available - thanks @F-Stop in #240
  • Add support for gzipped activity files - thanks @ciferkey in #212
  • Fix for activity default names not working in the frontend #133
  • Add time used in Racquet gear pages instead of distance #134
  • It is now possible to add images to activities #139
  • Implement throttling against geocode.maps.co API #201
  • No value Avg Power from .fit file. If no avg power is available in the .fit file, calculate it #232
  • Add Private Notes in activities #210
  • GEOCODES_MAPS_API should be optional again #173

New contributors

Contributors