Skip to content

Releases: mozilla/web-ext

1.1.0

24 Jun 20:39
Compare
Choose a tag to compare

Bug fixes

  • Missing command/option errors are reported better (33a9e01, f6a2a26, 1c3ef8d)
  • Configured yargs without boolean negation; this fixed a bug where --no-reload had no affect (0bf887f)
  • Displayed Firefox remote actor errors better (b3250c8)
  • Fixed using environment variables for non-global options (5b6aa43)
  • Fixed cases where --help in combination with a command did not work (1fbfd17)

Features

  • web-ext run watches your source files and reloads the add-on in Firefox as you edit the source (61c5087, 79c6bf5, 4559654, 2622d73, 1252028)
    • This requires Firefox 49 but you can use web-ext run --pre-install for older Firefox versions (implies --no-reload)
  • Added --timeout option to web-ext sign (2c176b2)
  • Added web-ext build --as-needed to watch source files and rebuild when they change (d458dcc)
  • web-ext build ignores node_modules by default (5eff6d5)
  • web-ext outputs its version when run in verbose mode (e4280dd)

1.0.1

11 Jul 15:36
Compare
Choose a tag to compare

Changes: 1.0.0...1.0.1

1.0.0

11 Jul 15:36
Compare
Choose a tag to compare

Changes: 0.0.1...1.0.0