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] diff --git a/tubearchivist/config/settings.py b/tubearchivist/config/settings.py index 209da92b..83c74bb1 100644 --- a/tubearchivist/config/settings.py +++ b/tubearchivist/config/settings.py @@ -292,4 +292,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" 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