File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
3188.1.2 (12.09.2022) +30 Commits
419------------------
520- Fix: Wrong default for pmSuspend (@hg42 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments