v10.1.0
Added 2
- 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 output similar to the template used for --exec
Changed 1
- aarch64-apple-darwin target added to builds on the release page
Fixed 1
- Fix aarch64 page size
Features
- Allow passing an optional argument to
--strip-cwd-prefixof "always", "never", or "auto". to force whether the cwd prefix is stripped or not. - Add a
--formatoption 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.