You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StructuredXmlEditor/Changelog.txt
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
-
--------- 1.9.0 ---------
1
+
--------- 1.10.0 ---------
2
+
- Add basic support for localised strings. Marking a string element as NeedsLocalisation will write the string contents to a file, and reference it with a GUID in the original element.
3
+
- Create a data transformer tool that allows mutating xml files through a template.
4
+
- Allow Collections to load their contents from a Keys list or a DefKey, like References do.
5
+
6
+
- Fix multiple prompts to reload file when it changes on disk.
7
+
- Fix some graph node jumping bugs.
8
+
9
+
--------- 1.9.0 ---------
2
10
3
11
- StructElements now load comments from the definition file and use them in the created item.
4
12
- Added a flags dara type. This is a comma seperated list of strings, editted with a multiselect editor.
0 commit comments