mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
update changelog
This commit is contained in:
parent
e4b6eb25ac
commit
602c694fc8
@ -52,6 +52,7 @@
|
|||||||
<!-- 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>You can now install the launcher as a PWA web app</li>
|
<li>You can now install the launcher as a PWA web app</li>
|
||||||
|
<li>Ads have been added, join the Discord server to disable them</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>
|
||||||
|
@ -343,7 +343,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}:
|
||||||
- You can now install the launcher as a PWA web app`);
|
- You can now install the launcher as a PWA web app
|
||||||
|
- Ads have been added, join the Discord server to disable them`);
|
||||||
storage.local.set('lastVersion', launcherVersion);
|
storage.local.set('lastVersion', launcherVersion);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user