Skip to content

Commit c9db44c

Browse files
committed
Release 0.6.0
1 parent 4b6f2dc commit c9db44c

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
@@ -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 = 595
8-
const val versionName = "0.5.9 Patch 5"
7+
const val versionCode = 600
8+
const val versionName = "0.6.0"
99
}

metadata/en-US/changelogs/600.txt

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Added:
2+
- Swipe to Return and Animation in Screenshot
3+
4+
Changed:
5+
- Improve Performance of: Startup, Sync, Installer, Edit Repository
6+
- Sharing and Uninstalling enabled during Downloads
7+
- Icon Rounding in Main Screen
8+
- Remove Subdomain on Sharing
9+
- Update Theme
10+
11+
Fixed:
12+
- Lag on Sync
13+
- Sync Failures
14+
- Crash on Enabling Repos
15+
- Scroll State Reset
16+
- Double Installation

0 commit comments

Comments
 (0)