Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@Babyhamsta Babyhamsta released this 20 Mar 01:45
· 53 commits to master since this release
f54096d

Aimmy 2.1.0 Update

Changelog:

Bug Fixes

  • Fixed Auto-Trigger.
  • Fixed Razer Synapse File Checking.
  • Adjusted FOV to center.
  • Fixed StoreMenu crashing when downloading a model/config, as well as models crashing in general when putting a file in the folder.
  • Fixed the Aim Assist toggling when you don't have a model loaded.
  • Fixed compression type that disallowed users to extract our .zip file with Windows Extractor. (LZMA oofed)
  • Fixed LGHub attempting to load when its not open.
  • Added null checks to the Configuration loader (When saving a config while having a config loaded, it threw a NullException)
  • Fixed Repo Manager functionality

Performance Optimizations

  • Partially Rewritten AI Loop to stop early if only Auto-Trigger / Detected ESP was enabled to avoid useless iterations.
  • Added Invokes to all/most background UI changes to avoid STA threading error.