Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed May 26, 2024
1 parent 26560fd commit 1cfd20e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
### Changed
### Fixed

## [1.2.0] - 2024-05-26

### Added
- Support for isometric exercises
- Deleting Sets / Exercises / Plans
Expand All @@ -18,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Navigation to same page again
- Double back presses
- Swipe gesture on Text field
- Swipe gesture on reps and weight text field
- Elements squashing on small screens
- Empty exercises
- Invalid reference
Expand Down
7 changes: 5 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ android {
applicationId = "com.looker.kenko"
minSdk = 26
targetSdk = 34
versionCode = 101010
versionName = "1.1.1"
// 1.2.0 -> 102000
// 1.12.2 -> 112020
// 1.12.10 -> 112100
versionCode = 102000
versionName = "1.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
19 changes: 19 additions & 0 deletions metadata/en-US/changelogs/102000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Added:

* Support for isometric exercises
* Deleting Sets / Exercises / Plans

Changed:

* Error message height
* Chips type in `Select Exercise`

Fixed:

* Navigation to same page again
* Double back presses
* Swipe gesture on Text field
* Elements squashing on small screens
* Empty exercises
* Invalid reference
* False reference icon

0 comments on commit 1cfd20e

Please sign in to comment.