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.