Skip to content

Commit b6498da

Browse files
committed
Release 0.5.9 Patch 1
1 parent 1d5810e commit b6498da

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ object DefaultConfig {
33
const val appId = "com.looker.droidify"
44
const val compileSdk = 33
55
const val minSdk = 23
6-
const val versionCode = 590
7-
const val versionName = "0.5.9"
6+
const val versionCode = 591
7+
const val versionName = "0.5.9 Patch 1"
88
}

metadata/en-US/changelogs/591.txt

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Improvements:
2+
- Improve icons based on usage
3+
- Replace screenshot placeholder
4+
- Improvements to title of link items
5+
- Add ability to toggle switch by clicking the whole item
6+
- Improve background updates
7+
- Load icons from different mirrors
8+
- Cleanup after changing proxy
9+
10+
Fixes:
11+
- Monet theme switch
12+
- Screenshot Size
13+
- Fix Tor/Onion Repositories
14+
- Fix Shizuku permission issue
15+
- Fix Installer reverting indefinitely
16+
- Fix calls to tor repositories

0 commit comments

Comments
 (0)