Skip to content

Releases: jordanbtucker/ff7r-data-editor

v1.0.0 Beta 8

18 Jan 04:30
Compare
Choose a tag to compare
v1.0.0 Beta 8 Pre-release
Pre-release

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.

v1.0.0 Beta 7

11 Jan 18:47
Compare
Choose a tag to compare
v1.0.0 Beta 7 Pre-release
Pre-release

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.

v1.0.0 Beta 6

10 Jan 07:01
Compare
Choose a tag to compare
v1.0.0 Beta 6 Pre-release
Pre-release

Added

  • Text can be search for via Edit > Find.

v1.0.0 Beta 5

10 Jan 01:35
Compare
Choose a tag to compare
v1.0.0 Beta 5 Pre-release
Pre-release

Fixed

  • Incorrect characters in text values are fixed.

v1.0.0 Beta 4

10 Jan 00:16
Compare
Choose a tag to compare
v1.0.0 Beta 4 Pre-release
Pre-release

Added

  • Numeric values are validated for type and range.

v1.0.0 Beta 3

09 Jan 22:23
Compare
Choose a tag to compare
v1.0.0 Beta 3 Pre-release
Pre-release

Added

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

v1.0.0 Beta 2

09 Jan 20:33
Compare
Choose a tag to compare
v1.0.0 Beta 2 Pre-release
Pre-release

Added

  • FName elements in arrays can be modified.

v1.0.0 Beta 1

09 Jan 19:58
Compare
Choose a tag to compare
v1.0.0 Beta 1 Pre-release
Pre-release

Fixed

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

v1.0.0 Beta 0

09 Jan 18:22
Compare
Choose a tag to compare
v1.0.0 Beta 0 Pre-release
Pre-release

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.

v1.0.0 Alpha 1

30 Dec 23:18
Compare
Choose a tag to compare
v1.0.0 Alpha 1 Pre-release
Pre-release

Added

  • FName values can be changed

Changed

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