Skip to content

Commit 8f61412

Browse files
authored
Merge pull request #42 from Iamlooker/release/1.3.1
2 parents a4761e4 + 7362183 commit 8f61412

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)