Changes -
Removed diag box that initially asked for instance url
Added index.html page to serve as server selector
Added recent instances, displays last 5 visited servers
Added optional default instance checkbox when adding an instance if checked future restarts will default to this instance on startup
Removed stock electron menu
Added Go back & Go forward menu options
Added help options to redirect user to (Romm github, romm discord, romm git issues, Support dev page)
OPTIONAL PSP SUPPORT:
Edit Rommbrowser\app\main.js
Locate line const settingsPath = path.join(__dirname, 'settings.json');
Paste in the following text above line const settingsPath
app.commandLine.appendSwitch('disable-web-security');
app.commandLine.appendSwitch('enable-features', 'SharedArrayBuffer');
Save main.js and start romm.exe
WARNING! only visit romm instances with these options enabled.
Side note - Captchas don't work with these settings enabled (ie cf captcha, hcaptcha) so if your romm instance is behind something like authentik /w captchas protecting logins adding these command lines will make your client unable to login.