diff --git a/src/XIVLauncher.Core/LauncherApp.cs b/src/XIVLauncher.Core/LauncherApp.cs
index 911ae2119..7fb95e64e 100644
--- a/src/XIVLauncher.Core/LauncherApp.cs
+++ b/src/XIVLauncher.Core/LauncherApp.cs
@@ -193,7 +193,7 @@ public override void Draw()
if (IsDebug)
{
- if (ImGui.IsKeyPressed(ImGuiKey.D) && ImGui.IsKeyPressed(ImGuiKey.E) && ImGui.IsKeyPressed(ImGuiKey.B))
+ if (ImGui.IsKeyPressed(ImGuiKey.D))
{
this.isDemoWindow = true;
}
diff --git a/src/XIVLauncher/Resources/CHANGELOG.txt b/src/XIVLauncher/Resources/CHANGELOG.txt
index 2932f66e7..ab75cfe80 100644
--- a/src/XIVLauncher/Resources/CHANGELOG.txt
+++ b/src/XIVLauncher/Resources/CHANGELOG.txt
@@ -1,2 +1,4 @@
-• Further fixes regarding Free Trial compatibility and general stability
-• Updated localization files
\ No newline at end of file
+• Various bug fixes regarding repairs and other inconsistencies (by kizer)
+• Various bug fixes regarding Dalamud not updating correctly under certain conditions
+• Added support for traditional Chinese (by jackiexyz)
+• Updated localization files (thanks to everyone helping out!)
\ No newline at end of file
diff --git a/src/XIVLauncher/XIVLauncher.csproj b/src/XIVLauncher/XIVLauncher.csproj
index 7228043f8..69a095275 100644
--- a/src/XIVLauncher/XIVLauncher.csproj
+++ b/src/XIVLauncher/XIVLauncher.csproj
@@ -3,7 +3,7 @@
XIVLauncher
XIVLauncher
Custom launcher for FFXIV.
- 6.2.16
+ 6.2.17