Skip to content

Commit

Permalink
8.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Aug 4, 2024
1 parent f4a6a36 commit b465b02
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
CHANGELOG
=========

8.3.8 (04.08.2024) +30 Commits & +9 0 Translations
------------

#### Function

- Add: enableOnBackInvokedCallback to Manifest
- Add: Inject DB and WorkHandler using Koin
- Fix: Plugins
- Update: Move regex and sh files to the plugins
- Update: Get versionName, versionCode from manifest

#### UI & UX

- Add: Plugins page (dev)
- Fix: Running jobs count
- Fix: Pref search in dev panel
- Update: Show seconds in schedule counter only when < 10min remaining time
- Update: Color the password icon when (in)active
- Update: Replace legacy Encryption & Error AlertDialogues with compose
- Update: Revamp all dialog buttons

8.3.7 (24.07.2024) +100 Commits & +20 Translations
------------

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 34
versionCode = 8317
versionName = "8.3.7"
versionCode = 8318
versionName = "8.3.8"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8318.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Inject DB and WorkHandler using Koin
Add: Plugins page (in dev panel)
Fix: Running jobs count
Update: Show seconds in schedule counter only when < 10min remaining time
Update: Color the password icon when (in)active
Update: Revamp all dialog buttons
+ more than 30 commits and 20 translation contributions

0 comments on commit b465b02

Please sign in to comment.