diff --git a/package.json b/package.json
index a9d3da23c..da26b91e3 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/src/common/modals/ChangeLogs.js b/src/common/modals/ChangeLogs.js
index 5bbb3b844..3ab20b183 100644
--- a/src/common/modals/ChangeLogs.js
+++ b/src/common/modals/ChangeLogs.js
@@ -33,8 +33,14 @@ const ChangeLogs = () => {
- - Added confirmation modal to delete shared data.
- - Implemented microsoft login.
+ - Added FTB support.
+ - Added Microsoft accounts support.
+ - Added confirmation modal when deleting all shared data.
+ - Added a per-instance java path setting.
+ -
+ Added a progress state in the taskbar icon when downloading an
+ instance.
+
@@ -48,9 +54,12 @@ const ChangeLogs = () => {
- - Security fixes.
- - Fixed copy/paste on MacOS.
- - Fixed a crash.
+ - Fixed copy/paste on macOS.
+ - Fixed crash when browsing curseforge modpacks.
+ - Fixed duplicated news.
+ - Fixed avatar images sometimes now showing correctly.
+ - Fixed auto updates on portable-win.
+ - Fixed crash when adding a new instance.