Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Sep 27, 2020
1 parent d344410 commit 15ea210
Show file tree
Hide file tree
Showing 2 changed files with 6 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.0.10-beta.2",
"version": "1.0.10",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
5 changes: 5 additions & 0 deletions src/common/modals/ChangeLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const ChangeLogs = () => {
useEffect(() => {
ipcRenderer.invoke('getAppVersion').then(setVersion).catch(console.error);
}, []);

return (
<Modal
css={`
Expand All @@ -34,6 +35,9 @@ const ChangeLogs = () => {
<ul>
<li>Restyled the UI to add new instances.</li>
<li>Some performance improvements.</li>
<li>Better UX for twitch modpacks.</li>
<li>Longer instances names are now allowed.</li>
<li>Added a resource packs tab for instances.</li>
</ul>
</div>
</Section>
Expand All @@ -50,6 +54,7 @@ const ChangeLogs = () => {
<li>Security fixes.</li>
<li>Improved login errors.</li>
<li>The news should now be up to date.</li>
<li>Minor visual/functional fixes.</li>
</ul>
</div>
</Section>
Expand Down

0 comments on commit 15ea210

Please sign in to comment.