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:graphic
anddosee: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,
yarn
uses the--production
flag 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
styles
from the JavaScript intodosee.css
. - DOSee forms are responsive.
- Added DOSee and DOSBox prefixes to console logging.
dosee:width:height
now applies to splash screen.- Dropped
aspectRatio
API call as it wasn't used. - Updated
http-server
to fixyarn run serve
connection 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
build
initialisation - 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:filename
dosee:gamefilepath
→dosee:zip:path
dosee:gusaudio
→dosee:audio:gus
dosee:resolution
→dosee:width:height
dosee:startexe
→dosee:run:filename
dosee: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.which
property usage withonkeydown.key
- Navigation keyboard keys will be restored if DOSee has been stopped
- Form labels now do not wrap over multiple lines