Releases: mozilla/web-ext
Releases · mozilla/web-ext
2.2.0
2.1.0
Bug Fixes
- None
Features
- Added
--no-input
option to disable standard input (#1044) (99a1b40) - Error messages are no longer prefixed by a command (#1002) (b0250ed)
- You can now use web-ext programatically, e.g.
webExt.cmd.run()
(#1028) (c432f23) - You can now programmatically override the manifest parser in
cmd.run()
(#1026) (e48ac75)
Dependency updates
- package: update addons-linter to version 0.26.1 and fix linting and functional tests (#1082) (0e51fb0), closes #1076
- package: update fx-runner to version 1.0.8 (#1103) (b931ff7)
See all changes: 2.0.0...2.1.0
2.0.0
Breaking changes
- You can no longer use a default Firefox profile in
run
if you specify the--keep-profile-changes
option. Previously, this would cause your default profile to be insecure and unsuitable for daily use which may not have been obvious (see #1005 for details). This was definitely a bug but fixing it technically introduced a breaking change. (#1007) (532951f)
1.10.1
1.10.0
1.9.1
1.9.0
1.8.1
1.8.0
Bug Fixes
- Fixed bugs in
build
andrun
where I/O streams weren't closed properly on Windows (8ce0826) - The
web-ext run --pref=...
option now supports values that contain the equal sign (a644ce0) - Fixed a few edge cases during automatic creation of the artifacts directory and improved some related error messages (c8402e4)
Features
web-ext run
now shows a desktop notification if auto-reloading results in an error (d29ca42).- Added
--ignore-files
option and madebuild
ignore the artifacts directory by default (be62a54). - Added
web-ext run --start-url
to start Firefox on a specific page (7d46d15). - Added new option to open the Browser Console:
web-ext run --browser-console
(931238b)
See all changes in 1.8.0.
1.7.0
Bug Fixes
Features
- Added a new option to provide ad hoc preferences more easily. Example:
web-ext run --pref=general.useragent.locale=fr-FR
(#658) (a650164) - Added a new option for stricter linting. Example:
web-ext lint --warnings-as-errors
(#613) (ec7a1ee) - All commands will now alert you if a newer version of
web-ext
is available (#676) (31d2e46) - When
web-ext run
automatically reloads your extension, it shows the last reload time more concisely now (#707) (b265d44) - Enhanced JSON parse errors so that they provide file context (#594) (d74bc4c)