Skip to content

Commit

Permalink
8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jun 23, 2023
1 parent 7a830e1 commit ef8818e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
=========

8.3.2 (XX.XX.2023) +250 Commits & +50 Translations
8.3.2 (23.06.2023) +260 Commits & +70 Translations
------------

#### Function
Expand Down Expand Up @@ -40,6 +40,7 @@ CHANGELOG
- Update: Simplify ShellCommands init
- Update: Make exclude asset files react on no_backup preferences
- Update: Debug prefs must default to user value
- Update: CompileSdk 34
- Remove: IntroActivity
- Remove: Premature refreshing
- Remove: Automatically added ACCESS NETWORK STATE permission
Expand All @@ -50,6 +51,7 @@ CHANGELOG
- Add: Version text for screenshots and other purposes (preference versionOpacity)
- Add: PostNotifications permission
- Add: BlockBorder to pages
- Add: Option to use alternative NavBar item layout
- Fix: Help sheet & Welcome page transparent backgrounds
- Fix: Scrollable message when long in Actions DialogUI
- Fix: Check all StateChips ripple
Expand All @@ -65,6 +67,7 @@ CHANGELOG
- Update: Revamp all items using ListItem
- Update: Make TopBar transparent
- Update: Revamp search bar layout
- Update: Limit BusyBackground to interaction pages (excluding top and bottom bars)

#### UX

Expand All @@ -75,6 +78,7 @@ CHANGELOG
- Add: Indicator of backup revisions set limit
- Add: Indicator if password is set (***) vs. unset (---)
- Add: Extended special filters
- Add: Option to include new user apps with the updated apps notification
- Fix: Close context menu if choosing "no"
- Fix: Batch backups not working when singular backups layout is enable
- Fix: Check all apk/data not working
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 33
versionCode = 8308
versionName = "8.3.2-rc01"
versionCode = 8309
versionName = "8.3.2"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down

0 comments on commit ef8818e

Please sign in to comment.