Skip to content

Releases: SeppNel/P5-Table-Editor

1.6

23 Jan 16:38
867478a
Compare
Choose a tag to compare

Added support for deleting elements in ctd
Fixed deletion on ftd (mostly)
Some cleanup, but it is still horrible

1.5

02 Aug 15:41
ff135c4
Compare
Choose a tag to compare
1.5

· More special characters.
· There are no longer a billion spaces after the text when opening some files.
· Drag & Drop support.

1.4 (Fixed)

13 Jan 17:15
0bdb29a
Compare
Choose a tag to compare

Add support for ctd files

1.3.3

23 Dec 21:40
61a5b2c
Compare
Choose a tag to compare

Write support for ftd v1

1.3.2

20 Dec 00:38
245ca50
Compare
Choose a tag to compare

Support for large files (More than 255 lines).
My lazy ass did not try this until now :/

1.3.1

20 Dec 00:12
6cfc9bb
Compare
Choose a tag to compare

·Support for tildes by hex code of backported font
·Bug Fixes

1.3

18 Jun 16:55
7769737
Compare
Choose a tag to compare
1.3

-Add support for ftd version 1 files (because apparently that it's a thing.) If you tried it before and got garbage output try now.
-Droped the CMD version cause reasons.

Also there's at least 1 more type of ftd files that im struggling to reverse engineer, it's very different and I dont even know if those files are used (they look like garbage to me).

1.2

07 Dec 23:35
b871320
Compare
Choose a tag to compare
1.2

Fixed a bug when saving with exactly 15 characters when the original line takes 3 lines.
Minor cleanup.

1.1

07 Dec 12:50
121a9cc
Compare
Choose a tag to compare
1.1

Added some checks to make it not crash
Minor cleanup

1.0

05 Dec 18:42
55b4a51
Compare
Choose a tag to compare
1.0

Added a GUI made with QT, also now i'm using Cmake.