From 3815810d4f83ea2b73116a732916d7f08242139d Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 28 Sep 2021 01:11:24 +0330 Subject: [PATCH 1/6] Update for release --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa5c4c4..f491b023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Server: v0.5.2-r964 + WebUI: r809 -## TL;DR - +# Server: v0.5.2 + WebUI: r809 +- added support for a equivalent page to Tachiyomi's Updates tab +- fix launchers not working on macOS M1/arm64 ## Tachidesk-Server Changelog - (r956) fix macOS-arm64 bundle launchers not working From 9b67f2c58fac5c4725414e29a360c2d3d7ed85f3 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 28 Sep 2021 03:24:57 +0330 Subject: [PATCH 2/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f491b023..4b562af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Server: v0.5.2 + WebUI: r809 +# Server: v0.5.3 + WebUI: r809 - added support for a equivalent page to Tachiyomi's Updates tab - fix launchers not working on macOS M1/arm64 From 8cb5791f3bc93f0db0d28304386a07cc84980e6d Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 28 Sep 2021 03:34:14 +0330 Subject: [PATCH 3/6] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 448cd221..1cb23cf1 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Ability to read and write Tachiyomi compatible backups and syncing is a planned Yes, you need a client/user interface app as a front-end for Tachidesk-Server, if you Directly Download Tachidesk-Server you'll get a bundled version of [Tachidesk-WebUI](https://github.com/Suwayomi/Tachidesk-WebUI) with it. Here's a list of known clients/user interfaces for Tachidesk-Server: -- [Tachidesk-JUI](https://github.com/Suwayomi/Tachidesk-JUI): The "official" front-end for Tachidesk-Server, A native desktop Application. -- [Tachidesk-WebUI](https://github.com/Suwayomi/Tachidesk-WebUI): The web/electrion front-end that Tachidesk-Server is traditionally shipped with. +- [Tachidesk-JUI](https://github.com/Suwayomi/Tachidesk-JUI): The "official" native desktop front-end for Tachidesk-Server. Currently the most advanced. +- [Tachidesk-WebUI](https://github.com/Suwayomi/Tachidesk-WebUI): The web/ElectronJS front-end that Tachidesk-Server is traditionally shipped with. Usually gets new features faster. - [Tachidesk-qtui](https://github.com/Suwayomi/Tachidesk-qtui): A C++/Qt front-end for mobile devices(Android/linux), in super early stage of development. - [Equinox](https://github.com/Suwayomi/Equinox): A web user interface made with Vue.js, in super early stage of development. @@ -32,6 +32,7 @@ Here is a list of current features: - Searching and browsing installed sources - Ability to download Manga for offline read - Backup and restore support powered by Tachiyomi Backups + - Viewing latest updated chapters. - From Aniyomi - Installing and executing Aniyomi's Extensions - Searching and browsing installed sources. @@ -41,6 +42,8 @@ Here is a list of current features: **Note:** Tachidesk-Server is alpha software and can break rarely and/or with each update. See [Troubleshooting](https://github.com/Suwayomi/Tachidesk-Server/wiki/Troubleshooting) if it happens. +**Note:** “THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.” + # Downloading and Running the app ## General Requirements In order to use the app effectively you need the following: From dca7ed23f51ec61946eff07ad6d82c201ed710a9 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 28 Sep 2021 03:36:06 +0330 Subject: [PATCH 4/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb23cf1..0ba112d0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ Here is a list of current features: **Note:** Tachidesk-Server is alpha software and can break rarely and/or with each update. See [Troubleshooting](https://github.com/Suwayomi/Tachidesk-Server/wiki/Troubleshooting) if it happens. -**Note:** “THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.” +**Note:** “THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.” You are warned. + # Downloading and Running the app ## General Requirements From 5a6637d9fc8715499421d905c8e86d3b0bb0da0f Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 28 Sep 2021 03:39:45 +0330 Subject: [PATCH 5/6] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0ba112d0..eb58e8c7 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ Here is a list of current features: **Note:** These are capabilities of Tachidesk-Server, the actual working support is provided by each front-end app, checkout their respective readme for more info. -**Note:** Tachidesk-Server is alpha software and can break rarely and/or with each update. See [Troubleshooting](https://github.com/Suwayomi/Tachidesk-Server/wiki/Troubleshooting) if it happens. - **Note:** “THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.” You are warned. From 60cd61dfd2be78630358eca97b0d9d7b52867367 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 28 Sep 2021 03:42:20 +0330 Subject: [PATCH 6/6] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index eb58e8c7..f8fdd717 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,6 @@ Here is a list of current features: **Note:** These are capabilities of Tachidesk-Server, the actual working support is provided by each front-end app, checkout their respective readme for more info. -**Note:** “THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.” You are warned. - - # Downloading and Running the app ## General Requirements In order to use the app effectively you need the following: