From bb804a7d48b8bb22f84abc8a405c34312b538456 Mon Sep 17 00:00:00 2001 From: psyGamer Date: Fri, 29 Nov 2024 17:58:51 +0100 Subject: [PATCH] build: CelesteTAS v3.41.10, Studio v3.6.0 - Feature: Disable input-editing while a TAS is running (configurable under "Preferences -> Input Sending -> Disable while Running") - Fix: Uncommenting inputs not working - Fix: Typo in "Simplified Graphics" game setting - Fix: Potential crash when combining inputs - Fix: Not correctly closing other open Studio instances on Windows - Fix: Popup-menus sometimes not being shown - Fix: Potential race-condition while booting Celeste after a Studio update - Tweak: Slightly smarter mouse selection logic --- CelesteTAS-EverestInterop/everest.yaml | 2 +- Studio/CelesteStudio/CelesteStudio.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CelesteTAS-EverestInterop/everest.yaml b/CelesteTAS-EverestInterop/everest.yaml index 91cf8724..f7983139 100644 --- a/CelesteTAS-EverestInterop/everest.yaml +++ b/CelesteTAS-EverestInterop/everest.yaml @@ -1,5 +1,5 @@ - Name: CelesteTAS - Version: 3.41.9 + Version: 3.41.10 DLL: bin/CelesteTAS-EverestInterop.dll Dependencies: - Name: EverestCore diff --git a/Studio/CelesteStudio/CelesteStudio.csproj b/Studio/CelesteStudio/CelesteStudio.csproj index 4922c245..3260c183 100644 --- a/Studio/CelesteStudio/CelesteStudio.csproj +++ b/Studio/CelesteStudio/CelesteStudio.csproj @@ -5,7 +5,7 @@ latest enable - 3.5.1 + 3.6.0