1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-08-17 10:43:30 -07:00
parent ce45a2a411
commit 9920af7724
47 changed files with 169 additions and 181 deletions

View File

@@ -1,5 +1,5 @@
let selectedVersion: string | undefined;
const launcherVersion = '1.4';
const launcherVersion = '1.5';
const theme = {
load: function (themeToLoad?: string) {
@@ -284,13 +284,7 @@ if (window.location.pathname !== '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- Added welcome and setup screen
- Show changelog when MineXLauncher is updated
- Added themes and backgrounds
- Settings now update automatically without saving them
- You will now stay on the same page when reloading
- Username rules have been updated to match Minecraft
- Added Starlike Client`);
- hello there`);
storage.local.set('lastVersion', launcherVersion);
}
});