File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4258.3.7 (24.07.2024) +100 Commits & +20 Translations
526------------
627
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments