- total clean-up
- fix UTF-8 issues
- Revived from RubyForge as ansi-sys-revived
- perform minimal changes to gemspec so it can be released to rubygems.org
- Modified to be compatible with Ruby 1.9. Thanks to @jugyo
- Modified to specify encoding to Hiki plugin
- Added AnsiSys::Guess.kcode(data)
- Modified Terminal#render to take kcode as another argument
- Added a command line interface: bin/ansi-to-html, really
- Modified bin/ansi-to-html to guess input character codes
- Added a command line interface: bin/ansi-to-html
- Clarified spec documents
- Made Rdoc
- All the codes on http://en.wikipedia.org/wiki/ANSI_escape_code except for DSR are implemented: CUU, CUD, CUF, CUB, CNL, CPL, CHA, CUP, ED, EL, SU, SD, HVP, SGR, SCP, and RCP
- Hiki plugin now converts text to EUC
- First release from RubyForge
- 1 major enhancement:
- Initial release