From 2d6d1dae5ab18a67bf90a518cb4c7597e4f29dd0 Mon Sep 17 00:00:00 2001 From: psyGamer Date: Sun, 27 Oct 2024 21:08:15 +0100 Subject: [PATCH] build: CelesteTAS v3.41.5, Studio v3.4.0 - Feature: Auto-split lines on first and last column - Feature: Remember previous search query in Find-dialog - Feature: Restrict multiline comments to "# " - Optimize: Use SkiaSharp for improved rendering performance, fixing lag issues on Windows - Optimize: Reduce unnecessary calculations - Fix: Crashes related to non-default Studio locations and editing actions around quick-edits - Fix: Not auto-saving file after undo/redo - Fix: "Insert Current Player Speed" having wrong entry name - Fix: Built-in font on 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 b9d53f446..5e328604b 100644 --- a/CelesteTAS-EverestInterop/everest.yaml +++ b/CelesteTAS-EverestInterop/everest.yaml @@ -1,5 +1,5 @@ - Name: CelesteTAS - Version: 3.41.4 + Version: 3.41.5 DLL: bin/CelesteTAS-EverestInterop.dll Dependencies: - Name: EverestCore diff --git a/Studio/CelesteStudio/CelesteStudio.csproj b/Studio/CelesteStudio/CelesteStudio.csproj index d8658bd05..9cac447a4 100644 --- a/Studio/CelesteStudio/CelesteStudio.csproj +++ b/Studio/CelesteStudio/CelesteStudio.csproj @@ -5,7 +5,7 @@ latest enable - 3.3.2 + 3.4.0