From 1a6ebe7815be5a8501b3d0459b2c6186103bfbf0 Mon Sep 17 00:00:00 2001 From: psyGamer Date: Thu, 7 Nov 2024 17:02:31 +0100 Subject: [PATCH] build: CelesteTAS v3.41.7, Studio v3.4.2 - Fix: Regressions caused by recent backend changes, including higher latency, lower text-quality, desync between the inputs shown in-Studio / in-game - Fix: Auto-installation issues on macOS - Fix: Always providing the x86_64 version for macOS, instead of the ARM64 version for Apple Silicon macOS --- 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 beed54f4..0876e12c 100644 --- a/CelesteTAS-EverestInterop/everest.yaml +++ b/CelesteTAS-EverestInterop/everest.yaml @@ -1,5 +1,5 @@ - Name: CelesteTAS - Version: 3.41.6 + Version: 3.41.7 DLL: bin/CelesteTAS-EverestInterop.dll Dependencies: - Name: EverestCore diff --git a/Studio/CelesteStudio/CelesteStudio.csproj b/Studio/CelesteStudio/CelesteStudio.csproj index b68d119e..b4f5eff4 100644 --- a/Studio/CelesteStudio/CelesteStudio.csproj +++ b/Studio/CelesteStudio/CelesteStudio.csproj @@ -5,7 +5,7 @@ latest enable - 3.4.1 + 3.4.2