You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## [Unreleased]
1
+
## [0.5.0] - 2024-08-13
2
2
3
3
### Added
4
4
- Added partial translations for French (`fr`), Korean (`ko`), and Russian (`ru`)
@@ -20,6 +20,7 @@
20
20
- API: The `API.PromptError` enum has been re-named to `API.PromptRejection`
21
21
- API: The `API.PromptForColor` Promise now rejects with `SameAsInitial` instead of `PromptCancelled` if the initial and new colors are the same
22
22
- 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.
23
24
24
25
### Fixed
25
26
- API: `API.PromptForColorSequence` (deprecated) now returns a Promise as expected
@@ -34,10 +35,9 @@
34
35
- API: `API.GetVersion` is now deprecated
35
36
36
37
### Removed
37
-
- Removed the first-time use plugin perimssions warning
38
+
- Removed the first-time use plugin permissions warning
38
39
- Automatic update-checking has been removed
39
40
- 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.
0 commit comments