This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed CLI version command handling and synchronized version with package metadata.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Low |
CLI version flag now works as top-level `-V`/`--version`. CLI version flag now works as top-level `-V`/`--version`. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Bugfix | Low |
`__version__` reads from package metadata instead of stale hardcoded value. `__version__` reads from package metadata instead of stale hardcoded value. Source: llm_adapter@2026-05-27 Confidence: high |
— |
Full changelog
Patch release that fixes a couple of CLI cosmetic bugs reported in #24.
python -m invisible_playwright --version(and-V) now work as a top-level flag, in addition to the existingversionsubcommand.__version__is now read from the package metadata, so it always matchespip show invisible-playwright. The previous releases shipped with a stale hardcoded0.1.0string in__init__.pythat nobody had bumped past the initial commit.
No changes to the wrapper behaviour or to the patched Firefox binary (still pinned to firefox-7).
pip install --upgrade invisible-playwright or pip install --upgrade git+https://github.com/feder-cr/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About feder-cr/invisible_playwright
All releases →Related context
Related tools
Earlier breaking changes
- vfirefox-3 Supersedes firefox-2; invisible_playwright BINARY_VERSION bumped to firefox-3 in 0.1.3.
Beta — feedback welcome: [email protected]