You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self-Contained Deployment: The application is now built as a Self-Contained executable, bundling the .NET 10 runtime natively. This removes the need for external runtime installations.
Changed
Rebranding: Completely rebranded from "DudeBot" to "NexusBot" across the UI, namespaces, configuration files, and documentation.
Credits Update: Cleaned up the credits menu and Info command to reflect the new project structure.
Fixed
UI Responsiveness: Fixed a significant UI blocking issue when switching bot modes in the WinForms GUI. Database initialization is now handled asynchronously in the background.
[7.0.2]
Added
Multi-Tier Queue Favoritism: Implemented a new multi-tiered role prioritization system (Tier 1 through Tier 4, along with Favored). This allows server administrators to have fine-grained control over queue skipping priorities for their users.
Operation Configuration: Favoritism role tiers are now fully supported and can be directly configured under the Operation category inside the Discord Integration Settings via the WinForms GUI.
HighDPI & UI Updates: Added HighDPI text/control scaling settings and integrated system dark mode detection for improved UI responsiveness and crispness.
Changed
ALM Event Updates: Updated AutoLegalityMod (AutoModPlugins) to the latest version to support the generation of newer distributions, including the PJCS 2026 Garchomp event.
Performance improvements across basic casting and generation mapping (enc->pk).
Improved tooltips to actively identify SV locations by their ID.
Routine cleanup inside SpeciesName.cs alongside sanity checks for specific abilities and edge cases (e.g., Gen 5 Basculin-Blue).
Removal of incorrect format checks for Gen 3 Korean entries.
Refactored RequestSignificance and QueueHelper logic to automatically calculate queue position and bump user requests ahead of lower-tier users based on their assigned Discord roles.
Discord Gateway Recovery: Implemented a robust supervision loop for the Discord client to automatically dispose and reconstruct the client when encountering terminal gateway/connection failures. This prevents the bot from becoming permanently deadlocked offline.