Releases: KalopsiaTwilight/WDBXEditor2
Releases · KalopsiaTwilight/WDBXEditor2
v0.0.14
v0.0.13
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
Version 0.0.12
- Fixed: Editing of id field not saving correctly when writing .db2 files.
v0.0.11
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
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.