DOSee/CHANGES.md

30 lines
1.3 KiB
Markdown
Raw Normal View History

# DOSee
## Changes and updates
### v1.20
- 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.
- todo: Now requires [npm]() or [Docker]() for installation.
2019-04-21 12:18:03 +10:00
### v1.13
- Now will read and use `<meta data="dosee:filename">` element.
### v1.11
- Added a PowerShell install script for Windows (and PowerShell Core) users.
- Replaced `doseeVersion` string with a `version` Map() object.
- Replaced the use of the outdated and broken _screenfull_ library with the [Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API).
2019-03-27 12:14:00 +11:00
- Fixed missing dependencies false-positives.
2019-03-27 10:21:58 +11:00
- _doseeTabs_ links now anchor back to `<header id="doseeTabs">`
### v1.10
- Initial public release.