Releases: bengarrett/DOSee
Releases · bengarrett/DOSee
v1.8.5
v1.80
Update to v1.80.
v1.7.1
- Fixed yarn/npm build error caused by an invalid type.
v1.7.0
- New meta initialisation options,
dosee:speed,dosee:graphicanddosee:audio. - Renamed Hardware tab headers to improve their clarity.
- Replaced two of the sample demos to better show off the variety of emulated hardware.
- Emulating ... header shows the archive filename instead of file path.
- Fixed broken SVGA Graphic option,
dosmachine=svga. - Fixed broken Automatically start DOS emulation option.
v1.6.2
- Docker image now builds DOsee independently of the host computer.
- Docker image uses a multi-stage build that reduces the end size to just 50 MB.
v1.6.1
- Fixed Dockerfile,
yarnuses the--productionflag to avoid a broken install within Alpine Linux.
v1.6.0
- Fixed broken stop button.
- Code refactor to be ES2017 and ESlint compliant.
- Updated Workbox to v6.
- Fixed the broken Dockerfile and dropped docker-compose.yml.
v1.5.0
- Added experimental WASM WebAssembly DOSBox port support.
- Fixed malformed, tiny canvas rendering on high DPR devices such as Retina laptops.
- Migrated all static
stylesfrom the JavaScript intodosee.css. - DOSee forms are responsive.
- Added DOSee and DOSBox prefixes to console logging.
dosee:width:heightnow applies to splash screen.- Dropped
aspectRatioAPI call as it wasn't used. - Updated
http-serverto fixyarn run serveconnection failures on some browsers. - Changed the behaviour of DOSee.exit() to better handle eventlisteners.
v1.40
- Made DOSee into a Progressive Web App that allows installation to a desktop.
- Added basic offline support using Workbox.
- Rearranged the source files and subdirectories to require a
buildinitialisation - Changed page layout to center-align the canvas and form.
- Added a favicon for bookmarks.
v1.30
Introduced breaking meta element name changes.
dosee:capname→dosee:capture:filenamedosee:gamefilepath→dosee:zip:pathdosee:gusaudio→dosee:audio:gusdosee:resolution→dosee:width:heightdosee:startexe→dosee:run:filenamedosee:utils→dosee:utilities
- Help tab is implemented and functional
- Added a browser protocol check and user notification to handle some cross-origin request issues
- Fixed glyph display issues on macOS
- Fixed
DOSee.newQueryString()incorrectly handling URLs that lacked#symbols - Replaced depreciated
onkeydown.whichproperty usage withonkeydown.key - Navigation keyboard keys will be restored if DOSee has been stopped
- Form labels now do not wrap over multiple lines