Skip to content

Commit 04cbe77

Browse files
committed
8.1.3
1 parent e888af3 commit 04cbe77

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
CHANGELOG
22
=========
3+
8.1.3 (20.09.2022) +50 Commits
4+
------------------
5+
- Update: Migrate navigation fully to Compose
6+
- Update: Convert AppInfo to chips
7+
- Update: Layouts of BackupItem, Welcome Page, Permissions Page and AppSheet
8+
- Update: Unify TopBar and sort management by Main
9+
- Update: Apply Sort/Filter options to sheet's stats
10+
- Update: Make sheets fill available size
11+
- Update: Tag editor animation
12+
- Update: Revamp prefs UI
13+
- Update: Matrix link
14+
- Update: NavBar items UI
15+
- Fix: Inconsistent default theme pref (@hg42)
16+
- Fix: Cropping package name in AppSheet
17+
318
8.1.2 (12.09.2022) +30 Commits
419
------------------
520
- Fix: Wrong default for pmSuspend (@hg42)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
applicationId = "com.machiav3lli.backup"
4040
minSdk = 26
4141
targetSdk = 32
42-
versionCode = 8105
43-
versionName = "8.1.2"
42+
versionCode = 8106
43+
versionName = "8.1.3"
4444
buildConfigField("int", "MAJOR", "8")
4545
buildConfigField("int", "MINOR", "1")
4646

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Update: Migrate navigation fully to Compose
2+
- Update: Layouts of BackupItem, Welcome Page, Permissions Page and AppSheet
3+
- Update: Apply Sort/Filter options to sheet's stats
4+
- Update: Revamp prefs UI
5+
- Update: NavBar items UI
6+
- Fix: Inconsistent default theme pref (@hg42)
7+
- Fix: Cropping package name in AppSheet

0 commit comments

Comments
 (0)