- Improved handling of urls passed to
--project
so any path that contains an org/user and repo works. For examplehttps://github.com/houseabsolute/precious/releases
andhttps://github.com/BurntSushi/ripgrep/pull/2049
will now work. - All Linux binaries are now compiled with musl statically linked instead of dynamically linking glibc. This should increase portability.
- The Linux ARM target is now just "arm" instead of "armv7", without hard floats ("hf"). This should make the ARM binary more portable.