Skip to content

Releases: Lyeeedar/StructuredXmlEditor

v1.4.0: Ascii Grid Editor

21 Jan 09:40
Compare
Choose a tag to compare

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

12 Jan 18:28
Compare
Choose a tag to compare

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

09 Jan 21:34
Compare
Choose a tag to compare

This release contains a slew of bug fixes only.

v1.3.0: Miscellaneous improvements

08 Jan 12:07
Compare
Choose a tag to compare

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

23 Dec 10:33
Compare
Choose a tag to compare

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

23 Dec 08:17
Compare
Choose a tag to compare

This release only adds a default layout setting to keep the layout consistent.

v1.0.0: Major version 1

22 Dec 23:55
Compare
Choose a tag to compare

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

24 Sep 07:52
Compare
Choose a tag to compare

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

09 Sep 23:24
Compare
Choose a tag to compare

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

03 Sep 09:25
Compare
Choose a tag to compare
Create README.md