Skip to content

Commit 9b2895f

Browse files
committed
Release v0.5.9 Patch 2
1 parent c51eba9 commit 9b2895f

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

build-logic/structure/src/main/kotlin/DefaultConfig.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ object DefaultConfig {
44
const val appId = "com.looker.droidify"
55
const val compileSdk = 34
66
const val minSdk = 23
7-
const val versionCode = 591
8-
const val versionName = "0.5.9 Patch 1"
7+
const val versionCode = 592
8+
const val versionName = "0.5.9 Patch 2"
99
}

metadata/en-US/changelogs/592.txt

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Installer Improvements:
2+
- You can now remove apps from install queue
3+
- Cleanup some memory after using installer
4+
5+
Improvements:
6+
- Add initial support for Android 14
7+
- Added 11 New Repositories
8+
- Pressing back will clear categories before exiting
9+
- Faster Icon/Screenshot loading
10+
- Faster Selection of Download File
11+
12+
Fixes:
13+
- Repeated Loading of images
14+
- Install button not working one second click
15+
- Crashes with syncing
16+
- Crashes related to system service
17+
- Improve performance of App Detail Screen
18+
- Improve performance of Home Screen

0 commit comments

Comments
 (0)