File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4238.3.10 (12.12.2024) +15 Commits
524------------
625
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments