Releases: bengarrett/DOSee
Releases · bengarrett/DOSee
v1.20
- Now requires npm or Docker for installation as the installation scripts have been removed.
- Added
DOSee
prototype object that is accessible fromwindow.DOSee
. It is now used to access all the custom DOSee function additions. - Added
DOSee.exit()
that will end the emulation and remove all event listeners created by Emscripten. - Added
DOSee.canvasResize()
that uses Emscripten to resize the canvas element. - Added
dosee:spacekeystart
meta element to disable the Space key to start DOSee feature. - Removed the right-click menu over the canvas blocker that was used by The Emularity, there are a couple of screen capture items instead.
- Isolated the variables and functions in
dosee-init.js
so they do not pollute thewindow
global scope. - Now gracefully handles missing, expected form elements.
v1.10
- Better error handling when missing library dependencies.
- Example index.html now displays the program filename being launched.
- Improved the README.md with usage information on the elements.
- Added more LICENSES
Initial public release
Functional and usable.