Skip to content

Releases: curiousdannii/glkote-term

Version 0.4.4

22 Dec 06:52
Compare
Choose a tag to compare
  • For RemGlk mode, attach events directly to stdin, rather than using readline

Version 0.4.3

30 Oct 01:32
Compare
Choose a tag to compare

(Skipped a version, oops)

  • Added a RemGlk mode

v0.4.1

06 Aug 02:56
Compare
Choose a tag to compare
  • Small update to work with newer Emglken which creates more than one window

v0.4.0

08 Jan 09:13
Compare
Choose a tag to compare
  • Require a readline interface to be passed into DumbGlkOte and DumbDialog. See tests/zvm.js for example code.

v0.3.1

30 Nov 12:34
Compare
Choose a tag to compare
  • Fix glk_stream_open_file to conform to the spec and return null when attempting to read a non-existent file, and glk_fileref_create_by_prompt to check that when selecting a file for reading that it does exist (#7)
  • Add a set_references function to let you set the external references before calling init

v0.3.0

19 Jan 07:58
Compare
Choose a tag to compare
  • Update for the official way of handling fileref prompts in glkapi.js
  • Rearrange the order the update data is handled

v0.2.0

08 Jan 03:25
Compare
Choose a tag to compare
  • Adds support for character input and Glk's file functions

v0.1.0

14 Dec 06:56
Compare
Choose a tag to compare

Initial version with DumbGlkOte