Skip to content

Commit

Permalink
8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Sep 11, 2022
1 parent b6a7c28 commit 483978a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
CHANGELOG
=========
8.1.2 (12.09.2022) +30 Commits
------------------
- Fix: Wrong default for pmSuspend (@hg42)
- Fix: Disabled app's text color in app sheet (@hg42)
- Fix: List item selection
- Fix: Pref's slider text color (@hg42)
- Add: Pref's slider adaptive steps (@hg42)
- Add: Prefs' dynamic title
- Update: Prefs' BottomNavBar UI

8.1.1 (07.08.2022) +65 Commits
------------------
- Fix: Sheets scrolling
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 32
versionCode = 8104
versionName = "8.1.1"
versionCode = 8105
versionName = "8.1.2"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "1")

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fix: Wrong default for pmSuspend
Fix: Disabled app's text color in app sheet
Fix: List item selection
Fix: Pref's slider text color
Add: Pref's slider adaptive steps
Update: Prefs' BottomNavBar UI

0 comments on commit 483978a

Please sign in to comment.