-
Notifications
You must be signed in to change notification settings - Fork 92
chore(release): release v1.9.5 into main #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d847084
chore(release): bump to 1.9.5-rc.1 [skip ci]
github-actions[bot] a44206c
fix(recording): open the recording a failed stop left playable
EtienneLescot db101b9
fix(editor): import a recording once, so reopening keeps the project …
EtienneLescot 39d830f
docs(e2e): say what injected input can never prove about the HUD
EtienneLescot b146de5
docs(e2e): give a binary-string check that works on Windows
EtienneLescot 7fe2089
docs(agents): name the thing that actually builds a capture helper
EtienneLescot dbd0a29
docs(agents): the HUD click-through rule is macOS too, not Windows only
EtienneLescot 7c4ce51
docs(agents): point at the testing docs, which only linked one way
EtienneLescot 3ba1305
docs(testing): log the 1.9.5-rc.1 Windows pass in the results table
EtienneLescot f26fc45
docs(testing): the manual tester is an agent, so say what not to driv…
EtienneLescot 2ec6473
docs(testing): give the editor sections their own reason not to inject
EtienneLescot 6496934
docs(agents): orient an agent toward computer-use before it needs to …
EtienneLescot b1b81de
docs(agents): show the control search, not just require it
EtienneLescot dfff6e2
docs(testing): log the rc.2 regression pass, and what nearly faked a bug
EtienneLescot d8b49e3
docs(testing): "the machine is at 100%" is not a reason to skip DPI
EtienneLescot e3c332c
docs(testing): batch the computer-use grants so the operator can leave
EtienneLescot 322fe94
docs(testing): fix the grant ordering, and name apps the way the reso…
EtienneLescot ba1d746
docs(testing): log the macOS rc.1 pass, and why a clean stop proves n…
EtienneLescot a3dd4a1
docs(testing): fold in the by-hand macOS repro, and correct the 'no e…
EtienneLescot a37dca9
docs(testing): kill the last confound — audio off, no screenshots, sa…
EtienneLescot 9535bc1
docs(testing): point the macOS blocker at its fix
EtienneLescot ee2a1ee
docs(testing): downgrade four claims the evidence does not carry
EtienneLescot 155ba4c
fix(recording): stop macOS fragments carrying an offset the box canno…
EtienneLescot 327e742
fix(recording): separate the two writer-failure events, and quote the…
EtienneLescot fcd96d6
chore(release): bump to 1.9.5-rc.2 [skip ci]
github-actions[bot] afbfb7b
chore(release): bump to 1.9.5 [skip ci]
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Complete native-helper freshness checks for macOS and Linux.
The example checks only
electron\native\bin\win32-x64\wgc-capture.exe, but the surrounding guidance also applies to macOS and Linux and listsnpm run build:native:macandnpm run build:native:linux. Add equivalent inspection commands and control strings, or state that this procedure is Windows-only.As per coding guidelines: “Native capture is platform-fragile” and requires manual validation on real platforms.
🤖 Prompt for AI Agents
Source: Coding guidelines