From 9e8e929bcc95e51e7aafa78e8cb8f38d9f2aa401 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 5 Aug 2023 12:28:40 +0700 Subject: [PATCH] update roadmap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab1bdc..4fe8e3d 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] User roles - [ ] Podcast mode to serve channel as mp3 - [ ] Implement [PyFilesystem](https://github.com/PyFilesystem/pyfilesystem2) for flexible video storage -- [ ] Implement [Apprise](https://github.com/caronc/apprise) for notifications ([#97](https://github.com/tubearchivist/tubearchivist/issues/97)) - [ ] User created playlists, random and repeat controls ([#108](https://github.com/tubearchivist/tubearchivist/issues/108), [#220](https://github.com/tubearchivist/tubearchivist/issues/220)) - [ ] Auto play or play next link ([#226](https://github.com/tubearchivist/tubearchivist/issues/226)) - [ ] Multi language support @@ -151,6 +150,7 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/tubearchivist/tubearchivist/issues/144)) Implemented: +- [X] Implement [Apprise](https://github.com/caronc/apprise) for notifications [2023-08-05] - [X] Download video comments [2022-11-30] - [X] Show similar videos on video page [2022-11-30] - [X] Implement complete offline media file import from json file [2022-08-20]