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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## [Unreleased]
2
2
3
3
### Added
4
-
- Added partial translations for French (`fr`) and Korean (`ko`)
4
+
- Added partial translations for French (`fr`), Korean (`ko`), and Russian (`ru`)
5
5
- Color editor: Added a dedicated "Set Color" button for colors in the palette list layout
6
6
- Color editor: Added a random color button
7
7
- Gradient editor: Added a "Reset" button for gradient precision
@@ -23,7 +23,7 @@
23
23
24
24
### Fixed
25
25
- API: `API.PromptForColorSequence` (deprecated) now returns a Promise as expected
26
-
- API: Promises returned by `API.PromptForColor` will no longer reject when the inital and new colors are the same even though you didn't specify an initial color
26
+
- API: Promises returned by `API.PromptForColor` will no longer reject when the initial and new colors are the same even though you didn't specify an initial color
27
27
- API: Promises returned by `API.PromptForGradient` will no longer reject when the initial and new gradients are the same even though you didn't specify an initial gradient
0 commit comments