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: src/app/dev/DevToys.Blazor/Assets/changelog.md
+13-8
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,16 @@ CAREFUL, This file will be parsed at build time and run time. Make sure to keep
2
2
Changelog in Debian have to keep a strict format that we're applying here. It consist in starting each line
3
3
with two spaces following by a star and a space. The current file should respect this format.
4
4
---
5
-
* DevToys can now check for updates of installed extensions
6
-
* On macOS Sequoia, fixed an issue where the app was blank
7
-
* On Windows, when installing the app from Microsoft Store, the icon got improved
8
-
* On Windows 11, fixed an issue where the title bar was not keeping the right proportions.
9
-
* Improved layout of Date Converter
10
-
* Added ISO 8601 support in Date Converter
11
-
* Added a maximum length parameter in Lorem Ipsum Generator
12
-
* New extensions available through Extension Manager: XML / XSD Converter, RSA Generator, File Splitter, Text Duplication Detector.
5
+
* Added ISO 8601 support to Date Converter tool.
6
+
* Improved layout in Date Converter tool.
7
+
* Improved performances of the Lorem Ipsum Generator tool.
8
+
* Improved performances on Linux and macOS when expanding/collapsing menu bar items.
9
+
* On Windows, improved the default location of the window after disconnecting a monitor.
10
+
* On Windows, DevToys now respects the user choice of wishing less animations. This can be turned on in `Windows Settings, Accessibility, Visual Effects, Animation effects`.
11
+
* On Linux and macOS, reduced the amount of animation, for a smoother experience.
12
+
* On Windows, fixed an issue where the icon in Microsoft Store app was not properly displayed.
13
+
* On macOS, fixed an issue where `Cmd+C`, `Cmd+V` and `Cmd+X` was not working.
14
+
* Fixed an issue where extensions were not properly checking for update.
15
+
* Fixed an issue where conflicting extensions were breaking localized text.
16
+
* Various translation improvement. Thank you to all your help at translating DevToys!
17
+
* New extensions available through Extension Manager: `Text Delimiter`, `Semver Calculator`, `ULID Generator`, `Simple Sequence Executor`. There are now a total of 12 extensions available for DevToys!
0 commit comments