All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0-b.8 - 2022-01-17
- Data can be imported and exported to and from CSV files.
- Errors can easily be reported to the issue tracker.
- The Find feature works on headers.
- The Open File window remembers the last used location.
- Boolean values in arrays are read properly. This fixes an issue with
BattleAICharaSpec
files. - The Save menu option is disabled until a file has been opened.
- The correct filename shows in the save notificaiton.
- A visual bug causing some text to appear over headers is fixed.
- A bug causing text values to appear next to text IDs is fixed.
- Errors are less likely to cause silent failures.
1.0.0-b.7 - 2022-01-11
- The index column stays in place to help you keep track of which row you're editing.
- A bug that caused arrays to be saved incorrectly is fixed.
1.0.0-b.6 - 2022-01-10
- Text can be search for via Edit > Find.
1.0.0-b.5 - 2022-01-09
- Incorrect characters in text values are fixed.
1.0.0-b.4 - 2022-01-09
- Numeric values are validated for type and range.
1.0.0-b.3 - 2022-01-09
- Text IDs can be shown as their values. This is enabled by default.
1.0.0-b.2 - 2022-01-09
- FName elements in arrays can be modified.
1.0.0-b.1 - 2022-01-09
- Fixed a bug that caused FString values to not show.
1.0.0-b.0 - 2022-01-09
- Elements in arrays can be modified, but not the length of the array.
- Files can be opened and saved via the menu and shortcut keys.
- The Open and Save buttons stay on screen instead of scrolling.
1.0.0-a.1 - 2021-12-30
- FName values can be changed.
- Cells show as green instead of yellow to indicate they've been changed.
1.0.0-a.0 - 2021-12-30
- Initial implementation