Skip to content

v0.12.5

Compare
Choose a tag to compare
@joaovitoriasilva joaovitoriasilva released this 27 Jun 16:04
· 557 commits to master since this release

v0.12.5 - Export/import profile data (Beta), bug fixes

What's changed

  • Export/import profile data (Beta) #175 - Thanks @simplicityf in #205
  • Fix bug displaying incorrect avg speed on cycling activities #218
  • Fix bug on core_logger call - Thanks @bartbroere in #219
  • Added missing translations
  • Fixed volumes on docker examples and docs based on change made on v0.12.4
  • Added volume server_images on getting started
  • Made API calls with files uniform
  • Refactor file path usage to use config constants
  • Replaced hardcoded file and directory paths throughout the backend with constants defined in core.config for better maintainability and configurability. Updated all relevant modules, including activity, profile, server settings, and user utilities.
  • Bumped dependencies

New contributors

@simplicityf in #205
@bartbroere in #219