Bulk actions, patcher rewrite, Discord fixes, UI improvements#15
Merged
ResurrectedTrader merged 1 commit intomainfrom Feb 12, 2026
Merged
Bulk actions, patcher rewrite, Discord fixes, UI improvements#15ResurrectedTrader merged 1 commit intomainfrom
ResurrectedTrader merged 1 commit intomainfrom
Conversation
**Patcher** - Fix patcher to allow multiple instance launches - Fix slow startup with "Only part of a ReadProcessMemory or WriteProcessMemory request was completed" error — patching is now near-instant - Skip window-hiding patches when the profile is configured as visible **Bulk profile actions** - Delete, ResetStats, TriggerMule, RotateKey, ReleaseKey now work on multiple selected profiles at once - Replace single SetScheduleEnabled toggle with separate EnableSchedule/DisableSchedule actions **Profile engine** - Crash counter resets reliably on profile start - Stale status clears between runs - Unexpected process exits are always detected and treated as crashes **Discord bot** - Fix occasional gateway deadlock on startup **Server startup** - Show clear error message when port is already in use **Window management** - Minimize always goes to tray (taskbar right-click, Win+D, etc.) - Fix maximize on multi-monitor setups **Profiles UI** - Right-click context menu on desktop (inline action buttons hidden on hover devices) - Shift-click for range selection in profile table - Multi-select bulk actions toolbar (start, stop, delete, rotate key, etc.) - Column visibility selector moved to page toolbar - Context menu: hide invalid actions instead of showing them disabled - Mobile: tap to toggle profile selection (multi-select without Ctrl) **Update notification** - Dismissable with X button (reappears when update state changes) - Cannot dismiss while downloading or installing **Item cards** - Ethereal indicator badge alongside socket count - Fix card overflow on mobile (proper ellipsis on long item names) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
023b435 to
513d42d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patcher
request was completed" error — patching is now near-instant
Bulk profile actions
multiple selected profiles at once
EnableSchedule/DisableSchedule actions
Profile engine
Discord bot
Server startup
Window management
Profiles UI
Update notification
Item cards
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com