diff --git a/CHANGELOG.md b/CHANGELOG.md index 493e0b3..9027a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 1.0.0-beta11 + +## All + + * Fix an initialization issue in Missile emulation; fixes BMX Airmaster. + +## Stellerator + + * Fix fullscreen toggle via touch on iOS 13.4. Unfortunately, this means that the "alt" + quadrant of the canvas can't be used as a handle for scrolling anymore. + +## Stellerator-embedded + + * Defunct, still needs plumbing for the new video + + # 1.0.0-beta10 ## Stellerator @@ -214,7 +230,7 @@ # 0.9.2 -## Aöö +## All * NPM metadata update. diff --git a/package.json b/package.json index 805a624..0a3ca0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "6502.ts", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "A 6502 emulator written in typescript", "author": "cnspeckn@googlemail.com", "license": "MIT",