New Features
π Encode / decode
- HTML β entity encode/decode, including an attribute-safe mode
- JWT β decode, debug, verify with HS256 / HS384 / HS512
π Format / convert
- CSV β JSON β both directions, with table preview and configurable delimiter (, ; \t |)
- SQL formatter / minifier β uppercases keywords, breaks clauses onto their own lines, strips comments
- String case converter β camelCase, snake_case, kebab, PascalCase, SCREAMING_SNAKE, COBOL-CASE, dot.case, path/case, Title, Sentence, UPPER, lower
- JSON β Dart class β generate null-safe Dart models with fromJson/toJson, toggle nullable and immutable
- Number base β convert between BIN / OCT / DEC / HEX with a bit-grid and bitwise operations (AND, OR, XOR, NOT, shifts) across 8/16/32/64 bits
β¨ Generate
- File hash β drop any file, get all five checksums plus a built-in hash verifier
π Inspect / test
- Text & JSON diff β line-level diff with +/- highlighting and side-by-side gutters; "JSON-aware" mode pretty-prints both sides first
- Hex viewer β drop a file to see a classic offset / hex / ASCII dump
π° Other
- light theme
- command palette
βK/Ctrl+K
Full Changelog: v0.5.0...v1.0.0