Features
- Allow passing an optional argument to
--strip-cwd-prefix
of "always", "never", or "auto". to force whether the cwd prefix is stripped or not. - Add a
--format
option which allows using a format template for direct ouput similar to the template used for--exec
. (#1043)
Bugfixes
- Fix aarch64 page size again. This time it should actually work. (#1085, #1549) (@tavianator)
Other
- aarch64-apple-darwin target added to builds on the release page. Note that this is a tier 2 rust target.