From 1db738ce89b6757ba9fbd12cb2f4f1273fb66b4a Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 22 Jul 2024 17:43:29 +0200 Subject: [PATCH 1/3] fix roadmap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d92dc2aa..6eccfb04 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,10 @@ 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)) - [ ] Search comments - [ ] Search download queue -- [ ] Configure shorts, streams and video sizes per channel +- [ ] Per user videos/channel/playlists Implemented: -- [X] Per user videos/channel/playlists [2024-07-15] +- [X] Configure shorts, streams and video sizes per channel [2024-07-15] - [X] User created playlists [2024-04-10] - [X] User roles, aka read only user [2023-11-10] - [X] Add statistics of index [2023-09-03] From 90441ba67852e686c6b02864266bb9f418cfb76a Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 2 Aug 2024 14:24:18 +0200 Subject: [PATCH 2/3] bump requirements --- tubearchivist/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tubearchivist/requirements.txt b/tubearchivist/requirements.txt index cc4d6be5..3e22dedd 100644 --- a/tubearchivist/requirements.txt +++ b/tubearchivist/requirements.txt @@ -1,4 +1,4 @@ -apprise==1.8.0 +apprise==1.8.1 celery==5.4.0 Django==5.0.7 django-auth-ldap==4.8.0 @@ -6,9 +6,9 @@ django-celery-beat==2.6.0 django-cors-headers==4.4.0 djangorestframework==3.15.2 Pillow==10.4.0 -redis==5.0.7 +redis==5.0.8 requests==2.32.3 ryd-client==0.0.6 uWSGI==2.0.26 whitenoise==6.7.0 -yt-dlp==2024.7.9 +yt-dlp==2024.8.1 From aabc883d84681a0ff5050058b515cc07c942084c Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 2 Aug 2024 14:24:39 +0200 Subject: [PATCH 3/3] add unstable tag --- tubearchivist/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/config/settings.py b/tubearchivist/config/settings.py index a74aef86..d51805a1 100644 --- a/tubearchivist/config/settings.py +++ b/tubearchivist/config/settings.py @@ -276,4 +276,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.4.9" +TA_VERSION = "v0.4.10-unstable"