|
1 | 1 | #Changes |
2 | 2 |
|
| 3 | +#4.0.11 |
| 4 | +- Added the ability to disable localstorage using`EJS_disableLocalStorage`. (Thanks to[@n-at](https://github.com/n-at)) |
| 5 | +- Added the ability to trigger`EJS_emulator.displayMessage` with a duration. (Thanks to[@allancoding](https://github.com/allancoding)) |
| 6 | +-`EJS_emulator.gameManager.getState` now returns a Uint8Array instead of a promise. |
| 7 | +- Fixed broken save states from the 4.0.10 release. |
3 | 8 |
|
4 | | -#4.0.10 |
| 9 | +#4.0.10[View Tree](https://github.com/EmulatorJS/EmulatorJS/tree/390605d2ab48db16c07c8fb4fc2815033af5c3a6) |
5 | 10 | - Fixed bug with duplicate control inputs. |
6 | 11 | - Fixed mobile settings menu positioning. |
7 | 12 | - Ability to load custom files into the wasm instance. |
|
13 | 18 | - Fixed screenshot for some cores. |
14 | 19 | - Fixed game element not being focused after fullscreening. |
15 | 20 | - Added missing Famicom controls. |
16 | | -- Fixed volume slider shadow (Thanks to[@allancoding](https://github.com/allancoding)) |
| 21 | +- Fixed volume slider shadow. (Thanks to[@allancoding](https://github.com/allancoding)) |
17 | 22 |
|
18 | 23 | #4.0.9[View Tree](https://github.com/EmulatorJS/EmulatorJS/tree/ddb5c6092f12a63a46d74ea67e6469726665ebc2) |
19 | 24 | - Repository history rewrite - expect faster cloning times. |
|