- Includes ZVM 1.1.1 (bug fixes in Z-machine autorestore)
- Includes inkjs 1.5.1 (Ink language 0.7.0, which now supports lists; other bug fixes)
- If an Ink story contains external function calls with fallbacks, the fallbacks are invoked as needed. (True external function calls cannot be supported for security reasons.)
- Fixes a bug where the status window was slightly mis-sized at launch time, particularly on Windows.
- Fixes a whitespace problem that caused Jigsaw to render its jigsaw pieces wrong.
- When launched with
npm start, the app name is now read correctly. (Thanks @RedHatter)