From 654fdc9fa6aa6e9766f3bdae6fefe7334770be67 Mon Sep 17 00:00:00 2001 From: Marcus Jensen Date: Thu, 7 Nov 2024 17:00:16 +0100 Subject: [PATCH 1/4] Prettified --- CS2-AutoAccept/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CS2-AutoAccept/MainWindow.xaml b/CS2-AutoAccept/MainWindow.xaml index 876c6cc..e038f90 100644 --- a/CS2-AutoAccept/MainWindow.xaml +++ b/CS2-AutoAccept/MainWindow.xaml @@ -95,7 +95,7 @@ - + From 6f21415f02d0a76e42c3734736d92d4ccc1688ee Mon Sep 17 00:00:00 2001 From: Marcus Jensen Date: Thu, 7 Nov 2024 17:00:38 +0100 Subject: [PATCH 2/4] Incremented version --- CS2-AutoAccept/CS2-AutoAccept.csproj | 2 +- CS2-AutoAccept/updateInfo.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CS2-AutoAccept/CS2-AutoAccept.csproj b/CS2-AutoAccept/CS2-AutoAccept.csproj index e727279..06475ed 100644 --- a/CS2-AutoAccept/CS2-AutoAccept.csproj +++ b/CS2-AutoAccept/CS2-AutoAccept.csproj @@ -12,7 +12,7 @@ True A program to automatically find and press "ACCEPT" for you, when entering a competitive match in CS2. ©️ tsgsOFFICIAL - 2024 - 5.1.5.3 + 5.1.5.4 CS2-AutoAccept diff --git a/CS2-AutoAccept/updateInfo.json b/CS2-AutoAccept/updateInfo.json index 33938b3..a986eed 100644 --- a/CS2-AutoAccept/updateInfo.json +++ b/CS2-AutoAccept/updateInfo.json @@ -1,8 +1,13 @@ { - "version": "5.1.5.3", + "version": "5.1.5.4", "type": "Bug", - "changelog": "Fixed AppContext bug, where Tesseract wouldn't launch after rebooting'.", + "changelog": "Fixed a bug, where the program would crash upon clicking the logo in the top left corner.", "historic_versions": [ + { + "version": "5.1.5.3", + "type": "Bug", + "changelog": "Fixed AppContext bug, where Tesseract wouldn't launch after rebooting'." + }, { "version": "5.1.5.2", "type": "Feature", From f141ae4b673b27051443774060ac6d7c0a92fd28 Mon Sep 17 00:00:00 2001 From: Marcus Jensen Date: Thu, 7 Nov 2024 17:04:05 +0100 Subject: [PATCH 3/4] Removed event handler from image, and textblocks, preventing the crash behaviour --- CS2-AutoAccept/MainWindow.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CS2-AutoAccept/MainWindow.xaml b/CS2-AutoAccept/MainWindow.xaml index e038f90..cf4b90f 100644 --- a/CS2-AutoAccept/MainWindow.xaml +++ b/CS2-AutoAccept/MainWindow.xaml @@ -113,10 +113,10 @@ - + - - + +