From 10d3ffc2f602264c1363c24b970b09025422318b Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 9 Sep 2021 06:05:09 +0430 Subject: [PATCH] better UX --- CHANGELOG.md | 2 ++ buildSrc/src/main/kotlin/Constants.kt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2c4124..6dae72d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ - (r775 #23 by @voltrare) `yarn.lock`: Fixes version inconsistency after commit 9b866811b - (r776 #22 by @voltrare) add margin between Source and Extension cards, make the Search button look nicer - (r777) add support for installing external APK files +- (r778) fix the makeToaster? +- (r779) Action button for installing external extension #### Bug fixes - N/A diff --git a/buildSrc/src/main/kotlin/Constants.kt b/buildSrc/src/main/kotlin/Constants.kt index a2311c2f..7a50456b 100644 --- a/buildSrc/src/main/kotlin/Constants.kt +++ b/buildSrc/src/main/kotlin/Constants.kt @@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt" // should be bumped with each stable release val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9" -val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r777" +val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r779" // counts commits on the the master branch val tachideskRevision = runCatching {