Skip to content

Commit

Permalink
Updated chagelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Jun 19, 2024
1 parent fd3939f commit 4f45b5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 12 additions & 10 deletions src/app/dev/DevToys.Blazor/Assets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ CAREFUL, This file will be parsed at build time and run time. Make sure to keep
Changelog in Debian have to keep a strict format that we're applying here. It consist in starting each line
with two spaces following by a star and a space. The current file should respect this format.
---
* DevToys is now **cross-platform**.
* DevToys is now **extensible**. You can create your own tools and share them with the community.
* A **DevToys CLI** app (to be installed separately) that can use in a terminal or CI.
* New default tools are available such as **QR Code Generator and Reader**, **JSON Path Tester**, and more.
* Many existing tools have been improved, such as **JWT Encoder / Decoder**, **Date Converter**, **RegEx Tester**, and more.
* A new compact mode option is available to make it easier to use on smaller screens.
* Drastically reduced the memory consumption when navigating to multiple tools.
* Tools can now be chained using **Smart Detection**.
* The app now supports various **End-Of-Line** characters.
* Updated **Monaco Editor**.
* DevToys on macOS is now signed
* Improved font rendering on Windows and Linux
* Slightly improved startup time
* Reduced CPU usage on "All Tools" page
* Added DPI awareness on Windows
* Fixed an issue where DevToys was wrongly indicating an update was available
* Fixed an internal error when copy and pasting on macOS
* Fixed a theming issue on Windows 10
* Fixed an on Windows where a maximized window can't dragged out
* Fixed decimal symbol in YAML to JSON Converter
* Fixed crash in Hash Generator
* Improved translation in various languages
2 changes: 1 addition & 1 deletion src/app/dev/DevToys.Blazor/wwwroot/css/devtoys.g.css

Large diffs are not rendered by default.

0 comments on commit 4f45b5d

Please sign in to comment.