github jovandeginste/workout-tracker v2.1.0

22 hours ago

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

Don't miss a new workout-tracker release

NewReleases is sending notifications on new releases.