版本发布 8
**Build 2025.11.10.1305:** - Fixed a crash on shutdown related to ReShade freeing resources still used by Nexus.
**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.
**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.
**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.
**Build 2025.5.18.1140:** - Changed style editor to make it more obvious when there are unsaved changes. - Adjusted style elements in the main window for consistency. - Changed the search bar in the addons window to also search through descriptions. - Implemented style preset saving and importing.
**Build 2025.5.12.1320:** - Fixed a bug when DPI scaling was active and fonts were reselected.
**Build 2025.5.12.1230:** - Added additional log window filter options. - Fixed text wrapping in log window. - Added the channel name to the log window. - Internal improvements to RawInput. - Internal improvements to Multiboxing. - Migrated GameBinds.json to GameBinds.xml. This file is compatible with the game's own configuration files. Thanks @jsantorek. - Added secondary binds for GameBinds. - Added import button for GameBinds. Importing from Documents/Guild Wars 2/InputBinds, same as the game. - Added default binds for GameBinds. - Manually setting GameBinds will now also save, regardless of whether runtime binds are active.
**Build 2025.5.2.1190:** - Added all Chinese and Cyrillic characters to user font by default. Custom fonts will still have to use the Localization API or build custom ranges to get all glyphs beyond the extended latin alphabet. - Reset the "Lock hidden cursor" setting for everyone and split it into two separate options. - Removed ArcDPS style linking. Instead you can select the default style or your current arcdps style (if available) as a preset. Fonts will no longer be linked, you will have to copy it into /addons/Nexus/Fonts. - Fixed some UI elements having a background despite being purely structural. - Minor internal loader changes.