Releases: Lyeeedar/StructuredXmlEditor
v1.4.0: Ascii Grid Editor
This release adds a new 'AsciiGrid' editor for editing ascii grids. This is a focus editor for the MultilineString element.
Fix a multitude of bugs including:
- Failure to filter on grids.
- Crash when filtering
- Crash when loading elements that have no defined name
- Fix circular references in grids causing stack overflows.
v1.3.2: More bugfixes
This releases fixes a few different bugs:
- A crash when saving trees
- A crash when opening graph files
- Fully support files saved with strip extension
v1.3.1: Bug fixes
This release contains a slew of bug fixes only.
v1.3.0: Miscellaneous improvements
A sequence of minor improvements and features have been added. These include:
Support for different file extensions.
A new tool for overviewing the entire project.
Image previews.
etc.
For full details see the changelog.
v1.2.0: Proper reporting
This release adds proper error reporting and a feedback button. The data from these is sent to me via email so I can act on it.
v1.1.0: Layouts
This release only adds a default layout setting to keep the layout consistent.
v1.0.0: Major version 1
The biggest release to date! This is a major release, and likely breaks most of the previous definitions and data (due to some core format changes).
- Add support for loading and saving json.
- Adds support for GraphNodes, and Graph based editing.
- Added ability to generate a rough definition for a xml or json file. This show speed up the creation of definitions for existing data.
- Added a 'Swap' option to references. This attempts to swap the current data with another definition. This should make creating definitions far less painful.
- Adds dockable miscellaneous tools:
- Add UndoHistory tool that allows viewing and browsing the Undo history.
- Add StartPage that shows a fair amount of useful data.
- Add FocusTool that allows for easily seeing the data for the selected node in the Graph view.
- Optimised a lot.
- Removed the ability to change the element name dynamically (via ChildAsName or ValueAsName).
- Added support for updating the tool semi-automatically.
v0.2.1: Bug fixes and Minor tweaks
This releases improves the 'visibleif' support, allowing the '||' operator. It also fixes loading of structs with references that are made not visible through this system.
Some improvements to what is saved and how, fixing collections of primitives, collections of references and trees.
v0.2.0: Now with timelines
This release adds the ability to use the 'Timeline' element type. This allows for setting up keyframes that contain data, and has functionality for showing a interpolated preview of the values over time. See the wiki for more details.
v0.1.0: First public release
Create README.md