Skip to content

Releases: bengarrett/DOSee

v1.20

07 Jun 09:54
Compare
Choose a tag to compare
  • Now requires npm or Docker for installation as the installation scripts have been removed.
  • Added DOSee prototype object that is accessible from window.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 the window global scope.
  • Now gracefully handles missing, expected form elements.

v1.10

25 Feb 01:44
Compare
Choose a tag to compare
  • 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

24 Feb 10:09
Compare
Choose a tag to compare

Functional and usable.