We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c690eb commit 7e49da4Copy full SHA for 7e49da4
pkgs/browser_launcher/CHANGELOG.md
@@ -1,9 +1,10 @@
1
-## 1.1.2-wip
+## 1.1.2
2
3
- Require Dart 3.4
4
- Log errors from chrome
5
- Allow tests to detect headless-only environment (for CI).
6
- Add extra flags that may help disable additional throttling in background tabs
7
+- Add `--use-mock-keychain` flag to avoid blocking dialog on MacOS.
8
9
## 1.1.1
10
pkgs/browser_launcher/pubspec.yaml
@@ -1,5 +1,5 @@
name: browser_launcher
-version: 1.1.2-wip
+version: 1.1.2
description: Provides a standardized way to launch web browsers for testing and tools.
repository: https://github.com/dart-lang/browser_launcher
0 commit comments