From e150dc0491ae747028919fb82d6598954976ede6 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 5 Jul 2025 14:34:10 -0500 Subject: [PATCH] 4.2.3 --- CHANGES.md | 11 ++++++++++- data/cores/package.json | 2 +- data/src/emulator.js | 2 +- data/version.json | 2 +- docs/contributors.md | 7 ++++--- package.json | 2 +- 6 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 293ada7..f769979 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ # Changes -# 4.2.2 +# 4.2.3 + +Bug fix release + +- Redo image capture features (Thanks to [@allancoding](https://github.com/allancoding)) +- Fix issue with invalid button names (Thanks to [@michael-j-green](https://github.com/michael-j-green)) +- Fix issues with canvas size +- Update zh-CN translations (Thanks to [@incredibleIdea](https://github.com/incredibleIdea)) + +# 4.2.2 [View Tree](https://github.com/EmulatorJS/EmulatorJS/tree/a796c4a3866652d1b6cb74a2b90e9552955c2b13) - Prioritize gameName over gameUrl for the local storage identifier - Fix CSS parsing when setting a background image (Thanks to [@kellenmace](https://github.com/kellenmace)) diff --git a/data/cores/package.json b/data/cores/package.json index b3eae01..2acaa6a 100644 --- a/data/cores/package.json +++ b/data/cores/package.json @@ -1,6 +1,6 @@ { "name": "@emulatorjs/cores", - "version": "4.2.2", + "version": "4.2.3", "type": "module", "description": "EmulatorJS Cores", "homepage": "https://emulatorjs.org", diff --git a/data/src/emulator.js b/data/src/emulator.js index c23fc0c..2d05871 100644 --- a/data/src/emulator.js +++ b/data/src/emulator.js @@ -200,7 +200,7 @@ class EmulatorJS { return parseInt(rv.join("")); } constructor(element, config) { - this.ejs_version = "4.2.2"; + this.ejs_version = "4.2.3"; this.extensions = []; this.initControlVars(); this.debug = (window.EJS_DEBUG_XX === true); diff --git a/data/version.json b/data/version.json index 317cc84..db3336d 100644 --- a/data/version.json +++ b/data/version.json @@ -1,5 +1,5 @@ { "read_me": "CURRENT_VERSION IS NO LONGER UPDATED. USE VERSION", "current_version": 999999, - "version": "4.2.2" + "version": "4.2.3" } diff --git a/docs/contributors.md b/docs/contributors.md index 2dda47f..d12e724 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -71,19 +71,20 @@     +    -  -  +    +      -              +        diff --git a/package.json b/package.json index a404843..7662152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@emulatorjs/emulatorjs", - "version": "4.2.2", + "version": "4.2.3", "type": "module", "description": "EmulatorJS is a frontend for RetroArch in the web browser.", "homepage": "https://emulatorjs.org",