1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-08-20 07:46:06 -07:00
parent 020d35d435
commit ae7e092802
2 changed files with 5 additions and 5 deletions

View File

@ -51,12 +51,12 @@
<div class="news-item"> <div class="news-item">
<!-- Don't forget to update launcherVersion and the changelog in main.js as well --> <!-- Don't forget to update launcherVersion and the changelog in main.js as well -->
<strong>MineXLauncher 1.5</strong> <strong>MineXLauncher 1.5</strong>
<li>MineXLauncher now works offline!</li> <li>The launcher can now be downloaded for offline use</li>
<li>You can now install MineXLauncher as a PWA web app</li> <li>You can now install the launcher as a PWA web app</li>
<br /> <br />
<strong>MineXLauncher 1.4</strong> <strong>MineXLauncher 1.4</strong>
<li>Added welcome and setup screen</li> <li>Added welcome and setup screen</li>
<li>Show changelog when MineXLauncher is updated</li> <li>Show changelog when the launcher is updated</li>
<li>Added themes and backgrounds</li> <li>Added themes and backgrounds</li>
<li>Settings now update automatically without saving them</li> <li>Settings now update automatically without saving them</li>
<li>You will now stay on the same page when reloading</li> <li>You will now stay on the same page when reloading</li>

View File

@ -311,8 +311,8 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}! alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}: Changes in v${launcherVersion}:
- MineXLauncher now works offline! - The launcher can now be downloaded for offline use
- You can now install MineXLauncher as a PWA web app`); - You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion); storage.local.set('lastVersion', launcherVersion);
} }
}); });