Skip to content

Releases: blockbasti/just_another_workout_timer

v1.6.0

11 Mar 20:11
Compare
Choose a tag to compare

1.6.0 (2021-03-11)

Bug Fixes

  • don't rebuild BuilderPage after text input (closes #39) (a1196a9)

Features

  • allow changing exercise duration in 1 second steps (closes #38) (4665d0f)

v1.5.0

07 Mar 18:47
Compare
Choose a tag to compare

1.5.0 (2021-03-07)

Bug Fixes

  • disable TTS when no TTS engine is installed (fixes #36) (292ce69)

Features

  • allow sorting workouts on home page (closes #30) (1fea25f)
  • remove exit check from builder when nothing has changed (1bb5af9)
  • remove exit check in unnecessary situations in workout_runner.dart (c17162d)

v1.4.2

27 Feb 19:48
Compare
Choose a tag to compare

1.4.2 (2021-02-27)

Bug Fixes

  • set duration when adding a new Exercise in workout_builder.dart (#23) (cfb942e)
  • set PrefService default values (closes #25) (#26) (2ab05c8)

v1.4.1

26 Feb 19:30
Compare
Choose a tag to compare

1.4.1 (2021-02-26)

Bug Fixes

  • set duration when adding a new Exercise in workout_builder.dart (#23) (#24) (ecb2305)

v1.4.0

21 Feb 13:55
Compare
Choose a tag to compare

1.4.0 (2021-02-21)

Bug Fixes

  • allow selecting any TTS language (3cbeb1a)
  • when resetting a workout, scroll current set to beginning (9870d10)

Features

  • add announcement halfway and tick every second (closes #19) (c782fc8)
  • allow duplicating sets and exercises (closes #21) (acef383)
  • skip exercises (closes #20) (99e846c)

v1.3.0

09 Feb 12:14
Compare
Choose a tag to compare

1.3.0 (2021-02-09)

Bug Fixes

  • max length on input fields (fixes #15) (cce44ce)
  • progressbar value was wrong during first countdown (a2688b1)

Features

  • add option to view project on GitHub (0dbd9bf)
  • add setting to not announce upcoming exercise (f8fc425)

Performance Improvements

  • improve scrolling performance (02fdd67)

v1.2.0

05 Feb 14:14
Compare
Choose a tag to compare

1.2.0 (2021-02-05)

Bug Fixes

  • don't rebuild timetable when pausing (fix #12) (45bc9a6)

Features

  • add german language (8ecc50b)
  • ask before overwriting a workout (f16d038)
  • improve design of workout runner (fixes #13) (ec3acad)

Performance Improvements

Reverts

  • "chore: write changelog to fastlane" (f40c927)

v1.1.1

27 Jan 08:35
Compare
Choose a tag to compare

1.1.1 (2021-01-27)

Bug Fixes

  • change color of progressbar to be more visible (f1fcd88)
  • exercise name field exiting after one character (8da93e8)

v1.1.0

26 Jan 15:29
Compare
Choose a tag to compare

1.1.0 (2021-01-26)

Bug Fixes

  • disable buttons in builder at the ends of the list (d9382d3)
  • display error on finished workout (fc983d4)
  • don't set state in settings (ceaac09)
  • style improvements (042259d)
  • TTS announcement on 10 second exercises (c284bc8)

Features

  • add option for sound cues (#4) (221fb8b)
  • allow reordering of sets and exercises (b3f6eb3)
  • improve settings page (cb6daec)

v1.0.1

21 Jan 07:26
f6fe57d
Compare
Choose a tag to compare

Changes to documentation