From a688e184de30f7958c06a5da28fe5601df167e82 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:43:14 +0200 Subject: [PATCH] [SKIP CI] Add feature list to readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 0817b8e4..440cd039 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,31 @@ This is the repository of the default client of [Suwayomi-Server](https://github The server has this web app bundled by default and is able to automatically update to the latest versions. Thus, there is no need to manually download any builds unless you want to host the app yourself instead of having it hosted by the Suwayomi-Server. +## Features +- All available Suwayomi-Server features are implemented +- Library management + - Filter/Sort/Search your manga + - Use categories to categorize your manga + - Select manga in your library and perform actions (e.g. download, change categories, mark as read, ...) on one or multiple manga +- Manga chapter management + - Filter/Sort the chapter list + - Select chapters and perform actions (e.g. download, bookmark, mark as read, ...) on one or multiple manga +- Select a range of manga/chapters by using shift + left click or long press +- Download queue +- Settings per device (e.g. different reader settings for pc, phone and tablet) +- Reader settings per manga +- Option to ignore duplicated chapters while reading +- Option to automatically download next chapters while reading +- Option to automatically delete downloaded chapters after reading them +- Migration of manga between sources +- Hide in library manga while browsing sources +- Save source searches to easily reuse them +- Overview of duplicated manga in your library (settings > library) +- Duplication check when adding a new manga to your library +- Quick add/remove a manga to your library in the source browse (hover with mouse on pc or long press on touch devices) +- Inform about available WebUI and Server updates +- Inform about successful WebUI and Server updates since the last time the app was used + ## Preview An ongoing changelog of all relevant changes since the last stable release can be found [here](https://github.com/Suwayomi/Suwayomi-WebUI/issues/749)