Skip to content

Commit da37326

Browse files
committed
8.3.16
1 parent 3159e69 commit da37326

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
8.3.16 (03.01.2026) 10 Commits, 14 Translations
5+
------------
6+
7+
### Function
8+
9+
- Add: Scene overlays and respective strategy
10+
- Fix: Running ScheduleReceiver on reboot (credits @Jenna-66)
11+
- Update: Replace BottomSheetScaffold with Nav3 bottom sheet navigation
12+
413
8.3.15 (28.12.2025) +70 Commits, +20 Translations
514
------------
615

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ android {
4949
applicationId = "com.machiav3lli.backup"
5050
minSdk = 26
5151
targetSdk = 36
52-
versionCode = 8328
53-
versionName = "8.3.15"
52+
versionCode = 8329
53+
versionName = "8.3.16"
5454
buildConfigField("int", "MAJOR", "8")
5555
buildConfigField("int", "MINOR", "3")
5656
buildConfigField("String[]", "DETECTED_LOCALES", langsListString)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Add: Scene overlays and respective strategy
2+
Fix: Running ScheduleReceiver on reboot
3+
Update: Replace BottomSheetScaffold with Nav3 bottom sheet navigation
4+
+ more than 70 commits, 14 translations

0 commit comments

Comments
 (0)