From 2acaeb34dbf03edb200eae86b67fa63d3c4ad89d Mon Sep 17 00:00:00 2001 From: Krzysztof Olszewski <42242846+deltacodepl@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:17:16 +0100 Subject: [PATCH 1/2] #409:Ability to visit source URL for preview from download queue (#422) --- tubearchivist/home/templates/home/downloads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 4d5bbf5f..35ed3d91 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -90,7 +90,7 @@ {% else %} {{ video.source.channel_name }} {% endif %} -

{{ video.source.title }}

+

{{ video.source.title }}

Published: {{ video.source.published }} | Duration: {{ video.source.duration }} | {{ video.source.youtube_id }}

From fa46b30e614f062d2969654e4537e6455fe2b77d Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 3 Feb 2023 15:26:14 +0700 Subject: [PATCH 2/2] add unstable footer --- 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 e200b8b4..8c222cab 100644 --- a/tubearchivist/config/settings.py +++ b/tubearchivist/config/settings.py @@ -263,4 +263,4 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ # TA application settings TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" -TA_VERSION = "v0.3.2" +TA_VERSION = "v0.3.3-unstable"