Skip to content

1.5.0

Compare
Choose a tag to compare
@kumar303 kumar303 released this 06 Oct 20:34
· 1760 commits to master since this release

Bug Fixes

  • An error is now properly reported if you accidentally pass a non-option argument to web-ext lint (and any other command) (#474) (a25c04f)
  • Fixed a possible web-ext sign timeout if your connection was slow or the XPI file was very large (see mozilla/sign-addon#213)

Features

  • Shortened the --firefox-binary option to --firefox but the former is still supported as an alias (#440, #468, #523) (96748e3)
  • web-ext run now tries in a loop to discover an open remote debugger port (#472) (0d1b824)
  • Added errno support to onlyErrorsWithCode(), which is a helper used internally by web-ext (#488) (0d4141b)
  • Disabled caching during npm run lint to catch errors better (#434) (ee422b7)

See all changes