This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
Releases: mozilla-jetpack/jpm
Releases · mozilla-jetpack/jpm
1.0.7
1.0.6
- Don't download unsigned XPIs with jpm sign (470)
- Fix empty files on Linux (460)
- Allow UUIDs as engines (473, MDN docs)
- Support relative --addon-dir command-line argument paths (483)
- Fix XPIs being uncompressed (474)
- Localization support for title and description (495, MDN docs)
- Better errors when no add-on id or version is detected (491)
1.0.5
- Add
--timeout
option to jpm sign (436) - Expose
sign
as JS method (437) - Return filename of downloaded signed XPI (443)
- Restore old behavior of
getManifest()
(447) - Directly inject
install.rdf
andbootstrap.js
into the XPI instead of temporarily storing them in the extension directory (448) - Support signing non-SDK extensions with jpm sign (465)