Skip to content

Commit

Permalink
Introduce a changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Feb 11, 2025
1 parent da6ec94 commit 6c46fb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

Changes are listed below. Before v1.0.0, versions that change the minor field contain breaking changes. Patch releases still only contain fixes.

## v0.4.0

- Rename the `Writeable` field in `openuri.OpenURIOptions` to `Writable` to fix spelling error.
- Implement the `OpenFile` and `OpenDirectory` functions in the `OpenURI` protocol.
- Implement the `Trash` protocol.
- Add some new helpers to the `settings/appearance` package to convert `any` values to corresponding values. Useful inside the change listener of the `settings` package.

0 comments on commit 6c46fb9

Please sign in to comment.