Releases: bengarrett/retrotxtjs
Releases · bengarrett/retrotxtjs
v2.0.1
v2.0.0
No new features or major fixes, but a breaking change!
Renamed all ID attributes that used camelCase to use kebab-case.
For example, the CSS ID retrotxtCanvas
is now retrotxt-canvas
.
Also updated the packages.
Full Changelog: v1.0.1...v2.0.0
v1.0.1: CP437 tweaks.
_lookupRows8_9() uses inbuilt Windows 1252 table. Fixed multi-byte chars such as emojis displaying unknown ? characters. Fixed missing 00ff char and header alignment in cp437-table.html. New alt-codes in Readme, and fixed typos.
Initial release
Version 1.0 release. Added defaults and updated other docs. Fixed CP437 rows 8 + 9 errors.