Skip to content

0.3.0

Compare
Choose a tag to compare
@MrBananaPants MrBananaPants released this 22 Jul 11:43
· 120 commits to main since this release

v0.3.0
IMPORTANT: All workouts will be removed after updating to this version because old workouts aren't compatible with v0.3.0 or newer so you'll have to add them again after updating

  • Added Windows support 7b4f470
  • Added option to add weight to workout steps ac628d9
  • Added settings page with the option to check for new updates 733fe8f
  • Added reset option in settings which removes all custom workouts and resets the default workout 6e16c2a
  • Added about info in settings b945989
  • Added option to remove any step from a workout. Not just the last one 0919a4d
  • Added option to remove an entire workout 9af93d1
  • Added option to edit workout step details (rep count and set count) a6b06d4
  • It is now possible to remove the default workout and it won't come back when restarting the app f021883
  • Improved the way workouts are stored and steps are added/removed. It's faster and more reliable now ddb5071
  • Fixed startup crash when the workouts directory couldn't be created e2d4504
  • Fixed crash when opening an empty workout 6b6be1a
  • Fixed option menu going off-screen when using a long workout name 67d8c04
  • Option menu no longer shows ".json" extension in file name 197335e
  • Entries automatically get cleared after adding/removing a step 93553f4
  • Error messages now use the builtin platform UI instead of a Tkinter Toplevel cc9986e
  • Reps, sets and weight count are now centered 96400de
  • Small UI changes