Releases: mozilla-jetpack/jpm
Releases · mozilla-jetpack/jpm
1.2.1
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
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
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.1
Bug Fixes
- Fixed
Cannot find module 'any-promise'
after installing with npm 2.x (e554059)
1.1.0
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)