From 18a8490587a4ff7e669cdb9e074f9cef0dab4718 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 24 Sep 2025 18:28:17 +0200 Subject: [PATCH 1/3] Fixed broken companion hyperlink --- src/invidious/config.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/invidious/config.cr b/src/invidious/config.cr index 36f09d28..616fa798 100644 --- a/src/invidious/config.cr +++ b/src/invidious/config.cr @@ -285,9 +285,9 @@ class Config end end elsif config.signature_server - puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/companion-installation/") + puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/installation/#migration-needed-new-invidious-companion") else - puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/companion-installation/") + puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/installation/#migration-needed-new-invidious-companion") end # HMAC_key is mandatory From 42d34cd08484fc9ddb8b53e4cdf0a26bda01ca54 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 24 Sep 2025 18:47:45 +0200 Subject: [PATCH 2/3] Removed specific section from hyperlink in config.cr --- src/invidious/config.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/invidious/config.cr b/src/invidious/config.cr index 616fa798..92c510d0 100644 --- a/src/invidious/config.cr +++ b/src/invidious/config.cr @@ -285,9 +285,9 @@ class Config end end elsif config.signature_server - puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/installation/#migration-needed-new-invidious-companion") + puts("WARNING: inv-sig-helper is deprecated. Please switch to Invidious companion: https://docs.invidious.io/installation/") else - puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/installation/#migration-needed-new-invidious-companion") + puts("WARNING: Invidious companion is required to view and playback videos. For more information see https://docs.invidious.io/installation/") end # HMAC_key is mandatory From 710b3f250baffb6b92b3190fb2b0c9c21c6d2c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:28:45 +0000 Subject: [PATCH 3/3] Bump crystal-lang/install-crystal from 1.8.2 to 1.8.3 Bumps [crystal-lang/install-crystal](https://github.com/crystal-lang/install-crystal) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/crystal-lang/install-crystal/releases) - [Commits](https://github.com/crystal-lang/install-crystal/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: crystal-lang/install-crystal dependency-version: 1.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce166b7b..a3c8f4dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: shell: bash - name: Install Crystal - uses: crystal-lang/install-crystal@v1.8.2 + uses: crystal-lang/install-crystal@v1.8.3 with: crystal: ${{ matrix.crystal }} @@ -134,7 +134,7 @@ jobs: - name: Install Crystal id: lint_step_install_crystal - uses: crystal-lang/install-crystal@v1.8.2 + uses: crystal-lang/install-crystal@v1.8.3 with: crystal: latest