Added
- Added editor actions for text case conversion and encoding/decoding, now available across all
programming languages as well as plain text. - Prepared UI display text for localization and added Simplified Chinese and German translations.
- Editor actions are now also available for multi-line selection
Changed
- Renamed "Text Format" tool to "Config Format".
- Changed DER export for certificate chains in the "Server Certificates" tool to write one
.der
file per certificate instead of a single concatenated binary file. - Improved the "Server Certificates" tool with a compact TLS summary, certificate chain roles,
hostname matching, subject alternative names, SHA-256 fingerprints, expiry warnings, clearer
export actions, URL normalization, and preserved results while fetching or after failed fetches.
Fixed
- Fixed the HTTP Server tool potentially freezing during disposal and retaining unbounded process
output. - Fixed the "Text Statistic" tool freezing the UI while recalculating statistics for large text.
- Fixed opening and saving shared editor content from files blocking the UI or failing without a
clear error message. - Fixed live conversions in converter tools blocking the UI while processing text input.
- Fixed large editor encode/decode and escape/unescape actions blocking the UI while processing
selected text. - Fixed closed tool workbenches being restored as disposed tabs after the tool UI was rebuilt.
- Fixed HTML entity unescaping in editor actions and intentions so escaped values are decoded
instead of escaped again. - Improved archive extraction safety in the "Unarchiver" tool by blocking archive entries that
escape the selected target directory and by correctly handling duplicate archive entry names
during extraction. - Fixed parsing of advanced HTTP Server command line options so option lines with values are
correctly tokenized before starting WireMock. - Increased the HTTP Server startup grace period to reduce false startup failures on slower
environments. - Fixed transfer rate conversions in the Units Converter so changing the time unit keeps the same
rate. For example,60 b/sis now shown as3600 b/mininstead of1 b/min. - Fixed the Units Converter showing kibibits with the abbreviation
kibinstead of the correct
Kib. - Fixed the Units Converter's default data size example so it starts from an exact binary value
instead of a rounded bit count. - Fixed menu name of the plugin settings page