Skip to content

Commit

Permalink
8.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 13, 2024
1 parent 4d952bc commit 0285cee
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
=========

8.3.10 (12.12.2024) +15 Commits
------------

#### Function

- Add: Option to group invalid backups (pref_createInvalidBackups)
- Fix: Repeated unscheduled run of scheduled schedules
- Fix: Pulling timeleft for disabled schedules
- Update: Replace WorkHandler & WorkManager calls with inject
- Update: Make ViewModels singleton

#### UI & UX

- Fix: Blocking launching apps after force dismiss
- Fix: Reactivity of schedule timer
- Fix: Reactivity on deleting backups

8.3.9 (10.12.2024) +230 Commits & +80 Translations
------------

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId = "com.machiav3lli.backup"
minSdk = 26
targetSdk = 34
versionCode = 8319
versionName = "8.3.9"
versionCode = 8320
versionName = "8.3.10"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down Expand Up @@ -130,7 +130,7 @@ android {
"/kotlin/**.kotlin_metadata",
"/META-INF/**.kotlin_module",
"/META-INF/**.pro",
"/META-INF/**.version", // comment out to enable layout inspector
//"/META-INF/**.version", // comment out to enable layout inspector
"/META-INF/LICENSE-notice.md",
"/META-INF/LICENSE.md"
)
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8320.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Option to group invalid backups (pref_createInvalidBackups)
Fix: Repeated unscheduled run of scheduled schedules
Update: Replace WorkHandler & WorkManager calls with inject
Update: Make ViewModels singleton
Fix: Blocking launching apps after force dismiss
Fix: Reactivity of schedule timer & app page
+ more than 15 commits

0 comments on commit 0285cee

Please sign in to comment.