Skip to content

Releases: itskovacs/wingfit

5.3.1

11 Aug 15:54

Choose a tag to compare

5.3.1

  • 💄 Fix dark mode menu on mobile #41

5.3.0

25 Jul 17:34

Choose a tag to compare

5.3.0

  • ✨ Support generic OIDC authentication, see configuration documentation to set up
  • 🔥 Remove Assistant to KISS
  • 🐛 Handle a bug where the Whoop link wouldn't be handled
  • 🐛 💄 Various fixes

5.2.2

09 Jul 16:48

Choose a tag to compare

5.2.1

  • 💄 Weekday graph UI - year/month optimization

5.2.1

05 Jul 08:23

Choose a tag to compare

5.2.1

  • 🐛 Handle empty Authorization header

5.2.0

05 Jul 08:17

Choose a tag to compare

5.2.0

Note

You can now use an API Token (generated in Settings) to retrieve blocs without logging in. Simply include your token in the request headers using the X-Api-Token header for authentication.

  • ✨ API Token to retrieve blocs
  • ✨ Statistics Weekday duration graph
  • 💄 Collapsible statistics graphs
  • 💄 Bloc Result font size
  • 💄 Mobile menu fixed
  • 📌 Fix deps version

5.1.1

30 Jun 17:40

Choose a tag to compare

5.1.1

Note

Whoop support stated that the data export/share feature has been removed until further notice.
There are many alternatives using the Whoop API, I decided to go with MyWhoop

  • ✨ MyWhoop json dump parser
  • 💄 Statistics ascending data

5.1.0

29 Jun 13:15

Choose a tag to compare

5.1.0

  • ✨ Change statistics to monthly/yearly format
  • 🐛 Fix smartwatch re-import bug
  • 🔥 Remove outdated comments

5.0.0

21 Jun 11:28

Choose a tag to compare

5.0.0

Warning

⚠️ Breaking changes: This release introduces database changes that are not backward-compatible.
Please back up your data via the Admin Panel before updating.

  • ✨ Smartwatch Model generalization
    • Add support for Apple Watch (through Health Auto Export for now, support for Apple Health export to come)
  • ✨ New graphs for smartwatch statistics
  • 🚀 Alembic implementation for upcoming DB migrations
  • 🐛 Various Bloc fixes

Note

This release marks a new stable milestone
The export/restore functionality is now fully supported, and Alembic migration is in place to handle future database model changes with confidence.

4.1.0

14 Jun 12:01

Choose a tag to compare

4.1.0

Tip

ℹ️ The Restore feature does not recreate users for now. If a user had data, and you use restore in a new instance, the user and its data will not be imported.
⚠️ The Restore feature does not check for duplicates.

  • ✨ Restore feature in Admin Panel
  • 🐛 Import/Export features for Programs fixed

4.0.0

13 Jun 18:21

Choose a tag to compare

4.0.0

  • ✨ MFA Feature
  • ✨ Rudimentary OIDC login implementation (config.yml parameters)
  • ✨ Logging backend
  • ✨ Registration enable/disable
  • 🐛 Various fixes, deprecations fixes