chrome-launcher
Advanced tools
Changelog
v0.13.4 (Tue, Jul 7 2020)
08406b28
fix: preserve existing getInstallations outputf3669f45
perf: check default paths first when running on Mac (#209)aef94948
docs: update defaultFlags() example for new API (#205)Changelog
v0.13.3 (Thu, Jun 4 2020)
6a5d0c72
flags: disable background tracing (#203)d9154291
chore(deps): update typescript and types (#202)88e49686
test: use strict version of assert functions (#201)Changelog
v0.13.2 (Thu, May 7 2020)
7c1ea547
deps: bump to is-wsl@2.2.0 (#187)2ae5591d
fix: sanitize environment variables used in RegExp (#197)Changelog
v0.13.0 (Thu, Feb 27 2020)
83da1e41
feat: add killAll function (#186)b8c89f84
flags: disable the default browser check (#181) (#182)6112555c
fix: log taskkill error based on logging opts (#178) (#179)7c935efa
docs: add missing quote in README.md example (#180)2e829c7d
Skip --disable-setuid-sandbox flag when ignoreDefaultFlags = true (#171)Changelog
v0.12.0 (Wed, Oct 30 2019)
66a5e226
flags: add new --disable flags to reduce noise and disable backgrounding (#170)
c4890ee3
feat: expose public interface for locating Chrome installations (#177)
Launcher.getInstallations()
returns an array of paths to available Chrome binariesa5ccaa4e
deps: update assorted dependencies (#175)e67a10df
--disable-translation is now --disable-features=TranslateUI (#167)Changelog
v0.11.2 (Mon, Jul 29 2019)
1928187
fix: prevent mutation of default flags (#162)02a23c2
docs: fix launcher example in README (#160)90dc0e4
update manual-chrome-launcher with fixes from LHChangelog
v0.11.1 (Tue, Jul 09 2019)
ec80f0ca
tests: drop support for node 9. continue supporting node 8 LTS (#159)4865f3af
deps(security): bump mocha to latest (#158)e0d2b09b
deps(security): bump handlebars from 4.0.11 to 4.1.2 (#157)982be53f
update changelog for v0.10.7 and v0.11.0Changelog
v0.11.0 (Tue, Jul 09 2019)
a860504f
[Breaking change] remove enableExtensions. add ignoreDefaultFlags & defaultFlags() (#124)448a1d48
chrome-finder: Add support for MacOS Catalina (#149)55b891bb
deps(is-wsl): add support for WSL 2; drop Node 6 (#152)57e18181
deps: upgrade typescript and ts-node (#155)a8848116
deps(security): bump lodash from 4.17.4 to 4.17.11 (#147)0a775dab
Document that --enable-automation disables automatic page reloads (#140)c9f653e2
Removing dead --safebrowsing-disable-auto-update flag. (#139)be12d564
yarn.lock add integritye361aa43
Update changelog.md (#137)Changelog
v0.10.7 (Wed, May 01 2019)
55397e0c
deps: update yarn.lock from #142179a3f33
silence grep (#138)d2f6037a
fix: move unneeded ts types to devDeps (#142)984d61ce
docs(flags): remove a few flags that are gone.6316362c
docs: fix link to chrome-launcher's flags (#128)f1f6d162
Update chrome-flags-for-tools.md