Skip to content

Releases: Ashhas/Weighty

Version 0.7.6

05 Sep 10:23
1083ade
Compare
Choose a tag to compare

Released a new version 0.7.6! 😎

What's New?

  • App UI now uses UiConst strings
  • Code refactor (old code)
  • Changed font used in history tile

Version 0.7.5

04 Sep 22:24
6536ec6
Compare
Choose a tag to compare

Released a new version 0.7.5! 😎

What's New?

  • Removed Current weight from Goals Pref. screen
  • Changed TotalLost calculations

Version 0.7.3

04 Sep 16:22
07257e5
Compare
Choose a tag to compare

Released a new version 0.7.3! 😎

What's New?

  • Added Dev Name to AboutScreen
  • Added TextStyle to "no data' string
  • Fixed: Text InputFields now support "," as separator

Version 0.7.0

03 Sep 14:33
5c89b30
Compare
Choose a tag to compare

Released a new version 0.7.0! 😎

What's New?

  • Update UI Elements (widgets, colors & fonts)
  • Improved keyboard interactions
  • Fixed: Graph error when a new month starts without data
  • Code Refactor

Version 0.6.7

20 Aug 12:58
2fbae88
Compare
Choose a tag to compare

Released a new version 0.6.7! 😎

What's New?

  • Fixed: Current weight doesn't update when adding multiple measurements on the same day
  • Fixed: Calendar doesn't enable current date after 00:00 (UTC)
  • Added: TextStyles are now global (app-wide) for all pages
  • Added: Measurements now also get a timestamp when saved (useful incase multiple entries per day)

Version 0.6.6

14 Aug 09:36
ab0849b
Compare
Choose a tag to compare
  • Fix selectable days in the calendar
  • Value now loads in popup in goal pref screen
  • Set standard orientation to portrait

Version 0.6.5

13 Aug 22:52
3d942bc
Compare
Choose a tag to compare
  • Fixed not being able to choose the current day in AddWeight

Version 0.6.4

13 Aug 22:24
e0023ee
Compare
Choose a tag to compare
  • Bugfix: Current Weight was "latest" not the actual "current weight"

Version 0.6.3

13 Aug 19:14
e1b0048
Compare
Choose a tag to compare
  • Added share function to export
  • Code refactor

Version 0.6.1

13 Aug 16:47
Compare
Choose a tag to compare
  • Added export to excel (only local so far)
  • Added markers in AddWeightScreen for dates that already have data
  • Added EditDialog to edit existing measurements (long-press)
  • It's not possible to add data to future dates anymore.
  • simple bugfixes