From 79c1bf43f924ebbb1603307a40d1c8eab8036d17 Mon Sep 17 00:00:00 2001 From: Xilin Jia <6257601+XilinJia@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:57:34 +0100 Subject: [PATCH] 6.12.1 commit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1880a825..b5f321c8 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,10 @@ While podcast subscriptions' OPML files (from AntennaPod or any other sources) c * FeedInfo view has button showing number of episodes to open the FeedEpisodes view * FeedInfo view has feed setting in the header * instead of isFavorite, there is a new rating system for every episode: Trash, Bad, Neutral, Good, Favorite -* instead of Played or Unplayed, there is a new play state system settable by the user: Unplayed, Later, Soon, Skipped, Played, Ignored +* instead of Played or Unplayed, there is a new play state system Unspecified, Building, New, Unplayed, Later, Soon, InQueue, InProgress, Skipped, Played, Ignored + * among which Unplayed, Later, Soon, Skipped, Played, Ignored are settable by the user + * when an episode is started to play, its state is set to InProgress + * when episode is added to a queue, its state is set to InQueue, when it's removed from a queue, the state (if lower than Skipped) is set to Skipped * in EpisodeInfo view, "mark played/unplayed", "add to/remove from queue" * in EpisodeInfo view, one can enter personal comments/notes under "My opinion" for every episode * New episode home view with two display modes: webpage or reader