Skip to content

Commit

Permalink
Increase versioning string.
Browse files Browse the repository at this point in the history
  • Loading branch information
thetwom committed Aug 9, 2021
1 parent b8aa697 commit 9e42d0d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.moekadu.metronome"
minSdkVersion 23
targetSdkVersion 31
versionCode 38
versionName "4.1.1"
versionCode 39
versionName "4.1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
v4.0.0:
- Notes with different speeds
- UI improvements
- Mute Button
- More accurate tick visualization (still to be tested)
- Choose between different tick visualizations

v4.0.1:
- Fix: That tick visualization did sometimes not stop.
- Fix: Stop showing active scene title when when it is deleted.
- Fix: Animation issues.

v4.1.0:
- Improved selection of different beat durations
- Slight UI changes to better fit different aspect ratios
- Fix: UI issue with note editor and high-dpi devices
- Fix: Avoid overlap of bpm-text and slide-to-scenes-image
- Fix: Incorrect note sizes for large displays

v4.1.2:
- Consider plurals in strings.

0 comments on commit 9e42d0d

Please sign in to comment.