Releases: GoMudEngine/ansitags
Releases · GoMudEngine/ansitags
HTML parse mode, elimination of 4-bit color mode (16 color)
14 May 23:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.0
22 Apr 23:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
Renames references that used old repo path to use new repo path.
v0.99
14 Mar 16:36
Compare
Sorry, something went wrong.
No results found
v0.98
05 Feb 00:30
Compare
Sorry, something went wrong.
No results found
256 color support and fixes