Skip to content

Releases: GoMudEngine/ansitags

HTML parse mode, elimination of 4-bit color mode (16 color)

14 May 23:43
881c9a5
Compare
Choose a tag to compare
  • Eliminated code related to 4-bit colors
  • RGB(int) rgb function accepts a color code and returns a struct with R/G/B/Hex values.
  • Added ansitags.HTML as a parse mode for output.

Updating version to semver format

22 Apr 23:10
f6325a8
Compare
Choose a tag to compare

v1.0

22 Apr 23:06
f6325a8
Compare
Choose a tag to compare

What's Changed

  • Renaming old repo path to new org repo path by @Volte6 in #11
  • Alias set functions, bug fixes, mutex, etc. by @Volte6 in #12

Full Changelog: v099...v1.0

Repo under new org

14 Apr 22:12
c8b646c
Compare
Choose a tag to compare

Changes

Renames references that used old repo path to use new repo path.

v0.99

14 Mar 16:36
7f225ff
Compare
Choose a tag to compare

Update yaml v2 -> v3

v0.98

05 Feb 00:30
61e010a
Compare
Choose a tag to compare

256 color support and fixes