Skip to content

Commit

Permalink
Release v0.5.9 Patch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 20, 2023
1 parent c51eba9 commit 9b2895f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/structure/src/main/kotlin/DefaultConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ object DefaultConfig {
const val appId = "com.looker.droidify"
const val compileSdk = 34
const val minSdk = 23
const val versionCode = 591
const val versionName = "0.5.9 Patch 1"
const val versionCode = 592
const val versionName = "0.5.9 Patch 2"
}
18 changes: 18 additions & 0 deletions metadata/en-US/changelogs/592.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Installer Improvements:
- You can now remove apps from install queue
- Cleanup some memory after using installer

Improvements:
- Add initial support for Android 14
- Added 11 New Repositories
- Pressing back will clear categories before exiting
- Faster Icon/Screenshot loading
- Faster Selection of Download File

Fixes:
- Repeated Loading of images
- Install button not working one second click
- Crashes with syncing
- Crashes related to system service
- Improve performance of App Detail Screen
- Improve performance of Home Screen

0 comments on commit 9b2895f

Please sign in to comment.