From 43102b2ecf56677d9c869b76ef40c4dd793ca271 Mon Sep 17 00:00:00 2001 From: Adrian Date: Sat, 27 Aug 2022 12:05:53 +0200 Subject: [PATCH] v1.1.28 (#1438) --- package-lock.json | 2 +- package.json | 2 +- src/common/modals/ChangeLogs/changeLog.js | 51 ++++++++--------------- 3 files changed, 19 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca205f51f..5715ffb36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gdlauncher", - "version": "1.1.27", + "version": "1.1.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e53ec01bd..ee4864c1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gdlauncher", - "version": "1.1.27", + "version": "1.1.28", "description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience", "keywords": [ "minecraft", diff --git a/src/common/modals/ChangeLogs/changeLog.js b/src/common/modals/ChangeLogs/changeLog.js index ca162b163..011a2feb0 100644 --- a/src/common/modals/ChangeLogs/changeLog.js +++ b/src/common/modals/ChangeLogs/changeLog.js @@ -1,48 +1,31 @@ module.exports = { - new: [ - { - header: 'Squashed Git Commit history', - content: 'because it was around 0.5G big.', - advanced: { cm: '8ec97baa' } - } - ], - improvements: [ - { - header: 'Changed murmur2 calculator', - content: 'to napi.', - advanced: { cm: '8ec97baa' } - } - ], + new: [], + improvements: [], bugfixes: [ { - header: 'Fixed the Memory slider', - content: 'resetting to a very low point.', - advanced: { cm: '8ec97baa', pr: '1382' } - }, - { - header: 'Fixed the Update all Mods Button', - content: 'sometimes not working properly.', - advanced: { cm: '1d17f128', pr: '1381' } + header: 'No longer killing the game', + content: 'when closing the Launcher.', + advanced: { cm: '391dd9cc', pr: '1412' } }, { - header: 'Fixed Forge 1.19', - content: 'erroring with "launch string to long".', - advanced: { cm: '8ec97baa', pr: '1384' } + header: 'Fixed the game resolution setting', + content: 'being ignored.', + advanced: { cm: '87f89ed9', pr: '1429' } }, { - header: 'Fixed the Open Mod page link', - content: 'not working.', - advanced: { cm: '8ec97baa', pr: '1375' } + header: 'Fixed the kill button', + content: 'having to be clicked twice.', + advanced: { cm: '2664f8bb', pr: '1419' } }, { - header: 'Fixed the X button in search bars', - content: 'not functioning.', - advanced: { cm: '8ec97baa', pr: '1371' } + header: 'Fixed error code one ', + content: 'when certain java args are missing.', + advanced: { cm: 'cdae501a', pr: '1420' } }, { - header: 'Fixed FTB downloads', - content: 'not working.', - advanced: { cm: 'b8c7e774', pr: '1410' } + header: 'Fixed settings resetting', + content: 'caused by the CurseForge workaround.', + advanced: { cm: '7f29ca64', pr: '1431' } } ] };