Skip to content

v0.13.1

Compare
Choose a tag to compare
@joaovitoriasilva joaovitoriasilva released this 25 Jul 11:33
· 53 commits to master since this release

v0.13.1 - New activity types of stand up paddling and surf, bug fixes

⚠️ Warning:

  • The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
  • Relogin is recommended for every users.

New Features:

  • New activity types of stand up paddling and surf #279
  • Fixed HR not being collected from OpenTracks generated .gpx #277
  • Fixed issue where a logout loop would happen on login page #276
  • Fixed error on indoor walking translation #263
  • Fixed follower model reference in activity query
  • Fixed old user image not being delete from filesystem on user image change
  • Fixed user image not being updated on the frontend on edit or delete
  • Backend now checks if all data dirs exists, if not create them - thanks @jameswynn #275 and #269
  • Changed HTTPException status codes from 401 UNAUTHORIZED to 424 FAILED_DEPENDENCY or 404 NOT_FOUND in various modules to better reflect error conditions
  • Update activity name display logic in table row

Contributors