Skip to content

Releases: seeM/myfitnesspal-to-sqlite

0.2.2

08 Aug 06:33
Compare
Choose a tag to compare
  • Fix: weight in the daily view now uses the average for a date rather than the sum.

0.2.1

18 Jul 07:18
Compare
Choose a tag to compare
  • Fix KeyError when a measurement doesn't exist for a date.

0.2.0

18 Jul 06:59
Compare
Choose a tag to compare
  • Create daily view with per-day analytics.
  • Updates to measurement_entries table:
    • Rename to measurement_entry_items.
    • Replace date column with foreign key to diary_entries.
    • Merge measurements CLI command into diary command. The rationale being that the tables are tightly coupled in any case, and that the new daily view depends on tables created in both commands.
  • Remove goal_ prefix from goals table columns.

0.1.0

14 Jul 17:22
Compare
Choose a tag to compare
  • Initial release