Skip to content

Releases: curiousdannii/ifvms.js

Version 1.1.6

11 Feb 02:59
Compare
Choose a tag to compare

Version 1.1.5

29 Oct 05:04
Compare
Choose a tag to compare
  • I forgot to ensure that the Garglk extensions were only called if the Glk library supports them

Version 1.1.4

05 Oct 05:26
Compare
Choose a tag to compare
  • Use stylehints and the Gargoyle Glk extension functions to handle formatting
  • Fixed a bug where our autosaving functions only worked with electrofs.js, not the browser dialog.js
  • Miscellaneous bug fixes (#58, #64)

Version 1.1.3

10 Dec 11:39
Compare
Choose a tag to compare
  • Several game compatibility patches
    • Allow input in the upper window for better support of Infocom games (#54)
    • Saying the screen had 255 height (implying infinite), caused a lot of games to misbehave, so measure it properly (#56)
    • Fix how we encode ZSCII into Z-characters for extended Unicode characters (#57)

Version 1.1.2

14 Jul 01:53
Compare
Choose a tag to compare
  • Miscellaneous bug fixes and performance improvements (99858a8)

Version 1.1.1

08 Mar 01:58
Compare
Choose a tag to compare
  • Miscellaneous bug fixes (#42) and performance improvements

Version 1.1.0

19 Feb 03:55
Compare
Choose a tag to compare
  • Support autosaves for Lectrote (#8)
  • Add support for version 4 of the Z-Machine (#37)
  • Miscellaneous bug fixes (#41) and performance improvements (#36)

Version 1.0.1

22 Jan 03:58
Compare
Choose a tag to compare
  • Support quote boxes and other fancy upper window effects (#33)

Version 1.0.0

20 Jan 12:23
Compare
Choose a tag to compare

ZVM is now essentially complete with the stable Glk based API I want it to have. I still have many performance improvements I want to implement, but for now it's time to take this thing out of beta! 🎉

  • Z-Machine version 3 support is complete (#19)
  • Added support for transcripts and command records (#25)
  • Miscellaneous bug fixes (#29, #31)

Version 0.2.2

19 Dec 06:25
Compare
Choose a tag to compare
  • Added Blorb support (#9)
  • Miscellaneous bug fixes and performance improvements (#24)