-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |