Skip to content

Releases: marcelkliemannel/intellij-developer-tools-plugin

8.0.0

01 May 17:57
986753a

Choose a tag to compare

  • Added a new HTTP Server tool for starting and managing a configurable local HTTP server based on WireMock.
  • Added support for alg=none in the JWT tool.
  • Added support for validating JWTs using public keys and JWKS.
  • Overhauled the JWT tool UI.

7.1.0

18 May 11:24
655030a

Choose a tag to compare

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

27 Apr 17:18
7226bde

Choose a tag to compare

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/hsla CSS 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

14 Jan 19:37
4225ca1

Choose a tag to compare

Added

  • Tool "Regular Expression" now supports substitution and extraction

Fixed

  • Tool "ASCII Art" was not accessible with non-IntelliJ IDEs

6.2.2

08 Jan 17:49
c2259fe

Choose a tag to compare

Fixed

  • Improve compatibility with non-IntelliJ IDEs

6.2.1

05 Jan 11:49
9992d9d

Choose a tag to compare

Fixed

  • The "ASCII Art" tool was incompatible with non-IntelliJ IDEs

6.2.0

03 Jan 14:39
465a184

Choose a tag to compare

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

14 Dec 14:15
ee595b7

Choose a tag to compare

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

14 Dec 08:41
71711db

Choose a tag to compare

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

22 Nov 06:28
bc61bb9

Choose a tag to compare

Fixed

  • Fix the validation and generation of the signature part of JWT encoder/decoder.