This page was last updated on 07 June 2025, 1:04AM
Changelogs
Version 1.1.0
**API Migration**
- **Nexus Mods API v2 Integration**
- The update checker now uses the new Nexus Mods GraphQL v2 API endpoint (`https://api.nexusmods.com/v2/graphql`).
- Removed dependency on API key: update checks no longer require or use an API key.
- Improved batch mod version queries using the new GraphQL endpoint for faster and more reliable update checks.
- Updated request payloads to match the new `CompositeDomainWithIdInput` input format (`gameDomain` and `modId`).
- Enhanced error handling for GraphQL responses.
**Other improvements**
- Minor code cleanups related to API migration.
- Updated documentation and internal references for the new API.
Version 1.0.91
**UI Stability Patch**
- Fixed a bug where, after closing and reopening the main menu, the "Incompatible Mods" button could become unresponsive or the menu would close unexpectedly.
Access to the incompatible mods menu now always works correctly after any menu close/reopen.
Version 1.0.10
**UI Customization & Controls**
- **Selective UI hiding**
- When opening the Update Checker or Incompatible Mods window, only the following elements are hidden:
- `Bank`
- `UpdateButtons`
- `InputPrompt (Back)`
- The `Home` menu now always remains visible for improved navigation and stability.
- **Button renaming**
- The main Update Checker button in the Home menu is now named `UpdateButtons` (instead of `ModsButton`) for consistency.
- **Code improvements**
- Centralized and simplified UI element activation/deactivation logic.
- Improved handling for UI state on window open/close.