Releases: mozilla/node-fx-runner
Releases · mozilla/node-fx-runner
1.4.0 (2024-01-09)
main changes
- Fixed: Use
firefox
binary (instead of firefox-bin
) (#127)
1.3.0
What's Changed
- feat: added a new
binary-args-first
boolean option to change the final order of the command arguments (#96)
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- fix(deps): update dependency shell-quote to v1.7.3 (#59)
Full Changelog: 1.1.0...1.2.0
1.1.0
- Fix installed Firefox lookup on Windows to include both
HKEY_CURRENT_USER
and HKEY_LOCAL_MACHINE
windows registry keys (#74), fixes #73.
1.0.13
- Fix lookup of Firefox Developer Edition on macOS (regressed by 1.0.12), (#48), fixes #47.
- Update paths to Firefox Beta and Firefox Nightly on macOS (#48).
1.0.12
- Add "firefoxdeveloperedition" alias for firefox-developer-edition on Linux, for consistency with the existing alias on macOS and Windows, and introduce a shorter "deved" alias for "firefoxdeveloperedition" (#43).
1.0.11
Bug Fixes
- Removed lodash from fx-runner npm dependencies (related to vulnerabilities detected by npm audit on lodash), fixes #40
1.0.10
Bug Fixes
- Updated lodash to version 4.17.11
1.0.9
Bug Fixes
This release just contains dependency updates related to vulnerabilities detected on lodash (See #34 for additional details).
- Updated lodash to version 4.17.10 (e496cac)
See all changes: 1.0.8...1.0.9
1.0.8
- Fixed
firefoxdeveloperedition
alias on Windows. See #32
See all changes: 1.0.7...1.0.8