chore(release): v1.1.2#75
Merged
Merged
Conversation
Patch release bundling the fixes from PRs #70–#74: - @claude CLI resolution: working PATH + prefer configured binary (#70) - desktop: menu stale-closure, window-close capability, deep-link window surfacing (#71) - retry failed @claude replies in place (#72) - re-run cancelled @claude replies; remove broken new-session (#73) - surface @claude in composer placeholders; widen reading measure (#74) Also removes the stray docs/to-improve and docs/plans files that landed via #70 — those are downstream porting notes, not public-repo content. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ESi6dnK3Wc1jYRpZN5qfZA
sam-powers
added a commit
that referenced
this pull request
Jul 10, 2026
The v1.1.2 release commit (#75) landed the release notes and docs cleanup but the four version-file bumps were dropped from that commit. This bumps package.json, src-tauri/Cargo.toml, src-tauri/tauri.conf.json, and Cargo.lock to 1.1.2 so the tagged build is labeled correctly. Claude-Session: https://claude.ai/code/session_01ESi6dnK3Wc1jYRpZN5qfZA Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Cuts v1.1.2, a patch release bundling the five fixes landed in #70–#74 and getting them to public users.
What's in the release
@claudeCLI resolution — working PATH + prefer the configured/installed binary@claudereplies in place@claudereplies; remove the broken "Start new session" button@claudein composer placeholders; widen the reading measure (~85 chars)This PR
versionto 1.1.2 inpackage.json,src-tauri/Cargo.toml,src-tauri/tauri.conf.json, andCargo.lock(kept in sync).docs/release-notes/v1.1.2.md(maintainer draft for the GitHub Release).docs/to-improve/specs anddocs/plans/files that accidentally landed via fix(claude): give spawned CLI a working PATH; prefer configured binary #70 — those are downstream porting notes, not public-repo content.Once merged, pushing the
v1.1.2tag triggers the tauri-action draft build (macOS aarch64 + x64). Publishing the Release stays with the maintainer.🤖 Generated with Claude Code