Skip to content

Commit

Permalink
build: CelesteTAS v3.41.5, Studio v3.4.0
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
psyGamer committed Oct 27, 2024
1 parent 4baca96 commit 489d96b
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.4
Version: 3.41.5
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.3.2</Version>
<Version>3.4.0</Version>
</PropertyGroup>

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

0 comments on commit 489d96b

Please sign in to comment.