Skip to content

Commit

Permalink
Release 0.5.9 Patch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Sep 27, 2023
1 parent 1d5810e commit b6498da
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -3,6 +3,6 @@ object DefaultConfig {
const val appId = "com.looker.droidify"
const val compileSdk = 33
const val minSdk = 23
const val versionCode = 590
const val versionName = "0.5.9"
const val versionCode = 591
const val versionName = "0.5.9 Patch 1"
}
16 changes: 16 additions & 0 deletions metadata/en-US/changelogs/591.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Improvements:
- Improve icons based on usage
- Replace screenshot placeholder
- Improvements to title of link items
- Add ability to toggle switch by clicking the whole item
- Improve background updates
- Load icons from different mirrors
- Cleanup after changing proxy

Fixes:
- Monet theme switch
- Screenshot Size
- Fix Tor/Onion Repositories
- Fix Shizuku permission issue
- Fix Installer reverting indefinitely
- Fix calls to tor repositories

0 comments on commit b6498da

Please sign in to comment.