Releases: marcelkliemannel/intellij-developer-tools-plugin
Releases · marcelkliemannel/intellij-developer-tools-plugin
8.0.0
7.1.0
Added
- New "Cron Expression" tool
Changed
- By default, the UI of the tools in the tool window will no longer be cached and will instead be rebuilt on demand to reduce memory usage. This behavior can be changed in the settings to prioritize responsiveness.
7.0.0
Added
- All encoding/decoding, escaping/unescaping and text transformation tools now also support reading from and writing to files.
- New "Escape Sequence" tool for escaping/unescaping line breaks, tabs, backslashes, and single/double quotes.
- New "JSON Handling" settings that allow very fine-grained control over the features for reading and writing JSON in all tools. This makes it possible to handle certain non-standard JSON features, such as comments.
- Added a setting to control the number of decimal places in the "Color Picker" tool.
Changed
- Setting "Dialog is modal" was reset to its default value (false), due to overhaul of the internal settings handling.
Removed
- The "Line Breaks Encoding" tool has been replaced by the new "Escape Sequence" tool.
Fixed
- Fixed compatibility problems with 2025.1 releases.
- The
hsl/hslaCSS color value wasn't correctly calculated in the "Color Picker" tool. - JSON input errors contained too much irrelevant metadata about the internal JSON processing.
6.3.0
Added
- Tool "Regular Expression" now supports substitution and extraction
Fixed
- Tool "ASCII Art" was not accessible with non-IntelliJ IDEs
6.2.2
Fixed
- Improve compatibility with non-IntelliJ IDEs
6.2.1
Fixed
- The "ASCII Art" tool was incompatible with non-IntelliJ IDEs
6.2.0
Added
- Add tool "Server Certificates" to fetch, analyse and export server certificates
- Add tool "ASCII Art"
Changed
- Tool "Date Time" renamed to "Date and Time"
6.1.0
Added
- Add ASCII Encoder/Decoder tool
Changed
- Improve title of tools in the menu
Fixed
- Copy action in the Password Generator tool contained escaped HTML entities
5.2.0
Added
- Add ASCII Encoder/Decoder tool
Changed
- Improve title of tools in the menu
Fixed
- Copy action in the Password Generator tool contained escaped HTML entities
6.0.1
Fixed
- Fix the validation and generation of the signature part of JWT encoder/decoder.