Skip to content

Releases: necauqua/noita-utility-box

Release v0.3.0

06 Mar 02:04
v0.3.0
3e1a8a0
Compare
Choose a tag to compare

BREAKING

  • If you used the previous version to discover that Jan 25 2025 (or newer) build of Noita is broken, you need to go into "Address Maps" (under the "+" button if it isn't there) and delete the mapping for that version - then restart to let it re-discover the mapping. You may notice that the value for entity-tag-manager is nonsensical - you could actually just update it to 0x1206fac (for the jan 25 build) instead.

Added

  • Orb radar can now also look for sampo positions
  • Orb radar now shows a "Searching..." spinner when looking for orbs

Changed

  • A big UI refactor using egui-tiles - all the tools are dockable, tabbable, draggable and splittable windows now
  • Better and improved error reporting and UI

Removed

  • The settings checkbox to disable material pipette - just close the tab to hide it now if you don't need it

Fixed

  • Live stats resetting the stored OBS password when connected
  • Orb radar showing old orbs when seed/NG-count changes
  • Windows exe icon being blurry in some cases
  • entity-tag-manager address discovery on new Noita builds
  • Fix the new 512 tag limit breaking most of the things

Release v0.2.1

22 Oct 02:35
v0.2.1
5eb3dd1
Compare
Choose a tag to compare

A few fixes and minor changes before the big stuff coming in 0.3

Added

  • Logs are now saved to a file in the state directory for troubleshooting
  • Material pipette: a checkbox to automatically check off held materials in the checklist

Fixed

  • The version link (it had an extra v in the tag name) in the settings panel
  • Live stats not updating OBS when the window is minimized or hidden
  • Settings fully resetting on the slightest format change

Changed

  • More sneakily attach to the process to read memory so that hopefully Windows Defender stops being annoying

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.