From aee9fb0ef9eb2c3741dd3229c1e2b89d976194e1 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 3 Sep 2024 21:06:17 +1000 Subject: [PATCH] Update invidious to 2.20240825.2 (#1428) --- invidious/docker-compose.yml | 4 ++-- invidious/umbrel-app.yml | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/invidious/docker-compose.yml b/invidious/docker-compose.yml index 94943f0..7646f9b 100644 --- a/invidious/docker-compose.yml +++ b/invidious/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 web: - image: ceramicwhite/invidious:build-eda7444@sha256:adb27aa2b7acda32c8eb006d1e8ec56b7669c3f9724f65bc86fcc2d526781c30 + image: ceramicwhite/invidious:build-4782a67@sha256:07e0b12bea59538474bf0a661e7b91e15b24e488e8624d4b24e69d317b05d321 restart: on-failure stop_grace_period: 1m user: "1000:1000" @@ -45,4 +45,4 @@ services: environment: POSTGRES_DB: invidious POSTGRES_USER: umbrel - POSTGRES_PASSWORD: moneyprintergobrrr + POSTGRES_PASSWORD: moneyprintergobrrr \ No newline at end of file diff --git a/invidious/umbrel-app.yml b/invidious/umbrel-app.yml index 14223e3..28e4d1f 100644 --- a/invidious/umbrel-app.yml +++ b/invidious/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: invidious category: social name: Invidious -version: "2024.4.26-eda7444" +version: "2.20240825.2" tagline: Browse YouTube without tracking or ads description: >- An open source alternative front-end to YouTube @@ -48,6 +48,14 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - - Workaround used to fetch streaming URLs (see https://github.com/iv-org/invidious/issues/4584) + New features and improvements: + - Search bar now has a clickable button + - YouTube URLs can be pasted directly in the search bar + - Channel page "streams" tab can be sorted by newest, oldest, or popular + - Videos embedded in local HTML files can now be played + - Updated translations + + + For full release notes, visit https://github.com/iv-org/invidious/releases submitter: Jasper -submission: https://github.com/getumbrel/umbrel-apps/pull/129 +submission: https://github.com/getumbrel/umbrel-apps/pull/129 \ No newline at end of file