Skip to content

Releases: jordanbtucker/ff7r-data-editor

v2.0.0 Alpha 2

02 Feb 17:46
Compare
Choose a tag to compare
v2.0.0 Alpha 2 Pre-release
Pre-release

Fixed

  • Files are now saved in the chosen location instead of in the original path. (#16)

v2.0.0 Alpha 1

02 Feb 06:57
Compare
Choose a tag to compare
v2.0.0 Alpha 1 Pre-release
Pre-release

Fixed

  • Fixed "Do not know how to serialize a BigInt" error. (#15)
  • FName values show as disabled since they cannot be changed.

v2.0.0 Alpha 0

02 Feb 03:24
Compare
Choose a tag to compare
v2.0.0 Alpha 0 Pre-release
Pre-release

BREAKING CHANGES

  • Works exclusively with Final Fantasy VII Rebirth.
  • FName values cannot be changed.

Fixed

  • FName values are displayed correctly.

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.