chore: mark v0.1.21 - #469
Merged
Pavel Feldman (pavelfeldman) merged 1 commit intoSep 18, 2026
Merged
Conversation
Yury Semikhatsky (yury-s)
approved these changes
Sep 18, 2026
Yury Semikhatsky (yury-s)
left a comment
Member
There was a problem hiding this comment.
I'd reduce use of emojis
Pavel Feldman (pavelfeldman)
force-pushed
the
mark-v0.1.21
branch
from
September 18, 2026 23:25
2671c7d to
0035af8
Compare
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.
✨ Highlights
video-start --fps=60records smooth 60 fps videos instead of the default 25, andvideo-start --cursorrenders an animated mouse cursor that travels to each action point and stays visible between actions.video-show-actionstakes--point-style,--highlight-styleand--title-styleCSS declarations; the action point marker and the target highlight are now only shown when styled. (microsoft/playwright#42752, microsoft/playwright#42758)webmcp-callcan be used without runningwebmcp-listfirst. Setwebmcp: falsein the config file (envPLAYWRIGHT_MCP_WEBMCP=false) to stop collecting page-registered tools. (microsoft/playwright#42671)set-color-scheme,set-reduced-motion,set-forced-colors,set-contrastandset-mediacommands emulate media features on the fly, and the matchingclear-*commands reset them. (microsoft/playwright#42668)filePaths: "absolute"in the config file (envPLAYWRIGHT_MCP_FILE_PATHS=absolute) to get absolute paths instead. (microsoft/playwright#42673)🐛 Fixes
fix(chromium): bypass service workers on the storage state page—state-saveno longer runs the site's own scripts, or fails when they redirect, for origins with an active service worker (microsoft/playwright#42656). (#42664, #42741)fix(mcp): keep upload modal, skip short secrets and bad headers— a faileduploadkeeps the file chooser open so it can be retried, secrets shorter than 4 characters no longer rewrite the whole output with<secret>markers, androuteignores header lines that have no name. (#42713)📦 Upgrading