Skip to content

Commit 2034527

Browse files
committed
Release 5.4.1
Fixes for loading Files and URLs from local disk
1 parent c1350db commit 2034527

File tree

14 files changed

+41
-39
lines changed

14 files changed

+41
-39
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WebMSX",
33
"title": "WebMSX - The online MSX emulator",
4-
"version": "5.4.0",
4+
"version": "5.4.1",
55
"devDependencies": {
66
"grunt": "",
77
"grunt-contrib-clean": "",

release/stable/5.4/cbios/embedded/wmsx.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/stable/5.4/cbios/standalone/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Version 5.4.0
2+
# Version 5.4.1
33
# Stable
44

55
CACHE:

release/stable/5.4/cbios/standalone/index.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

release/stable/5.4/embedded/wmsx.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/stable/5.4/standalone/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Version 5.4.0
2+
# Version 5.4.1
33
# Stable
44

55
CACHE:

release/stable/5.4/standalone/index.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

src/main/Launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if (window.applicationCache) {
114114
else window.applicationCache.addEventListener("updateready", onUpdateReady);
115115
}
116116

117-
WMSX.VERSION = "5.4.0";
117+
WMSX.VERSION = "5.4.1";
118118

119119
// Start pre-loading images right away
120120
WMSX.preLoadImagesAndStart();

src/main/WMSX.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WebMSX version 5.4.0
1+
// WebMSX version 5.4.1
22
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.
33

44
// Main Emulator parameters.

0 commit comments

Comments
 (0)