Skip to content

Releases: RaidcoreGG/Nexus

Nov 10, 2025

10 Nov 21:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Build 2025.11.10.1305:

  • Fixed a crash on shutdown related to ReShade freeing resources still used by Nexus.

Oct 09, 2025

09 Oct 12:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Build 2025.10.9.725:

  • Fixed an issue in which Quick Access notifications didn't work. Thanks Vonsh!

Oct 01, 2025

01 Oct 17:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Build 2025.10.1.1050:

  • Added falling leaves for additional spooky season cosiness.

Sep 26, 2025

26 Sep 16:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Build 2025.9.26.980:

  • Removed mutex remover as it caused issues on some systems. If you experienced startup times of 20-30s this should be fixed.

Aug 23, 2025

23 Aug 12:08

Choose a tag to compare

Build 2025.8.23.725:

  • Fixed a regression regarding gamebind importing. Importing should now save again.

Aug 17, 2025

17 Aug 17:16

Choose a tag to compare

Build 2025.8.17.1030:

  • Fixed a crash when components use a inputbind prior to registering it.
  • Fixed a rare crash when a web request failed.

Aug 04, 2025

04 Aug 21:25

Choose a tag to compare

Build 2025.8.4.1280:
General:

  • Added third party notices readme in addons/Nexus folder.
  • Added an About page for Nexus.
  • Added a new default style and font for Nexus. The old style can be selected from the style options.
  • Added experimental setting for clicking/interacting with UI to require modifier keys to be pressed.
  • Changed the Event API to allow for recursive calls. This is an experimental change and may be reverted if issues arise.
  • Changed the log channel for some messages.
  • Changed log writer to flush asynchronously.
  • Changed shutdown on WM_CLOSE and WM_QUIT. Instead only react to WM_DESTROY.
  • Removed redundant ArcDPS log channel.
  • Removed ArcDPS dependency from internal Event API.
  • Removed USER_FONT from Font API.
  • Removed defunct crash handler.

Bug Fixes:

  • Fixed GameBind modifier restore.
  • Fixed a mismatch between modifiers for GameBinds.
  • Fixed modals not being centered.
  • Fixed some internal logic related to input bind handling.
  • Fixed GameBinds distinguishing left and right versions of Control, Shift and Alt.
  • Fixed a crash related to GameBinds importing.
  • Fixed textures from URL not checking SSL certificates.
  • Fixed textures from URL not handling redirects.
  • Fixed textures from URL creating a thread per texture.

API Revision 7 (Draft):

  • Implemented different alert colours.
  • Implemented drafts for function Registry.
  • Implemented key based Quick Access notifications.

Major internal refactoring and maintenance:

  • Refactored Event API.
  • Refactored Texture API.
  • Refactored internal Path Store.
  • Refactored Quick Access.
  • Refactored Logging.
  • Refactored Renderer.
  • Refactored Mumble API.
  • Refactored Nexus Context.
  • Refactored Networking and HTTP requests.
  • Refactored Mouse Reset fix.
  • Refactored Proxy and Main entry points.
  • Refactored Localization.

Jul 31, 2025

31 Jul 09:52

Choose a tag to compare

Build 2025.7.31.590:

  • Fixed an issue that caused game bind imports not to save.
  • Fixed an issue that caused unbound game binds not to be properly set.
  • Fixed an issue that caused downloads from GitHub to fail.
  • Fixed game binds not sorting consistently in UI.

May 23, 2025

23 May 10:05

Choose a tag to compare

Build 2025.5.23.600:

  • Fixed an issue with binds not passing through.
  • Changed InputBinds to sort alphabetically. Nexus and Inactive binds are pinned to the top.
  • Added confirmation dialog for uninstalling addons.

May 23, 2025

23 May 07:21

Choose a tag to compare

Build 2025.5.23.420:

  • Reimplemented all modal dialogs.
  • Internal improvements to InputBinds.
  • Internal changes to InputBind capturing.
  • Added per-bind option to pass inputs through to the game. For example, to simultaneously hide Nexus and in-game UI.
  • Added load/unload button within an addons "Configuration" view.
  • Implemented new InputBind handler for API Revision 7.