-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' } | ||
} | ||
] | ||
}; |