diff --git a/CHANGELOG.md b/CHANGELOG.md index b56fd12ac..fe58456e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------ diff --git a/build.gradle.kts b/build.gradle.kts index c13b63ded..945bf2c89 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/fastlane/metadata/android/en-US/changelogs/8321.txt b/fastlane/metadata/android/en-US/changelogs/8321.txt new file mode 100644 index 000000000..8e64adad6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8321.txt @@ -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