Skip to content

Commit e0e4760

Browse files
committed
v0.5.0
1 parent 969b84b commit e0e4760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased]
1+
## [0.5.0] - 2024-08-13
22

33
### Added
44
- Added partial translations for French (`fr`), Korean (`ko`), and Russian (`ru`)
@@ -20,6 +20,7 @@
2020
- API: The `API.PromptError` enum has been re-named to `API.PromptRejection`
2121
- API: The `API.PromptForColor` Promise now rejects with `SameAsInitial` instead of `PromptCancelled` if the initial and new colors are the same
2222
- API: The `API.PromptForGradient` Promise now rejects with `SameAsInitial` instead of `PromptCancelled` if the initial and new gradients are the same
23+
- API: The color tools of ColorPane have been spun off into their own library, and the old method of using ColorPane will no longer work. Please read the Integration page of the documentation for details on the updated integration method.
2324

2425
### Fixed
2526
- API: `API.PromptForColorSequence` (deprecated) now returns a Promise as expected
@@ -34,10 +35,9 @@
3435
- API: `API.GetVersion` is now deprecated
3536

3637
### Removed
37-
- Removed the first-time use plugin perimssions warning
38+
- Removed the first-time use plugin permissions warning
3839
- Automatic update-checking has been removed
3940
- Color editor: Removed the Copic color palette
40-
- API: The color tools of ColorPane have been spun off into their own library, and the old method of using ColorPane will no longer work. Please read the Integration page of the documentation for details on the updated integration method.
4141

4242
## [0.4.1] - 2022-09-30
4343

0 commit comments

Comments
 (0)