Skip to content

Releases: xchellx/TXTRFileType

TXTRFileType v1.2.0

14 Feb 09:57
Compare
Choose a tag to compare

Massive update to the project codebase and structure
The code is more stable and more organized.
The project structure and file names have changed a little bit.
TXTRFileType was split into TXTRFileTypeLib which holds the code for processing TXTRs where as
TXTRFileType itself is now the Paint.NET plugin interface to TXTRFileTypeLib. libtxtr is introduced, allowing for unmanaged languages to interop with TXTRFileTypeLib.
libtxtrPython introduced, allowing python code to interface with libtxtr.
TXTRFileTypeKrita is introduced, a plugin interface to TXTRFileTypeLib.
Finally, TXTRFileTypeCLI (txtrtool) is introduced, providing a command line program to interface with TXTRFileTypeLib.

TXTRFileType v1.1.0

25 Nov 03:35
Compare
Choose a tag to compare

Defaults button fixed. Added setting to limit mipmap count by size limit.
Place folder in %PDNINSTALLDIR%\FileTypes where %PDNINSTALLDIR% is where you installed Paint.NET

TXTRFileType v1.0.1

23 Nov 16:37
Compare
Choose a tag to compare

Fixed certain MP2 TXTRs causing a crash.
Place folder in %PDNINSTALLDIR%\FileTypes where %PDNINSTALLDIR% is where you installed Paint.NET

TXTRFileType v1.0.0

22 Nov 20:20
Compare
Choose a tag to compare

Initial stable release.
Place folder in %PDNINSTALLDIR%\FileTypes where %PDNINSTALLDIR% is where you installed Paint.NET