diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cdf555c8..d02d2c9b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,22 +56,21 @@ jobs: token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }} generate_release_notes: true body: |- - :construction: Work in Progress + > [!NOTE] + > 🚧 Work in Progress 🚧 + > + > Please be patient, the [builds are still running](https://github.com/cryptomator/cryptomator/actions). Binary packages can be found here in a few moments. + + + + Feel free to also read our [CHANGELOG.md](https://github.com/cryptomator/cryptomator/blob/develop/CHANGELOG.md). --- - ### Full Changelog - See [CHANGELOG.md](https://github.com/cryptomator/cryptomator/blob/develop/CHANGELOG.md). - - 📜 List of closed issues is available [here](TODO) - - --- - ⏳ Please be patient, the builds are still [running](https://github.com/cryptomator/cryptomator/actions). New versions of Cryptomator can be found here in a few moments. ⏳ - As usual, the GPG signatures can be checked using [our public key `5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235`](https://gist.github.com/cryptobot/211111cf092037490275f39d408f461a). + > [!TIP] + > You can verify the GPG signature of all assets using our public key: [`5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235`](https://gist.github.com/cryptobot/211111cf092037490275f39d408f461a). + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fef8788..33b608b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,10 @@ Changes to prior versions can be found on the [Github release page](https://gith ## [Unreleased](https://github.com/cryptomator/cryptomator/compare/1.18.0...HEAD) ### Added -* New Self-Update Mechanism (initially for .dmg and Flatpak packages) (#3948) +* New Self-Update Mechanism (#3948) + * Implemented `.dmg` update mechanism + * Implemented Flatpak update mechanism ### Changed -* Built using JDK 25 (#4031) \ No newline at end of file +* Built using JDK 25 (#4031) +* Modernized Templage for GitHub Releases \ No newline at end of file