Skip to content

Releases: SanderSade/txt2html

v2.0.3

29 Nov 08:38
Compare
Choose a tag to compare
  • Renamed txt2html.exe (UI) to txt2htmlUI.exe to avoid confusion with the commandline txt2html.exe (Issue #6 - thanks to Owned67 for reporting it!)
    • Re-include the commandline txt2html to release, as it was accidentaly omitted in 2.0.2.
    • Very minor code cleanup, new .editorConfig.
    • NOTE: this will most likely be the last release on .NET Framework, and the future releases will target .NET 6 or higher.

v2.0.2

29 Jun 08:28
d32940a
Compare
Choose a tag to compare
  • 2.0.2
    • Fixed issue with UTF-8 vs default encoding (Issue #3) - thanks to tigros for reporting it!
    • Updated Newtonsoft.Json (used by tests).
    • Code cleanup.

Minor improvements

19 Sep 12:50
ed13f7d
Compare
Choose a tag to compare
  • 2.0.1
    • txt2html.core is now NetStandard 2.0 library
    • Added NuGet package creation
    • Change namespace to Sander.txt2html
    • Update NuGet package (Newtonsoft.Json used by tests)
    • Embed default entities file to core dll to be used as fallback when the file isn't found
    • Added .editorConfig
    • Updated documentation

Initial release of v2.0

01 Jun 10:50
Compare
Choose a tag to compare

Initial release of the new, .NET version of txt2html