History
Changelog
Notable changes. Anything affecting what is stored or transmitted is called out explicitly.
1.4.0Current
- addedWorkspace: save snippets to this browser's IndexedDB, with JSON export and import.
- addedPrivacy centre showing exactly what is stored locally, with per-category deletion.
- addedCommand palette on ⌘K / Ctrl+K across the whole site.
- changedRegex evaluation moved into a worker the main thread can terminate, so a catastrophic pattern can no longer freeze the tab.
- changedTool interfaces are now loaded on demand, cutting what a tool page downloads.
1.3.0Earlier
- addedReference tables for HTTP status codes, MIME types, ports, git, regex and cron.
- addedStructural comparison in the JSON and YAML diff tools, so reordered keys stop showing as changes.
- fixedCSV parser now handles quoted fields containing the delimiter and embedded newlines correctly.
1.2.0Earlier
- addedDark mode, applied before first paint so there is no white flash.
- changedEvery tool page now carries an explicit limitations block instead of leaving gaps unstated.
- securityMarkdown preview moved into a sandboxed iframe in addition to sanitising the HTML.