Skip to content

Fix stale navigation seam renders and prep beta3 - #315

Merged
Aaronontheweb merged 1 commit into
devfrom
fix/navigation-seam-beta3-prep
Jun 22, 2026
Merged

Fix stale navigation seam renders and prep beta3#315
Aaronontheweb merged 1 commit into
devfrom
fix/navigation-seam-beta3-prep

Conversation

@Aaronontheweb

Copy link
Copy Markdown
Owner

Summary

  • Suppress render-loop frames while deferred navigation requests are pending, including startup redirects.
  • Add regression coverage for input-triggered navigation seams and chained deferred navigation.
  • Prepare 0.14.0-beta.3 release notes and package metadata via build.ps1.

Verification

  • dotnet test tests/Termina.Tests/Termina.Tests.csproj -c Release --filter NavigationThreadSafetyTests
  • dotnet test -c Release
  • dotnet pack -c Release -o /tmp/opencode/termina-beta3-pack

Fixes #314

@Aaronontheweb Aaronontheweb left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aaronontheweb
Aaronontheweb merged commit 0cd9f5a into dev Jun 22, 2026
13 checks passed
@Aaronontheweb
Aaronontheweb deleted the fix/navigation-seam-beta3-prep branch June 22, 2026 20:11
This was referenced Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deferred navigation: render loop emits a stale pre-swap frame of the old page on the navigation seam

1 participant