Releases: DanielKispert/JSONEditor
Releases · DanielKispert/JSONEditor
v0.15.1
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
v0.12.0
- consistently using the trashcan for delete buttons
- fixed "create new" button visibility logic
- fixed fitting objects popup popping up when scrolling
- added filtering for columns
- when duplicating an item, the duplicated item will be opened in a new window
v0.11.1
- added link button to selection popup
- added duplicate button to selection popup
- made popup look and position better
v0.11.0
- added dialog to rename the duplicated update when duplicating
- new look for selection scene
- added drag&drop
- improved opening from navtree
- added copy&pasting nodes from the table view and nav tree (not the graph yet)
- added creation of Referenceable Object when creating a reference
- the editor scene now remembers if it was last maximized or not, and returns to that state
- when entering the key of a reference to a referenceable object, and the type of object has already been selected, see possible objects for selection