Skip to content

Commit b465b02

Browse files
committed
8.3.8
1 parent f4a6a36 commit b465b02

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

4+
8.3.8 (04.08.2024) +30 Commits & +9 0 Translations
5+
------------
6+
7+
#### Function
8+
9+
- Add: enableOnBackInvokedCallback to Manifest
10+
- Add: Inject DB and WorkHandler using Koin
11+
- Fix: Plugins
12+
- Update: Move regex and sh files to the plugins
13+
- Update: Get versionName, versionCode from manifest
14+
15+
#### UI & UX
16+
17+
- Add: Plugins page (dev)
18+
- Fix: Running jobs count
19+
- Fix: Pref search in dev panel
20+
- Update: Show seconds in schedule counter only when < 10min remaining time
21+
- Update: Color the password icon when (in)active
22+
- Update: Replace legacy Encryption & Error AlertDialogues with compose
23+
- Update: Revamp all dialog buttons
24+
425
8.3.7 (24.07.2024) +100 Commits & +20 Translations
526
------------
627

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ android {
3333
applicationId = "com.machiav3lli.backup"
3434
minSdk = 26
3535
targetSdk = 34
36-
versionCode = 8317
37-
versionName = "8.3.7"
36+
versionCode = 8318
37+
versionName = "8.3.8"
3838
buildConfigField("int", "MAJOR", "8")
3939
buildConfigField("int", "MINOR", "3")
4040

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Add: Inject DB and WorkHandler using Koin
2+
Add: Plugins page (in dev panel)
3+
Fix: Running jobs count
4+
Update: Show seconds in schedule counter only when < 10min remaining time
5+
Update: Color the password icon when (in)active
6+
Update: Revamp all dialog buttons
7+
+ more than 30 commits and 20 translation contributions

0 commit comments

Comments
 (0)