Skip to content

Releases: jovandeginste/workout-tracker

v2.1.0

12 Feb 13:45
v2.1.0
29d097b
Compare
Choose a tag to compare

Breaking change for imperial unit users!

Weights stored in the database since this release are now correctly converted from the user's preferred unit (kilograms or pounds). However, the weights stored before this release were not converted before storing. If you entered "10 pounds", it was stored as "10 kg" but shown as "10 pounds". This means that data entered before this release will be wrong. What was 10 pounds will now show 22 pounds...

If you want to update all weights in the workout table (eg. all your users use pounds), you can run this single query:

update map_data set total_weight = total_weight * 2.20462262;

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

19 Jan 19:07
v2.0.3
abaf32b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

12 Jan 10:20
v2.0.2
5e97641
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Jan 21:24
v2.0.1
96bb1d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

05 Jan 18:23
v2.0.0
e183646
Compare
Choose a tag to compare

What's Changed

Read more

v1.18.1

04 Aug 13:31
a47a8de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.18.0...v1.18.1

v1.18.0

04 Aug 13:30
e8ce84f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.1...v1.18.0

v1.17.1

03 Aug 10:34
13f9253
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.17.1

v1.17.0

02 Aug 10:12
d96cd05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.5...v1.17.0

v1.16.5

31 Jul 08:45
3d1ccfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.4...v1.16.5