File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.3.1] - 2025-11-13
11+
1012### Added
1113- Session History card on Home screen
1214- Set Type selection for sets
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636 applicationId = " com.looker.kenko"
3737 minSdk = 26
3838 targetSdk = 36
39- versionName = " 1.3.0 "
39+ versionName = " 1.3.1 "
4040 versionCode = versionCodeFor(versionName)
4141
4242 testInstrumentationRunner = " com.looker.kenko.KenkoTestRunner"
Original file line number Diff line number Diff line change 1+ Added
2+ - Session History card on Home screen
3+ - Set Type selection for sets
4+ - Timer which shows time since last set
5+ - Monochrome launcher icon on Android 12+
6+ - Allow adding a new exercise directly when it cannot be found in the list
7+ - Clean up empty plans from the Plans screen via confirmation dialog
8+ - Enable predictive back navigation
9+ - Empty state on Sessions screen
10+
11+ Changed
12+ - Removed Bottom navigation bar, added user icon to top bar
13+ - Updated Day Switcher component styling for clarity
14+ - Hide Lifts card when there are no lifts
15+ - Redesigned Session History card and screen
16+ - Replaced profile icon on Home screen
17+ - Removed "Today" label on Sessions and filtered out empty sessions
18+
19+ Fixed
20+ - Select Plan button alignment
21+ - Prevent unintended translation for Turkish app name
22+ - Session list now shows most recent first
23+ - Lifts card not showing even when lifts existed
24+ - Sets from past sessions not shown when the exercise was removed from the corresponding plan
You can’t perform that action at this time.
0 commit comments