From 53c9236f5f8f6c165bd387808a878c132491d18a Mon Sep 17 00:00:00 2001 From: psyGamer Date: Mon, 27 Jan 2025 14:16:50 +0100 Subject: [PATCH] build: CelesteTAS v3.42.1, Studio v3.7.1 - Fix: Unsafe actions not aborting the TAS - Fix: SelectCampaign command causing desync with SaveAndQuitReenter - Fix: Game Info rendering on Windows - Fix: Commands after last input not being executed - Fix: "/tas/playtas" DebugRC endpoint not stopping previous TAS - Tweak: Remove "level.StartedFromBeginning" requirement from MidwayChapterTime --- 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 acc6bd824..34ed40769 100644 --- a/CelesteTAS-EverestInterop/everest.yaml +++ b/CelesteTAS-EverestInterop/everest.yaml @@ -1,5 +1,5 @@ - Name: CelesteTAS - Version: 3.42.0 + Version: 3.42.1 DLL: bin/CelesteTAS-EverestInterop.dll Dependencies: - Name: EverestCore diff --git a/Studio/CelesteStudio/CelesteStudio.csproj b/Studio/CelesteStudio/CelesteStudio.csproj index 3283c67c6..3c543fa04 100644 --- a/Studio/CelesteStudio/CelesteStudio.csproj +++ b/Studio/CelesteStudio/CelesteStudio.csproj @@ -6,7 +6,7 @@ enable true - 3.7.0 + 3.7.1