better UX

This commit is contained in:
Aria Moradi
2021-09-09 06:05:09 +04:30
parent 090399f61d
commit 10d3ffc2f6
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
- (r775 #23 by @voltrare) `yarn.lock`: Fixes version inconsistency after commit 9b866811b - (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 - (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 - (r777) add support for installing external APK files
- (r778) fix the makeToaster?
- (r779) Action button for installing external extension
#### Bug fixes #### Bug fixes
- N/A - N/A

View File

@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release // should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9" 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 // counts commits on the the master branch
val tachideskRevision = runCatching { val tachideskRevision = runCatching {