mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
update
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,4 +1,4 @@
|
|||||||
# Server: v0.5.4-next + WebUI: r855
|
# Server: v0.5.4-next + WebUI: r862
|
||||||
## TL;DR
|
## TL;DR
|
||||||
- N/A
|
- N/A
|
||||||
|
|
||||||
@@ -15,6 +15,19 @@
|
|||||||
- (r1017) change windows bundle names (by @AriaMoradi)
|
- (r1017) change windows bundle names (by @AriaMoradi)
|
||||||
- (r1018) improve tests (by @AriaMoradi)
|
- (r1018) improve tests (by @AriaMoradi)
|
||||||
- (r1019) allow injecting Sources (by @AriaMoradi)
|
- (r1019) allow injecting Sources (by @AriaMoradi)
|
||||||
|
- (r1020) update (by @AriaMoradi)
|
||||||
|
- (r1021) fix credit (by @AriaMoradi)
|
||||||
|
- (r1022) cleanup (by @AriaMoradi)
|
||||||
|
- (r1023) refactor (by @AriaMoradi)
|
||||||
|
- (r1024) refactor (by @AriaMoradi)
|
||||||
|
- (r1025) implement Source Filters (by @AriaMoradi)
|
||||||
|
- (r1026) ignore build artifacts generated by teting (by @AriaMoradi)
|
||||||
|
- (r1027) convert request type (by @AriaMoradi)
|
||||||
|
- (r1028) Update CONTRIBUTING.md (by @AriaMoradi)
|
||||||
|
- (r1029) stop supporting zero based image storage ([#242](https://github.com/Suwayomi/src/pull/242) by @AriaMoradi)
|
||||||
|
- (r1030) add manga data to download queue object ([#244](https://github.com/Suwayomi/src/pull/244) by @AriaMoradi)
|
||||||
|
- (r1031) Fix Manga Meta, add Manga Meta test ([#245](https://github.com/Suwayomi/src/pull/245) by @Syer10)
|
||||||
|
- (r1032) add pagination to recentChapters ([#246](https://github.com/Suwayomi/src/pull/246) by @AriaMoradi)
|
||||||
|
|
||||||
|
|
||||||
## Tachidesk-WebUI
|
## Tachidesk-WebUI
|
||||||
@@ -50,6 +63,13 @@
|
|||||||
- (r853) nicer gradient (by @AriaMoradi)
|
- (r853) nicer gradient (by @AriaMoradi)
|
||||||
- (r854) refactor MangaCard (by @AriaMoradi)
|
- (r854) refactor MangaCard (by @AriaMoradi)
|
||||||
- (r855) closes #58 (by @AriaMoradi
|
- (r855) closes #58 (by @AriaMoradi
|
||||||
|
- (r856) Add Resume Reading FAB Manga screen ([#59](https://github.com/Suwayomi/Tachidesk-WebUI/pull/59) by @abhijeetChawla)
|
||||||
|
- (r857) add filter and badge for `downloadCount` ([#62](https://github.com/Suwayomi/Tachidesk-WebUI/pull/62) by @abhijeetChawla)
|
||||||
|
- (r858) add issue template (by @AriaMoradi)
|
||||||
|
- (r859) Change color of navbar in light mode ([#65](https://github.com/Suwayomi/Tachidesk-WebUI/pull/65) by @abhijeetChawla)
|
||||||
|
- (r860) fix manga FAB margins ([#66](https://github.com/Suwayomi/Tachidesk-WebUI/pull/66) by @AriaMoradi)
|
||||||
|
- (r861) remove extra scrollbar on mobile ([#67](https://github.com/Suwayomi/Tachidesk-WebUI/pull/67) by @AriaMoradi)
|
||||||
|
- (r862) Fix Bad messages in Library Appbar search ([#70](https://github.com/Suwayomi/Tachidesk-WebUI/pull/70) by @ntbm)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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.5.4"
|
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.5.4"
|
||||||
|
|
||||||
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r855"
|
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r862"
|
||||||
|
|
||||||
// counts commits on the master branch
|
// counts commits on the master branch
|
||||||
val tachideskRevision = runCatching {
|
val tachideskRevision = runCatching {
|
||||||
|
|||||||
Reference in New Issue
Block a user