Skip to content

Commit c2a1576

Browse files
committed
8.3.12
1 parent f62c496 commit c2a1576

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
8.3.12 (XX.XX.2025) +110 Commits, +30 Translations
4+
8.3.12 (22.03.2025) +120 Commits, +40 Translations
55
------------
66

77
### Function
@@ -25,7 +25,7 @@ CHANGELOG
2525
- Fix: Not showing backups of uninstalled packages
2626
- Fix: Updating package cache even when app page is closed
2727
- Fix: File name value on renaming
28-
- Fix: Schedules not respecting backup limits when NB not running
28+
- Fix: Schedules not respecting backup limits when in background
2929
- Fix: Avoid removing sort/filter-related prefs on update
3030
- Update: Improve robustness of enabling/disabling specials logic
3131
- Update: Improve NeoPref logic
@@ -42,13 +42,15 @@ CHANGELOG
4242
- Fix: Dialogs on targetSDK 35 don't respect system insets
4343
- Fix: Reactivity of selectable rows in pref dialogs
4444
- Fix: Behaviour of navigating back on pages with details
45+
- Fix: Reactivity on enforcing backups limit in AppPage
4546
- Update: Restore main NB icon colors
4647
- Update: Make last backup choices default for backup dialog
4748
- Update: Improve Dialog box's padding
4849
- Update: Main themes colors
4950
- Update: Revamp coloring and style of some components
5051
- Update: Only use colored pref icons for more informative purposes (credits @hg42)
5152
- Update: Animate updated package items
53+
- Update: Navigation icon and text follow standards
5254

5355
8.3.11 (10.01.2025) +15 Commits, 6 Translations
5456
------------

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 = 35
42-
versionCode = 8324
43-
versionName = "8.3.12-beta01"
42+
versionCode = 8325
43+
versionName = "8.3.12"
4444
buildConfigField("int", "MAJOR", "8")
4545
buildConfigField("int", "MINOR", "3")
4646

fastlane/metadata/android/en-US/changelogs/8322.txt

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Add: Search bar to block and custom list dialogs
2+
- Add: Contrast themes
3+
- Fix: Scheduling (Return to ScheduleService scheduling)
4+
- Fix: Missing/overdoing delete of backups
5+
- Fix: Check working su-command if pref_suCommand is empty (credits @hg42)
6+
- Update: Restore main NB icon colors
7+
- Update: Make last backup choices default for backup dialog
8+
+ more than 15 commits, 30 translations

0 commit comments

Comments
 (0)