Skip to content

Commit 5c5e928

Browse files
committed
Add a changelog file
1 parent d24a4d7 commit 5c5e928

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
prerelease: true
3333
token: ${{ secrets.CRYPTOBOT_RELEASE_TOKEN }}
3434
generate_release_notes: true
35+
body: |
36+
For a list of all notable changes, read the [changelog](/CHANGELOG.md).

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
The changelog starts with version 1.6.1.
8+
Changes to prior versions can be found on the [Github release page](https://github.com/cryptomator/integrations-linux/releases).
9+
10+
## [Unreleased]
11+
12+
### Changed
13+
14+
* Refactor Dolphin quick access integration for robustness (#114)
15+
16+
### Fixed
17+
18+
* Remove stale bookmarks in Dolphin quick access (#114)
19+
20+

0 commit comments

Comments
 (0)