Skip to content

Commit

Permalink
8.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jan 10, 2025
1 parent f941b8c commit c49ea49
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
CHANGELOG
=========

8.3.11 (10.01.2025) +15 Commits, 6 Translations
------------

#### Function

- Add: Scope logging to all ViewModels
- Fix: Crash of using repository database calls on UI thread
- Fix: Koin calls and scoping
- Update: Improve coroutines handling in repositories
- Update: Improve StateFlow usages
- Update: Reduce context usage and calls

#### UI & UX

- Update: Make alternative block design default
- Update: Revamp block borders' design
- Update: Make preference's surface and switch interactively connected
- Update: Improve preferences coloring

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

Expand Down
4 changes: 2 additions & 2 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 = 8320
versionName = "8.3.10"
versionCode = 8321
versionName = "8.3.11"
buildConfigField("int", "MAJOR", "8")
buildConfigField("int", "MINOR", "3")

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8321.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Fix: Disfunction after coming back from prefs (Koin calls and scoping)
Fix: Crash of using repository database calls on UI thread
Update: Improve coroutines handling in repositories
Update: Make alternative block design default
Update: Revamp preferences coloring
+ more than 15 commits, 6 translations

0 comments on commit c49ea49

Please sign in to comment.