Skip to content

Releases: necauqua/noita-utility-box

Release v0.2.0

14 Oct 05:26
v0.2.0
6327c24
Compare
Choose a tag to compare

Took a little while to fix all the CI nonsense, but here it comes, the first build made on the github servers, check out the job here (the link will rot likely, so if you read it years in the future I doubt it'll work lol).

Edit: The Windows Defender often gets tripped and calls the program a "Wacatac" trojan type of thing, because we do read the memory of another process, that's the point of the program - either add it to exceptions to allow this exe or you can clone and compile this yourself, at least with Rust it's relatively straightforward.
It really hated the exe being in a zip, so now the exe is compressed with 7zip instead ¯\_(ツ)_/¯

Added

  • Added a desktop item to the nix package
  • Windows resource metadata and exe icon
  • An update check that runs on startup

Release v0.1.0

09 Oct 23:28
v0.1.0
3f3e7e2
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

Made this release after not sleeping for 48 hours, next ones will improve.
Someone verified it works on Windows so there's that.

Also for Linux you either have nix and do nix run github:necauqua/noita-utility-box, or clone the repo and do cargo run --release (after installing rust stuff), because I haven't yet bothered with how to compile to non-nix linux (musl static binary didn't work because we depend on wayland/x11 for windowing).

For Mac - what are you doing having a Mac and playing games?. Go pay $5 for an external app to fix the mouse scrolling direction without breaking the touchpad or something.
Technically this is buildable for Mac but this is not and will not be tested at all.

31MB is a bit too big because this one wasn't stripped and even putting it in a zip makes it twice lighter too.