From 8d38d068f1eeade0fb4e3abde732edbef5b9f6b6 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:15:36 -0700 Subject: [PATCH] update changelog --- public/updates/index.html | 1 + src/resources/scripts/main.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/public/updates/index.html b/public/updates/index.html index cb40c55..3a6c4e0 100644 --- a/public/updates/index.html +++ b/public/updates/index.html @@ -52,6 +52,7 @@ MineXLauncher 1.5
  • You can now install the launcher as a PWA web app
  • +
  • Ads have been added, join the Discord server to disable them

  • MineXLauncher 1.4
  • Added welcome and setup screen
  • diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 640fab9..7bf8c0d 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -343,7 +343,8 @@ if (window.location.pathname === '/') { alert(`MineXLauncher has been updated to 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); } });