Skip to content

Commit c49ea49

Browse files
committed
8.3.11
1 parent f941b8c commit c49ea49

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

4+
8.3.11 (10.01.2025) +15 Commits, 6 Translations
5+
------------
6+
7+
#### Function
8+
9+
- Add: Scope logging to all ViewModels
10+
- Fix: Crash of using repository database calls on UI thread
11+
- Fix: Koin calls and scoping
12+
- Update: Improve coroutines handling in repositories
13+
- Update: Improve StateFlow usages
14+
- Update: Reduce context usage and calls
15+
16+
#### UI & UX
17+
18+
- Update: Make alternative block design default
19+
- Update: Revamp block borders' design
20+
- Update: Make preference's surface and switch interactively connected
21+
- Update: Improve preferences coloring
22+
423
8.3.10 (12.12.2024) +15 Commits
524
------------
625

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId = "com.machiav3lli.backup"
3939
minSdk = 26
4040
targetSdk = 34
41-
versionCode = 8320
42-
versionName = "8.3.10"
41+
versionCode = 8321
42+
versionName = "8.3.11"
4343
buildConfigField("int", "MAJOR", "8")
4444
buildConfigField("int", "MINOR", "3")
4545

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Fix: Disfunction after coming back from prefs (Koin calls and scoping)
2+
Fix: Crash of using repository database calls on UI thread
3+
Update: Improve coroutines handling in repositories
4+
Update: Make alternative block design default
5+
Update: Revamp preferences coloring
6+
+ more than 15 commits, 6 translations

0 commit comments

Comments
 (0)