release: 0.1.39 — SSH connection screen - #84
Merged
Merged
Conversation
Replace the bare connecting/error/disconnected status view in the session tab with a host card (OS icon, label, host:port), an animated node -> line -> terminal graphic, a "Show logs" panel over a new per-session connection log, and Close/Retry actions. Connection steps (resolve, auth method, jump-host tunnel, host-key verify, established/failed, reconnect countdown) are recorded at the SessionProvider level, so SshService.connect's shared signature is untouched. Manual retry reuses the same tab/terminal and starts a fresh log. The card scrolls instead of overflowing on short panes. Refs #82
Adds integration_test/connecting_screenshots_test.dart (render-tree capture, no Screen-Recording permission) that pumps SessionConnectingView in its connecting and error+logs states, plus the captured PNGs under screenshots/01-terminal-ssh/. Refs #82
Bump version to 0.1.39, add the CHANGELOG 0.1.39 section (SSH connection screen, #82), restore the missing 0.1.38 comparison link, and update the roadmap version/shipped list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release 0.1.39. Ships the SSH connection screen (#82, PR #83): a richer connecting/error view in the session tab with a host card, animated connection graphic, a per-session connection-log panel, and Close/Retry.
Changes
0.1.38+1→0.1.39+1(app/pubspec.yaml).CHANGELOG.md— new## [0.1.39]section; also restored the missing[0.1.38]comparison link (the 0.1.38 release omitted it) and added[0.1.39].docs/roadmap.md— version/date bumped to 0.1.39 · 2026-06-24, with a Shipped (0.1.39) entry.Diff vs
masteris the merged feature (#83) plus these release-prep edits.Shipped in this release
host:port), animated node → line → terminal graphic, Show logs panel over a new per-session connection log (resolve, auth method, jump-host tunnel, host-key verify, established/failed, reconnect), Close/Retry (manual retry reuses the tab and starts a fresh log). Logging captured atSessionProviderlevel; card scrolls instead of overflowing on short/split panes.Type of change
feat— new featurefix— bug fixrefactor/polish— no behavior changedocs— documentation onlytest— tests onlyrelease— version release tomasterHow was this tested?
cd app && flutter analyze— no new warnings (no code delta since feat(ssh): rich connection screen with live connection log #83)cd app && flutter test— full suite green on feat(ssh): rich connection screen with live connection log #83; this branch adds only version/docs changesintegration_test/connecting_screenshots_test.dart)Screenshots
Checklist
Required when targeting
master(release PRs)CHANGELOG.mdupdated —[0.1.39]section added (this repo keeps a per-version section, not a persistent[Unreleased]block); comparison links updated (incl. restoring[0.1.38])app/pubspec.yamlREADME.md/CLAUDE.mdupdated if architecture or features changed — not touched; the feature is a self-contained widget documented in CHANGELOG + roadmap. Can add a CLAUDE.md widget line / README screenshot entry if wanted.docs/roadmap.mdupdated