Skip to content

Latest commit

 

History

History
127 lines (82 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

127 lines (82 loc) · 3.25 KB

Changelog

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

Added

  • Data can be imported and exported to and from CSV files.
  • Errors can easily be reported to the issue tracker.

Changed

  • The Find feature works on headers.
  • The Open File window remembers the last used location.

Fixed

  • 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

Changed

  • The index column stays in place to help you keep track of which row you're editing.

Fixed

  • A bug that caused arrays to be saved incorrectly is fixed.

1.0.0-b.6 - 2022-01-10

Added

  • Text can be search for via Edit > Find.

1.0.0-b.5 - 2022-01-09

Fixed

  • Incorrect characters in text values are fixed.

1.0.0-b.4 - 2022-01-09

Added

  • Numeric values are validated for type and range.

1.0.0-b.3 - 2022-01-09

Added

  • Text IDs can be shown as their values. This is enabled by default.

1.0.0-b.2 - 2022-01-09

Added

  • FName elements in arrays can be modified.

1.0.0-b.1 - 2022-01-09

Fixed

  • Fixed a bug that caused FString values to not show.

1.0.0-b.0 - 2022-01-09

Added

  • 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

Added

  • FName values can be changed.

Changed

  • Cells show as green instead of yellow to indicate they've been changed.

1.0.0-a.0 - 2021-12-30

Added

  • Initial implementation