Skip to content

Commit

Permalink
v0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Mar 15, 2019
1 parent f2f9d95 commit 46f0607
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions app/components/ChangelogModal/ChangelogModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,22 @@ export default props => {
main="Modpacks icons are automatically set as instance icon when downloading them"
secondary=""
/>
<ChangelogRow
main="Modpacks downloads should now be 4x faster"
secondary="depending on your connection"
/>
<ChangelogRow
main="We now show the 'Playing on GDLauncher' presence on discord"
secondary="hurraah!"
/>
<ChangelogRow
main="Updated the download progress style when downloading instances"
secondary="do you like it??"
/>
<ChangelogRow
main="You can now change the java arguments from the launcher settings!"
secondary="It will apply to all the instances"
/>
<ChangelogRow
main="Instances now have an animation when appearing."
secondary="This will fix icons 'flashing' for a split second"
Expand Down
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": "0.11.8",
"version": "0.11.9",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down

0 comments on commit 46f0607

Please sign in to comment.