Skip to content

v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@How2Compute How2Compute released this 14 Sep 17:41
· 8 commits to master since this release

We're still working out some of the final bugs, but for now...we present the first 🦀-tastic version of uattool!

New features & improvements:

  • Complete rewrite in rust! This makes the project more maintainable & modern 🎉
  • A --list subcommand
  • Support for running commands against multiple engine versions in one go, use + to separate your versions (e.g. 5.2+5.3+5.4)
  • Improved source build support - to ensure you're working with a source build, prefix it with source- (e.g. source-5.4)
  • Option to select engines by their changelist (CL) version (use the cl- prefix)

KNOWN ISSUES:

  • Formatting will not work properly outside of the Windows Terminal

On the binary size

Unfortunately, uattool has a reasonably large binary size. Because it's still <1MB, we're open-source and this is a helper utility (not something that is mass-distributed), this isn't our biggest priority. If you don't trust it, we encourage you to take a look at our code and build it yourself :) And if it helps, rust is known to produce reasonably large binaries out-of-the-box.