Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 21, 2021
1 parent 6045e91 commit 481ce44
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
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.0",
"version": "1.1.1",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
19 changes: 14 additions & 5 deletions src/common/modals/ChangeLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,14 @@ const ChangeLogs = () => {
</SectionTitle>
<div>
<ul>
<li>Added confirmation modal to delete shared data.</li>
<li>Implemented microsoft login.</li>
<li>Added FTB support.</li>
<li>Added Microsoft accounts support.</li>
<li>Added confirmation modal when deleting all shared data.</li>
<li>Added a per-instance java path setting.</li>
<li>
Added a progress state in the taskbar icon when downloading an
instance.
</li>
</ul>
</div>
</Section>
Expand All @@ -48,9 +54,12 @@ const ChangeLogs = () => {
</SectionTitle>
<div>
<ul>
<li>Security fixes.</li>
<li>Fixed copy/paste on MacOS.</li>
<li>Fixed a crash.</li>
<li>Fixed copy/paste on macOS.</li>
<li>Fixed crash when browsing curseforge modpacks.</li>
<li>Fixed duplicated news.</li>
<li>Fixed avatar images sometimes now showing correctly.</li>
<li>Fixed auto updates on portable-win.</li>
<li>Fixed crash when adding a new instance.</li>
</ul>
</div>
</Section>
Expand Down

0 comments on commit 481ce44

Please sign in to comment.