What's Changed
This one includes two features I've wanted for years: a webdiff
command that detaches (to give you back your terminal) and JSON normalization. The webdiff process should reliably terminate when you close the diff browser window. If you run into problems with this, please file an issue.
- Use websockets to detect tab close by @danvk in #223
- Normalize JSON for diffs by @danvk in #237
- Detach process by @danvk in #243
Bug fixes and updates:
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in #218
- Bump ws from 8.17.0 to 8.17.1 in /ts by @dependabot in #213
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #212
- Update TS and fix knip configuration issue by @danvk in #219
- Remove stray $ from diff headers by @danvk in #220
- Remove jQuery dependency by @danvk in #222
- Persist diff options across reload by @danvk in #224
- JSON normalization followup by @danvk in #241
- Bump elliptic from 6.5.5 to 6.6.1 in /ts by @dependabot in #242
- Fix empty file error by @danvk in #248
- Update highlight.js by @danvk in #247
- Version bump by @danvk in #249
New Contributors
- @dependabot made their first contribution in #218
Full Changelog: v1.2.0...v1.3.0