Version 2.1.0 (Fixes & Stabilization)
This release is primarily a fix for #10 but also brings the following:
- 2021 Edition Rust
- A fix for the
wipe
operation – wiping the robot controller should no longer break the build operation - A few strings were updated in an attempt to improve grammar
- Dependencies have been fully stabilized (all forks merged into upstream)
- Some Clippy lints were addressed
- A Github Actions based build-system was implemented for the easier release of new, cross-platform binaries
- ARM (
aarch64
) binaries have been added for macOS and Linux (should support M1 Macs)
Most people will want to download the x86_64 executable for their operating system. If you're on an M1 Mac or ARM-based Linux system (Pinebook, Raspberry Pi, etc), you'll want the aarch64
version. This release also ships ZIP files instead of bare executables – be sure to unzip them before running!
Most of these binaries have been tested, but I currently lack the means to test anything on macOS – let me know if you have any troubles with those executables and we'll sort something out! It's also possible that Windows Defender (on Windows 11 at least) is flagging the binary as a "Trojan". You can tell Windows Defender to allow execution regardless, or you're free to build from the source-code (should be easier than it used to be) if you're particularly security-conscious.
Have fun and good luck!