CHANGELOG.md: added

[ci skip]
This commit is contained in:
Sebastian Stenzel
2025-11-24 14:47:14 +01:00
parent 02ad38f871
commit 617f1bf2c9
2 changed files with 18 additions and 1 deletions

View File

@@ -65,7 +65,8 @@ jobs:
---
TODO FULL CHANGELOG
### Full Changelog
See [CHANGELOG.md](https://github.com/cryptomator/cryptomator/blob/develop/CHANGELOG.md).
📜 List of closed issues is available [here](TODO)

16
CHANGELOG.md Normal file
View File

@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
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.18.0...HEAD)
### Added
* New Self-Update Mechanism (initially for .dmg and Flatpak packages) (#3948)
### Changed
* Built using JDK 25 (#4031)