Skip to content

Releases: bengarrett/retrotxtjs

v2.0.1

11 Jun 02:06
c981a14
Compare
Choose a tag to compare

What's Changed

  • Update to the developer dependencies.

v2.0.0

23 Feb 05:34
3f630bf
Compare
Choose a tag to compare

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.

04 Jul 00:13
Compare
Choose a tag to compare
_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

03 Jul 07:52
Compare
Choose a tag to compare
Version 1.0 release.

Added defaults and updated other docs.
Fixed CP437 rows 8 + 9 errors.