Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Releases: mozilla-jetpack/jpm

1.3.1

29 Mar 20:27
Compare
Choose a tag to compare

Bug Fixes

  • Allow package.json to explicitly set em:multiprocessCompatible to false (#608) (b4c71fd)

See all changes

1.3.0

07 Feb 16:02
Compare
Choose a tag to compare

Features

  • Added --api-proxy option to the sign command (#593) (723bbe1)

See all changes for 1.3.0.

1.2.2

10 Oct 15:20
Compare
Choose a tag to compare

Bug Fixes

  • Fixed TypeError when running jpm post (66be4ff), closes #597

See all changes

1.2.1

06 Oct 20:10
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where bootstrap.js and install.rdf were not generated for Firefox >=50.0a (a538c9d), closes #592
  • Fixed a possible jpm sign timeout if your connection was slow or the XPI file was very large (see mozilla/sign-addon#213)

See all changes

1.2.0

30 Sep 17:09
Compare
Choose a tag to compare

Features

  • Added --dest-dir option to jpm xpi to specify an output directory for the XPI file (#544) (8059d86)
  • Added support for hybrid SDK / WebExtension addons (#578) (9502ff6)
  • Added a troubleshooting hint about invalid IDs (#576) (413022d)

See all changes

1.1.4

11 Aug 16:55
Compare
Choose a tag to compare

Bug Fixes

  • Avoid JS errors from external file from normandy.cdn.mozilla.org during jpm run (#561) (73c9d41)
  • Exclude manifest.json from built XPIs. This also fixed an error which prevented mixing manifest.json into add-on source code. (#566) (aad5756)

See all changes

1.1.3

28 Jul 16:58
Compare
Choose a tag to compare

Bug Fixes

1.1.2

27 Jul 15:58
Compare
Choose a tag to compare

Bug fixes

1.1.1

14 Jul 19:16
Compare
Choose a tag to compare

Bug Fixes

  • Fixed Cannot find module 'any-promise' after installing with npm 2.x (e554059)

1.1.0

12 Jul 21:32
Compare
Choose a tag to compare

Bug fixes

  • Fixed a "file already exists" error when running jpm sign --xpi ... (521)

Features

  • Switched to the sign-addon module for jpm sign (546)
  • Added support for a custom preferences page (549)
  • Suggest using web-ext instead of jpm when run against a WebExtension (541)
  • Supported relative paths for icon URLs (498)