From 051db907e3aa5df0696779536778bcc28d4a1acf Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:59:51 +0200 Subject: [PATCH] release date! --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39671078..703e3330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2024/1/3 + * added a new option to the Windows version of the client loader to aid in debugging. the option is called `ResumeByDebugger`, and setting it to `1` will prevent the loader from auto resuming the main app thread, giving you a chance to attach your debugger.