From 173649e57cdbdfe4c371bd542ceeed5b0a585cb5 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Tue, 9 Apr 2024 21:20:51 -0400 Subject: [PATCH 1/7] Update version for release --- frontend/appinfo.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/appinfo.json b/frontend/appinfo.json index 4ff6001..76cec44 100644 --- a/frontend/appinfo.json +++ b/frontend/appinfo.json @@ -5,7 +5,7 @@ "bgImage": "assets/splash.png", "title": "Jellyfin", "type": "web", - "version": "1.2.0", + "version": "1.2.2", "splashBackground": "assets/splash.png", "bgColor": "#000b25", "vendor": "Jellyfin Project", diff --git a/package.json b/package.json index 00f9fc5..8621093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "org.jellyfin.webos", - "version": "1.2.0", + "version": "1.2.2", "description": "Jellyfin WebOS client", "scripts": { "check": "ares-package --check", From 0c0d441c29c2d905f0e1124c292806928d45824f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:44:16 +0000 Subject: [PATCH 2/7] Update actions/checkout action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60873f2..47af3c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js 14.x uses: actions/setup-node@v1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fab89f6..0167c4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v1 From f380b9b8e3ce17c28346dca913f8db0285e07153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:44:19 +0000 Subject: [PATCH 3/7] Update actions/setup-node action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47af3c4..291ead3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Use Node.js 14.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 14.x From 16eb929c28cffc26d5edc426ee8ab030f0b9bc84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:55:29 +0000 Subject: [PATCH 4/7] Update actions/upload-artifact action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 291ead3..2dc3cfe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: node tools/gen-manifest.js build/org.jellyfin.webos.manifest.json - name: Upload CI artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: jellyfin_webos path: | From ef3f369f6e1d37abc115f9469586d40d7d20d717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:55:32 +0000 Subject: [PATCH 5/7] Update github/codeql-action action to v2 --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0167c4b..fd5304f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,10 +23,10 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 From 61bb3e4180ed70376c2b3e01beca7fd7f5fdac2a Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Mon, 18 Mar 2024 14:14:20 -0400 Subject: [PATCH 6/7] Update README for availability information Updates the readme to have the latest on the channel store details. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfa987f..7e5a189 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,11 @@ This is a small wrapper around the web interface that the server provides (https ## Download -For webOS 2/3/4/5: -* Download the [latest release](https://github.com/jellyfin/jellyfin-webos/releases/latest) -* Install using Developer Mode (or other process) - -For newer TVs (2021+): +For all versions:

Enjoy on LG Smart TV
-Note: The Content Store version is currently only available for webOS 6+. +Note: If you previously installed the app via Homebrew or Developer mode, you must uninstall that before you can use the the store version.

From de84eabff54f5ff82b054e066e6abb273f702657 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Mon, 18 Mar 2024 14:28:43 -0400 Subject: [PATCH 7/7] remove extra the Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5a189..27a222f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For all versions:

Enjoy on LG Smart TV
-Note: If you previously installed the app via Homebrew or Developer mode, you must uninstall that before you can use the the store version. +Note: If you previously installed the app via Homebrew or Developer mode, you must uninstall that before you can use the store version.