From 5914e367d171aa8053a94e8a4dfe4a1f30dde41b Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 13 Sep 2021 19:29:54 +0430 Subject: [PATCH] better CHANGELOG --- CHANGELOG-TEMPLATE.md | 3 +++ CHANGELOG.md | 14 +++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-TEMPLATE.md b/CHANGELOG-TEMPLATE.md index 9ea09740..7f0995d0 100644 --- a/CHANGELOG-TEMPLATE.md +++ b/CHANGELOG-TEMPLATE.md @@ -1,4 +1,7 @@ # Server: v0.X.Y-rXXX + WebUI: rXXX +## TL;DR + + ## Tachidesk-Server ### Public API #### Non-breaking changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f89985..91958ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -# Server: v0.4.9-r906 + WebUI: r788 +# Server: v0.4.9-r906 + WebUI: r789 +## TL;DR +- You can now install APK extensions from the extensions page +- WebUI now comes with an updated Material Design looks and is faster a little bit. +- WebUI now shows Nsfw content by default, disable it in settings if you prefer to not see Nsfw stuff +- Added support for configuration of sources, this enables MangaDex, Komga, Cubari and many other sources +- Chapters in the Manga page and Sources in the source page now look nicer and will glow with mouse hover + ## Tachidesk-Server ### Public API #### Non-breaking changes @@ -19,7 +26,7 @@ ## Tachidesk-WebUI #### Visible changes - (r770) add support for the new genre type -- (r771) set the default value of `showNsfw` to `false` so we won't have visual artifacts with a clean install +- (r771) set the default value of `showNsfw` to `true` so we won't have visual artifacts with a clean install - (r774 [#21](https://github.com/Suwayomi/Tachidesk-WebUI/pull/21) by @voltrare) `ReaderNavbar.jsx`: Swap close and retract Navbar buttons - (r775 [#23](https://github.com/Suwayomi/Tachidesk-WebUI/pull/23) by @voltrare) `yarn.lock`: Fixes version inconsistency after commit 9b866811b - (r776 [#23](https://github.com/Suwayomi/Tachidesk-WebUI/pull/23) by @voltrare) add margin between Source and Extension cards, make the Search button look nicer @@ -28,7 +35,8 @@ - (r779) Action button for installing external extension - (r780 Suwayomi/Tachidesk-WebUI#25) add on hover, active effect to Chapter/Episode card - (r782-r785) updating material-ui to v5 changed the theme -- (r785-r788) better `SourceCard` looks on mobile, move `SourceDataClass.isConfigurable` gear button to `SourceMangas` +- (r785-r788) better `SourceCard` looks on mobile, move `SourceDataClass.isConfigurable` gear button to `SourceMangas` +- (r789) implement source configuration #### Bug fixes - N/A