v0.0.26
·
320 commits
to master
since this release
- The bootstrap script has been updated to try to handle more operating systems and CPU architectures. In addition, you can bypass its platform detection entirely by setting a
FILENAMEenvironment variable, which should be the name of one of the release file assets. Reported by @oanylund (Ole-Andreas Nylund). Addresses GH #38. - On 32-bit platforms,
ubiwould always fail when given a--matchingoption on the command line. Reported by Ole-Andreas Nylund. Fixes #40.