Skip to content

Commit

Permalink
build: CelesteTAS v3.42.1, Studio v3.7.1
Browse files Browse the repository at this point in the history
- Fix: Unsafe actions not aborting the TAS
- Fix: SelectCampaign command causing desync with SaveAndQuitReenter
- Fix: Game Info rendering on Windows
- Fix: Commands after last input not being executed
- Fix: "/tas/playtas" DebugRC endpoint not stopping previous TAS
- Tweak: Remove "level.StartedFromBeginning" requirement from MidwayChapterTime
  • Loading branch information
psyGamer committed Jan 27, 2025
1 parent 5b31bdf commit 53c9236
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.42.0
Version: 3.42.1
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 @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<Version>3.7.0</Version>
<Version>3.7.1</Version>
</PropertyGroup>

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

0 comments on commit 53c9236

Please sign in to comment.