Skip to content

Releases: KalopsiaTwilight/WDBXEditor2

v0.0.14

23 Aug 17:59
Compare
Choose a tag to compare

Version 0.0.14

  • Fixed: Issue where saving the same opened file twice would result in an error.
  • Changed: When saving a file when not using Save as, the editor will reload the written file, allowing you to check the output immediately.

v0.0.13

20 Aug 15:00
Compare
Choose a tag to compare

Version 0.0.13

  • Fixed: Issue with array fields being unable to be edited.
  • Fixed: Issue with csv import not working when another column in the file has the name of the array type in its name.

v0.0.12

19 Aug 15:00
Compare
Choose a tag to compare

Version 0.0.12

  • Fixed: Editing of id field not saving correctly when writing .db2 files.

v0.0.11

19 Aug 13:56
01dd9c6
Compare
Choose a tag to compare

Version 0.0.11

This release fixes some bugs in the previous version:

  • Fixed: missing conversion in cell editing causing it to not work.
  • Exceptions during cell editing will now also no longer be hidden from user.
  • Fixed: error in id generation for new added rows, causing new rows beyond the first to not work
  • Fixed: ordering issue upon deletion of a row, causing row edits to apply to wrong rows.

V0.0.10

15 Aug 18:53
710678f
Compare
Choose a tag to compare

Version 0.0.10

First release version with read/writing capabilities, this version allows for:

  • Opening & saving of DB2 files via DBCD.
  • Inline editing of table values.
  • Export to .csv.
  • Import from .csv.
  • Set/unset big flag for column.
  • Set value of entire column.
  • Replace specific values in column.
  • Replace values in column A based on value in column B.