From b8b381bec6e5301565a55b31496f9e7f41d19728 Mon Sep 17 00:00:00 2001 From: psyGamer Date: Sun, 2 Feb 2025 18:55:27 +0100 Subject: [PATCH] build: CelesteTAS v3.43.0, Studio v3.8.0 - Fix: Center Camera movement with Upside-Down Extended Variant - Fix: SpirialisHelper stopwatches causing hitboxes to not properly render - Feature: Limit line number with to currently visible lines - Fix: Opening debug console in TAS not respecting debug mode setting - Fix: Debug console in TAS not being able to open outside a level - Fix: SaveAndQuitReenter command desyncing for debug save file if debug mode is disabled - Fix: Limit default query for search dialog to current line - Tweak: Move Studio version to beginning of title - Fix: Slowed-down TAS playback with Motion Smoothing enabled - Feature: Allow rebinding / unbinding characters for frame operations - Feature: Jump to next line when (un)commenting a line - Feature: Support nested / unlimited Repeat commands (only use them if absolutely necessary!) - Feature: Add option to show current file in File Explorer - Fix: Restoring settings changing window size - Feature: Restore Extended Variants after TAS ends - Tweak: Enable "Restore Settings after TAS Stops" by default - Fix: Stopping TAS during StIntroWakeUp causing player to be stuck - Refactor: Center Camera and Offscreen Hitbox implementation - Fix: Zoom-Level Extended Variant causing rendering issues with Center Camera - Fix: Extended Camera Dynamics causing rendering issues with Center Camera - Feature: Automatically enable Extended Camera Dynamics with Center Camera to provide a fully rendered zoom - Fix: Apply color grade to offscreen hitboxes (if you considered this a feature, use Simplified Graphics instead) - Fix: "Entity.Position.X" not being able to be set - Fix: Hotkeys being triggered while inputting text - Remove: "Mod 9D Lighting" option --- 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 24fc2180..44cfa7ab 100644 --- a/CelesteTAS-EverestInterop/everest.yaml +++ b/CelesteTAS-EverestInterop/everest.yaml @@ -1,5 +1,5 @@ - Name: CelesteTAS - Version: 3.42.2 + Version: 3.43.0 DLL: bin/CelesteTAS-EverestInterop.dll Dependencies: - Name: EverestCore diff --git a/Studio/CelesteStudio/CelesteStudio.csproj b/Studio/CelesteStudio/CelesteStudio.csproj index 3c543fa0..39e3502b 100644 --- a/Studio/CelesteStudio/CelesteStudio.csproj +++ b/Studio/CelesteStudio/CelesteStudio.csproj @@ -6,7 +6,7 @@ enable true - 3.7.1 + 3.8.0