From f4928fd981e5ac9ec5bb4c0afe2b1119fc4f4057 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 25 Jun 2026 11:23:48 +0200 Subject: [PATCH 1/5] prepare 1.19.3 Signed-off-by: Armin Schrenk --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948c64a26..66d7bb63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The changelog starts with version 1.19.0. Changes to prior versions can be found on the [Github release page](https://github.com/cryptomator/cryptomator/releases). -## [Unreleased](https://github.com/cryptomator/cryptomator/compare/1.19.2...HEAD) +## [1.19.3](https://github.com/cryptomator/cryptomator/compare/1.19.2...HEAD) ### Added * New error dialog if importing a vault fails ([#4243](https://github.com/cryptomator/cryptomator/pull/4243)) diff --git a/pom.xml b/pom.xml index 4e66590f4..004b89378 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.cryptomator cryptomator - 1.20.0-SNAPSHOT + 1.19.3 Cryptomator Desktop App From 34f5c0679592d8cc93c3486072bc60c62e2ded95 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 25 Jun 2026 13:11:11 +0200 Subject: [PATCH 2/5] [skip ci] Update changelog Signed-off-by: Armin Schrenk --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d7bb63b..e4047197a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ Changes to prior versions can be found on the [Github release page](https://gith * Updated to JDK 26.0.1 ([#4244](https://github.com/cryptomator/cryptomator/pull/4244)) * Updated to JavaFX 25.0.3 ([#4255](https://github.com/cryptomator/cryptomator/pull/4255)) * Drop signing with Actalis issued certificate ([#4169](https://github.com/cryptomator/cryptomator/pull/4169), [#4262](https://github.com/cryptomator/cryptomator/pull/4262)) +* Fix dagger binding graph issues ([#4147](https://github.com/cryptomator/cryptomator/pull/4147)) +* Added flatpak build to CI ([#4199](https://github.com/cryptomator/cryptomator/pull/4199)) * Updated dependencies: - `org.cryptomator:webdav-nio-adapter` from 3.0.1 to 3.0.2 - `org.cryptomator:integrations-api` from 1.8.0 to 1.9.0 From b681c26d727dffe6378a56e8a53b0111d9dd2033 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 25 Jun 2026 13:16:17 +0200 Subject: [PATCH 3/5] Replace some slim runners by regular ones Slim ubuntu runners don't have docker, thus failing executing certain actions. (i.e. https://github.com/rtCamp/action-slack-notify/issues/240) Signed-off-by: Armin Schrenk --- .github/workflows/av-whitelist.yml | 2 +- .github/workflows/post-publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/av-whitelist.yml b/.github/workflows/av-whitelist.yml index a609fc033..637c1c4e5 100644 --- a/.github/workflows/av-whitelist.yml +++ b/.github/workflows/av-whitelist.yml @@ -78,7 +78,7 @@ jobs: local-dir: ./upload/ allowlist-avast: name: Anti Virus Allowlisting Avast - runs-on: ubuntu-slim + runs-on: ubuntu needs: download-file if: inputs.avast steps: diff --git a/.github/workflows/post-publish.yml b/.github/workflows/post-publish.yml index 4835b8061..24cb9cb16 100644 --- a/.github/workflows/post-publish.yml +++ b/.github/workflows/post-publish.yml @@ -6,7 +6,7 @@ on: jobs: notify: - runs-on: ubuntu-slim + runs-on: ubuntu steps: - name: Notify about DEB build uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0 @@ -102,7 +102,7 @@ jobs: name: Notify for winget-release if: needs.get-asset-urls.outputs.is-windows-release == 'true' && needs.check-release.outputs.release-kind == 'stable' needs: [check-release, get-asset-urls] - runs-on: ubuntu-slim + runs-on: ubuntu steps: - name: Slack Notification uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0 From 24a20911f1cfba7f3a55adc3e34239d5ecc553f3 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 29 Jun 2026 13:39:27 +0200 Subject: [PATCH 4/5] finalize 1.19.3 Signed-off-by: Armin Schrenk --- CHANGELOG.md | 3 +-- dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4047197a..e70629c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,7 @@ The changelog starts with version 1.19.0. Changes to prior versions can be found on the [Github release page](https://github.com/cryptomator/cryptomator/releases). -## [1.19.3](https://github.com/cryptomator/cryptomator/compare/1.19.2...HEAD) - +## [1.19.3](https://github.com/cryptomator/cryptomator/releases/1.19.3) - 2026-06-29 ### Added * New error dialog if importing a vault fails ([#4243](https://github.com/cryptomator/cryptomator/pull/4243)) diff --git a/dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml b/dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml index 8a788e537..c32020758 100644 --- a/dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml +++ b/dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml @@ -84,6 +84,9 @@ + + https://github.com/cryptomator/cryptomator/releases/1.19.3 + https://github.com/cryptomator/cryptomator/releases/1.19.2 From bfc8542551dd5bcb42c913a638fd04f3074bb3cf Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 29 Jun 2026 13:50:24 +0200 Subject: [PATCH 5/5] remove dependency-check from release-check workflow Signed-off-by: Armin Schrenk --- .github/workflows/release-check.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index ebffa1716..bb33c73b6 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -48,19 +48,4 @@ jobs: if ! grep -q "" dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml; then echo "Release not set in dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml" exit 1 - fi - - name: Cache NVD DB - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 - with: - path: ~/.m2/repository/org/owasp/dependency-check-data/ - key: dependency-check-${{ github.run_id }} - restore-keys: | - dependency-check - env: - SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5 - - name: Run org.owasp:dependency-check plugin - id: dependency-check - continue-on-error: true - run: ./mvnw -B verify -Pdependency-check -DskipTests - env: - NVD_API_KEY: ${{ secrets.NVD_API_KEY }} \ No newline at end of file + fi \ No newline at end of file