diff --git a/README.md b/README.md index 587a891..d59e134 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,18 @@ Moku is a fast, minimal manga reader frontend for [Suwayomi-Server](https://gith ## Features - **Library management** — organize manga into folders, track unread counts, filter by genre +- **Per-folder sorting & filtering** — each folder has its own independent sort (unread, A–Z, recently read, latest chapter, and more) and publication status filter (Ongoing, Completed, Hiatus, etc.) - **Built-in reader** — single page, long strip, configurable fit modes, customizable keybinds +- **Markers** — pin color-coded notes to any page while reading; markers appear as dots on the progress bar and are browseable under Series Detail → Manage → Markers - **Extension support** — install and manage Suwayomi extensions directly from the app - **Download management** — queue and monitor chapter downloads with progress toasts +- **Automation** — pre-download titles automatically and optionally delete chapters after they're marked as read (accessible from Series Detail) - **Tracker integration** — sync reading progress with AniList, MyAnimeList, Kitsu, and more +- **Discord Rich Presence** — shows the manga title, current chapter, and an elapsed timer in your Discord status; configurable in Settings → General - **Auto-start server** — optionally launch Suwayomi in the background on startup - **Multiple themes** — Dark, Light, Midnight, Warm, High Contrast, and more - **Auto-updates** — in-app update checker with silent background notifications +- **Improved NSFW filtering** — expanded tag parser gives the Hide NSFW setting better coverage across sources --- @@ -143,4 +148,4 @@ Distributed under the [Apache 2.0 License](./LICENSE). ## Disclaimer -Moku does not host or distribute any content. The developers have no affiliation with any content providers accessible through connected sources. +Moku does not host or distribute any content. The developers have no affiliation with any content providers accessible through connected sources. \ No newline at end of file diff --git a/dev.moku.app.yml b/dev.moku.app.yml index e9377ca..a55a944 100644 --- a/dev.moku.app.yml +++ b/dev.moku.app.yml @@ -181,7 +181,7 @@ modules: path: . - type: file path: packaging/frontend-dist.tar.gz - sha256: 6899362aa25ebca481904c1bdc7bc35dee9369407e41fc9746bea3059910c45b + sha256: 32773b16189f30dea3c54f7f3ae4416599f7b73d47edef03090f5b67de9560be - packaging/cargo-sources.json - type: inline dest: src-tauri/.cargo diff --git a/docs/screenshots/Moku-Discover.png b/docs/screenshots/Moku-Discover.png index 61bad4f..0986df3 100644 Binary files a/docs/screenshots/Moku-Discover.png and b/docs/screenshots/Moku-Discover.png differ diff --git a/docs/screenshots/Moku-Downloads.png b/docs/screenshots/Moku-Downloads.png new file mode 100644 index 0000000..3bd4d0f Binary files /dev/null and b/docs/screenshots/Moku-Downloads.png differ diff --git a/docs/screenshots/Moku-Home.png b/docs/screenshots/Moku-Home.png index 19274ca..8bedab9 100644 Binary files a/docs/screenshots/Moku-Home.png and b/docs/screenshots/Moku-Home.png differ diff --git a/docs/screenshots/Moku-Notifications.png b/docs/screenshots/Moku-Notifications.png new file mode 100644 index 0000000..7bb6cb5 Binary files /dev/null and b/docs/screenshots/Moku-Notifications.png differ diff --git a/docs/screenshots/Moku-Preview.png b/docs/screenshots/Moku-Preview.png index ff96ba3..e3cf8e2 100644 Binary files a/docs/screenshots/Moku-Preview.png and b/docs/screenshots/Moku-Preview.png differ diff --git a/docs/screenshots/Moku-Settings.png b/docs/screenshots/Moku-Settings.png index 4b345e3..3eaa0e4 100644 Binary files a/docs/screenshots/Moku-Settings.png and b/docs/screenshots/Moku-Settings.png differ diff --git a/docs/screenshots/Moku-TagSearch.png b/docs/screenshots/Moku-TagSearch.png new file mode 100644 index 0000000..5aafce6 Binary files /dev/null and b/docs/screenshots/Moku-TagSearch.png differ diff --git a/docs/screenshots/Moku-Tracker.png b/docs/screenshots/Moku-Tracker.png index 518c9e9..39f9bee 100644 Binary files a/docs/screenshots/Moku-Tracker.png and b/docs/screenshots/Moku-Tracker.png differ