Skip to content

Commit

Permalink
v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Aug 21, 2021
1 parent 4ee6166 commit 2826f1b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdlauncher",
"version": "1.1.13",
"version": "1.1.14",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
20 changes: 20 additions & 0 deletions src/common/modals/ChangeLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ const data = {
header: 'Improved Discord RPC.',
content:
"It now shows the modpack / MC version you're playing. The modpack name will only be shown for new instances."
},
{
header: 'Modal animation is now smoother and simpler.',
content: 'This should make it feel "faster".'
}
],
bugfixes: [
Expand All @@ -102,6 +106,22 @@ const data = {
{
header: 'Fixed imports from external sources.',
content: 'Both local zips and remote urls should now work correctly.'
},
{
header: 'Fixed crash',
content: 'when renaming instances.'
},
{
header: 'Fixed news',
content: 'not being correctly parsed sometimes.'
},
{
header: 'Fixed export',
content: 'not exporting correctly lol.'
},
{
header: 'Fixed crash',
content: 'when browsing mods.'
}
]
};
Expand Down

0 comments on commit 2826f1b

Please sign in to comment.