From c9db44cb1541ead15a6c5abca9603f2d70f78dad Mon Sep 17 00:00:00 2001 From: LooKeR Date: Sun, 7 Jan 2024 12:05:51 +0530 Subject: [PATCH] Release 0.6.0 --- .../structure/src/main/kotlin/DefaultConfig.kt | 4 ++-- metadata/en-US/changelogs/600.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/600.txt diff --git a/build-logic/structure/src/main/kotlin/DefaultConfig.kt b/build-logic/structure/src/main/kotlin/DefaultConfig.kt index 67c67d7d..06a89600 100644 --- a/build-logic/structure/src/main/kotlin/DefaultConfig.kt +++ b/build-logic/structure/src/main/kotlin/DefaultConfig.kt @@ -4,6 +4,6 @@ object DefaultConfig { const val appId = "com.looker.droidify" const val compileSdk = 34 const val minSdk = 23 - const val versionCode = 595 - const val versionName = "0.5.9 Patch 5" + const val versionCode = 600 + const val versionName = "0.6.0" } diff --git a/metadata/en-US/changelogs/600.txt b/metadata/en-US/changelogs/600.txt new file mode 100644 index 00000000..ecb38f7c --- /dev/null +++ b/metadata/en-US/changelogs/600.txt @@ -0,0 +1,16 @@ +Added: +- Swipe to Return and Animation in Screenshot + +Changed: +- Improve Performance of: Startup, Sync, Installer, Edit Repository +- Sharing and Uninstalling enabled during Downloads +- Icon Rounding in Main Screen +- Remove Subdomain on Sharing +- Update Theme + +Fixed: +- Lag on Sync +- Sync Failures +- Crash on Enabling Repos +- Scroll State Reset +- Double Installation \ No newline at end of file