From a6da68f4cd57bae509562d3c019af0b4bacbc1e1 Mon Sep 17 00:00:00 2001 From: psyGamer Date: Fri, 15 Nov 2024 20:54:01 +0100 Subject: [PATCH] build: CelesteTAS v3.41.8, Studio v3.5.0 - Feature: New preference for toggling auto-multilining comments - Feature: Clear empty comments when pressing enter (intended for avoiding auto-multilining by pressing enter twice) - Tweak: Formatting style for saved TAS-files - Fix: Not being able to uncomment lines with comments using Ctrl+K - Fix: "Insert Other Command" menu being broken - Fix: DPI-awareness on macOS - Fix: Auto-installation issues 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 0876e12c..027f09a4 100644 --- a/CelesteTAS-EverestInterop/everest.yaml +++ b/CelesteTAS-EverestInterop/everest.yaml @@ -1,5 +1,5 @@ - Name: CelesteTAS - Version: 3.41.7 + Version: 3.41.8 DLL: bin/CelesteTAS-EverestInterop.dll Dependencies: - Name: EverestCore diff --git a/Studio/CelesteStudio/CelesteStudio.csproj b/Studio/CelesteStudio/CelesteStudio.csproj index b4f5eff4..b77213d3 100644 --- a/Studio/CelesteStudio/CelesteStudio.csproj +++ b/Studio/CelesteStudio/CelesteStudio.csproj @@ -5,7 +5,7 @@ latest enable - 3.4.2 + 3.5.0