Skip to content

Commit

Permalink
build: CelesteTAS v3.41.8, Studio v3.5.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
psyGamer committed Nov 15, 2024
1 parent 5e1d552 commit a6da68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CelesteTAS-EverestInterop/everest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Name: CelesteTAS
Version: 3.41.7
Version: 3.41.8
DLL: bin/CelesteTAS-EverestInterop.dll
Dependencies:
- Name: EverestCore
Expand Down
2 changes: 1 addition & 1 deletion Studio/CelesteStudio/CelesteStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>

<Version>3.4.2</Version>
<Version>3.5.0</Version>
</PropertyGroup>

<PropertyGroup Condition="($(RuntimeIdentifier) == '' and $([MSBuild]::IsOSPlatform('Linux'))) or $(RuntimeIdentifier.StartsWith('linux'))">
Expand Down

0 comments on commit a6da68f

Please sign in to comment.