1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

feat (web): settings.requireValidation

feat (web): settings.oninitialize event
feat (web): allow optional embeded patches (will appear as checkboxes)
fix (web): allow null object as settings
This commit is contained in:
Marc Robledo 2024-08-14 20:16:14 +02:00
parent 9ec774421e
commit c5c39a7703
5 changed files with 270 additions and 117 deletions

View file

@ -6,7 +6,7 @@
*/
var PRECACHE_ID = 'rom-patcher-js';
var PRECACHE_VERSION = 'v30rc1b';
var PRECACHE_VERSION = 'v30rc2';
var PRECACHE_URLS = [
'/RomPatcher.js/', '/RomPatcher.js/index.html',
'/RomPatcher.js/manifest.json',