Skip to content

Version Packages - #89

Merged
MathiasWP merged 1 commit into
mainfrom
changeset-release/main
Aug 24, 2026
Merged

Version Packages#89
MathiasWP merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

fiber@0.14.9

Patch Changes

  • #88 e53e0b1 Thanks @MathiasWP! - Open where you left off.

    Collections, requests and responses were already durable. Everything about looking at them was not: which endpoint was open, which tab of it, which sidebar tab, which loader folders were expanded, and whatever had been typed into the scratch request. Every launch started on an empty scratch request with the sidebar back on Collections — which is a small thing after a deliberate quit, and a rude one after an auto-update restart nobody asked for.

    All of it is now stored, and restored before the first frame rather than a moment after it, so the window opens as it was rather than visibly rearranging itself. A stored endpoint that no longer exists — deleted elsewhere, or dropped by a loader — falls back to the scratch request instead of leaving the pane blank.

    An update restart also flushes the debounced section writes now. It never did: Rust holds an exit long enough for the frontend to save, but only for an exit it did not ask for itself, and a restart carries a code that sails straight past that. The last few hundred milliseconds of edits went with the old process. The same flush runs on pagehide, which covers a webview torn down and brought back without going through either quit path.

    Window size and position needed nothing — tauri-plugin-window-state already writes those on exit, and the restart path does run through exit.

@MathiasWP
MathiasWP merged commit 7451127 into main Aug 24, 2026
@MathiasWP
MathiasWP deleted the changeset-release/main branch August 24, 2026 16:28
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.

1 participant