From e503de323a8616aa89ece6e4c24324343f3c235d Mon Sep 17 00:00:00 2001 From: Gauthier Date: Sat, 14 Feb 2026 18:09:55 +0100 Subject: [PATCH 1/3] chore: upgrade PWA version (#2418) --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index 3aec6343..459985d6 100644 --- a/public/sw.js +++ b/public/sw.js @@ -3,7 +3,7 @@ // previously cached resources to be updated from the network. // This variable is intentionally declared and unused. // eslint-disable-next-line @typescript-eslint/no-unused-vars -const OFFLINE_VERSION = 4; +const OFFLINE_VERSION = 5; const CACHE_NAME = 'offline'; // Customize this with a different URL if needed. const OFFLINE_URL = '/offline.html'; From 018e04a657795f528e48ac2c191891371321ac8d Mon Sep 17 00:00:00 2001 From: Gauthier Date: Sat, 14 Feb 2026 18:17:34 +0100 Subject: [PATCH 2/3] docs: remove warning about Seerr not being released (#2411) --- .github/workflows/docs-deploy.yml | 2 +- README.md | 34 ++++++++++--------------------- 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 9f7fe3ae..2817270b 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: push: branches: - - legacy-jellyseerr + - develop paths: - 'docs/**' - 'gen-docs/**' diff --git a/README.md b/README.md index 3d1e8ab9..aafdc022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -
⚠️ NOTE: We are currently in the process of merging Overseerr and Jellyseerr into this unified repository.
- -

🚧 Seerr

+

+Seerr +

Seerr Release Seerr CI @@ -32,31 +32,19 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s ## Getting Started -For instructions on how to install and run **Jellyseerr**, please refer to the official documentation: +Check out our documentation for instructions on how to install and run Seerr: https://docs.seerr.dev/getting-started/ -> [!IMPORTANT] -> **Seerr is not officially released yet.** -> The project is currently available **only on the `develop` branch** and is intended for **beta testing only**. - -The documentation linked above is for running the **latest Jellyseerr** release. - -> [!WARNING] -> If you are migrating from **Overseerr** to **Seerr** for beta testing, **do not follow the Jellyseerr latest setup guide**. - -Instead, follow the dedicated migration guide (with `:develop` tag): -https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx - -> [!CAUTION] -> **DO NOT run Jellyseerr (latest) using an existing Overseerr database. This includes third-party images with `seerr:latest` (as it points to jellyseerr 2.7.3 and not seerr.** -> Doing so **may cause database corruption and/or irreversible data loss and/or weird unintended behaviour**. - -For migration assistance, beta testing questions, or troubleshooting, please join our **Discord** and ask for support there. - ## Preview - +Seerr application preview + +## Migrating from Overseerr/Jellyseerr to Seerr + +Read our [release announcement](https://docs.seerr.dev/blog/seerr-release) to learn what Seerr means for Jellyseerr and Overseerr users. + +Please follow our [migration guide](https://docs.seerr.dev/migration-guide) for detailed instructions on migrating from Overseerr or Jellyseerr. ## Support From 92504b7864e9095ef7df52c715c1c3d7985bf9c8 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sat, 14 Feb 2026 19:17:54 +0100 Subject: [PATCH 3/3] ci(release): disable verify attestations for now (#2420) Signed-off-by: Ludovic Ortega --- .github/workflows/release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da624c66..c666f875 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -279,17 +279,17 @@ jobs: --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" - - name: Verify attestations - run: | - cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \ - --type cyclonedx \ - --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ - --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null + # - name: Verify attestations + # run: | + # cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \ + # --type cyclonedx \ + # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ + # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null - cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \ - --type cyclonedx \ - --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ - --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null + # cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \ + # --type cyclonedx \ + # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ + # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null publish-release: name: Publish release