Releases: DanielKispert/JSONEditor
Releases · DanielKispert/JSONEditor
v0.18.0
v0.17.0
- Built-in local read-only MCP server for AI agent integration
- Navigation sidebar can be shown/hidden
- Validates against parent object. optional fields can now be cleared, required fields are enforced naturally
- more natural width and height management for editor tabs and tables
v0.16.0
- added open file to title
- fixed navbar desync when deleting
- mass reorder of tables
- if file is in git repository, see last change
- release via portable exe and app folders to avoid jre dependency
- Github Copilot SDK integration WIP
v0.15.1
- improved diff view
- refactored toasts
- resolved more UI desyncs
v0.15.0
- added an eye-button to temporarily disable hiding empty, non-required columns
- added filtering for the graph representation of the nav view
- fixed more UI desync cases
- added history dialog
- added diff dialog
v0.14.2
- fixed a UI desync when creating empty items
v0.14.1
- fixed UI bugs introduced by the command architecture change
v0.14.0
- Undo/Redo added
- granular UI updates added
- added counter for unsaved changes
- replaced console logging with SLF4J
v0.12.2
- fixed delete all button not deleting multiple ones (until we do sorting and that breaks it)
- fixed the follow reference and open array element column updating with entered values (super cool)
- added proper merging of arrays full of objects (also super cool)
v0.12.1
- improved error handling when not providing settings file
- added "delete all" button to table views (deletes all filtered items)
- reworked filter popup behavior
- filtering triggers resizing of table columns
- maximum 7 columns for widescreen support