Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Rules:
- Released versions are immutable — never re-tag, never amend, never delete an entry
- Merge conflicts must preserve both sides; if both branches used the same version string, renumber the lower-priority one upward

---
## [0.45.0-beta.1] - 2026-06-06

### Changed
- Stats screen redesign: the chart now sits at the top of the page as the headline, with its time range controls, so your data is the first thing you see.
- The Dashboard enable/disable control moved out of its large card and into an icon button in the top app bar. The icon is filled when the dashboard is on and outlined when off, and announces its state to screen readers, so it no longer takes up space on the page.
- The Categories panel can now be collapsed. Tap the "Categories" header to fold it away once you have made your selection; collapsed, it shows a one-line summary of the chosen categories. It starts expanded.

---
## [0.44.1-beta.1] - 2026-06-06

Expand Down Expand Up @@ -62,6 +70,7 @@ Rules:
### Fixed
- Period flow logging no longer writes the same flow level to every day in the period span. A single flow measurement recorded with a period is synced to the start date only; per-day flow can still be logged individually via the category tracker.

---
## [0.41.1-beta.1] - 2026-06-05

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.mapgie.goflo"
minSdk = 26
targetSdk = 34
versionCode = 96
versionName = "0.44.1-beta.1"
versionCode = 97
versionName = "0.45.0-beta.1"
}

signingConfigs {
Expand Down
Loading
Loading