Skip to content

Releases: Fertogo/Pebble-workout-timer

Custom Workout Timer v4.1

08 Mar 15:19
Compare
Choose a tag to compare

Changelog

  • v4.1
    • Fixes bug where configuration page would not show on some devices
    • Fixes UI bug where long move values would get cut off

Custom Workout Timer v4.0

05 Mar 05:45
Compare
Choose a tag to compare

Changelog

  • v4.0
    • Rewite Pebble Code
      • Redesigned Message Protocol
        • No phone required after workout start
      • Much faster and battery friendly
    • Miscellaneous bug fixes

Custom Workout Timer v3.5

24 Jul 05:59
Compare
Choose a tag to compare

Changelog

  • v3.5
    • Online Workout Manager
      • Completely remade backend in node.js
      • Faster + more secure
      • Timeline pins
      • Workout stats
      • Admin panel

Custom Workout Timer v3.2

24 May 01:24
Compare
Choose a tag to compare

Changelog

  • v3.2
    • Online Workout Manager
      • Reorder moves by clicking and dragging
      • Create longer moves
    • UI Changes
      • Show timer in minutes and seconds
    • Bug Fixes
      • Font to fit bug for a more consistant layout

Custom Workout Timer v3.1

05 May 16:13
Compare
Choose a tag to compare

Changelog

  • v3.1
    • Pebble Time Compatibility
      • App now works with Pebble Time and makes use of color screen for various windows.
    • Updated Layout
      • Move Name and Time larger and centered
      • Move Name font and size changes to accommodate larger moves
    • Bug Fixes
      • Fix bug where text would get cut off by status bar
      • Fix bug that would cause workouts to get stuck on loading after second move.
      • Miscellaneous bug fixes

Custom Workout Timer v3.0

29 Apr 06:43
Compare
Choose a tag to compare

Changelog

  • v3.0

    This update changes the way workouts are stored. See README and migrate-workouts.py
    • New Move type: Repetitions
      • Can now set a move with reps, click next to advance one rep
      • Long press next to go to next move
    • Updated Online Workout Manager
      • Allows for easy adding of rep moves
    • Migrated all workouts to new format
      • This is required and makes the update to 3.0 mandatory.
    • Code clean-up and bug fixes

Custom Workout Timer v2.7

26 Apr 20:13
Compare
Choose a tag to compare

Changelog

  • v2.7
    • Fix Memory Issues
      • App will not crash on longer workouts
    • Fix Wakeup bug
      • Wakeups only scheduled when exiting app
      • Fixes repeating move bug
    • Phone not connected notification

Custom Workout Timer v2.6

15 Feb 05:34
Compare
Choose a tag to compare

Changelog

  • v2.6
    • Move preloading
      • Next move preloads during current move -
      • Significant performance improvement
    • Extended move names
      • Long moves can now take up two lines
    • Miscellaneous bug fixes and improvements
      • Backlight turns on when move changes
      • Fixed pause and stop bug

Custom Workout Timer v2.5

22 Dec 03:21
Compare
Choose a tag to compare

Changelog

  • v2.5
    • Background timers
      • Timers continue to run even if the app is closed
    • New controls during timer.
      • Stop, play/pause and next
    • Improved UI
      • Added ActionBar for new controls
      • Added loading window
    • Performance Improvements
    • Bug Fixes

Custom Workout Timer v2.0

30 Jul 02:18
Compare
Choose a tag to compare

Changelog

  • v2.0
    • Online Workout Manager
      • Delete existing workouts/moves
      • Add moves to existing workouts
      • Edit existing moves (name + time)
      • Delete workouts
      • Display total workout time
      • Manage workouts from computer