From 736218337c0844e1d338adb05fdc3418fc4cc626 Mon Sep 17 00:00:00 2001 From: Iamlooker <60404093+Iamlooker@users.noreply.github.com> Date: Thu, 13 Nov 2025 04:13:30 +0000 Subject: [PATCH] chore: prepare release 1.3.1 --- CHANGELOG.md | 2 ++ app/build.gradle.kts | 2 +- metadata/en-US/changelogs/103010.txt | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 metadata/en-US/changelogs/103010.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebfe1d5..58605d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1] - 2025-11-13 + ### Added - Session History card on Home screen - Set Type selection for sets diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8b21d413..4a686a33 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ android { applicationId = "com.looker.kenko" minSdk = 26 targetSdk = 36 - versionName = "1.3.0" + versionName = "1.3.1" versionCode = versionCodeFor(versionName) testInstrumentationRunner = "com.looker.kenko.KenkoTestRunner" diff --git a/metadata/en-US/changelogs/103010.txt b/metadata/en-US/changelogs/103010.txt new file mode 100644 index 00000000..38987387 --- /dev/null +++ b/metadata/en-US/changelogs/103010.txt @@ -0,0 +1,24 @@ +Added +- Session History card on Home screen +- Set Type selection for sets +- Timer which shows time since last set +- Monochrome launcher icon on Android 12+ +- Allow adding a new exercise directly when it cannot be found in the list +- Clean up empty plans from the Plans screen via confirmation dialog +- Enable predictive back navigation +- Empty state on Sessions screen + +Changed +- Removed Bottom navigation bar, added user icon to top bar +- Updated Day Switcher component styling for clarity +- Hide Lifts card when there are no lifts +- Redesigned Session History card and screen +- Replaced profile icon on Home screen +- Removed "Today" label on Sessions and filtered out empty sessions + +Fixed +- Select Plan button alignment +- Prevent unintended translation for Turkish app name +- Session list now shows most recent first +- Lifts card not showing even when lifts existed +- Sets from past sessions not shown when the exercise was removed from the corresponding plan \ No newline at end of file