Skip to content

Commit

Permalink
Release v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Sep 20, 2023
1 parent 0f49d69 commit 9ceef0c
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 = 584
const val versionName = "0.5.8.4"
const val versionCode = 590
const val versionName = "0.5.9"
}
16 changes: 16 additions & 0 deletions metadata/en-US/changelogs/590.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Brand New Sharing Feel:
- Universal sharing with `droidify.eu.org`
- New missing app page
- Add missing repository from the detail page

Improvements:
- Add back icon to screenshot
- Improve database performance
- Improve settings page performance

Fixes:
- Crash when validating
- Crash after download cancellation
- Crash related to Shizuku
- Fix setting switches
- Fix calls for empty icons

0 comments on commit 9ceef0c

Please sign in to comment.