Skip to content

2.13.9

Choose a tag to compare

@github-actions github-actions released this 02 Jun 14:25
· 25 commits to main since this release

Custom Status Token Validation Fix & Added Browser Mode Toggle

New Feature

  • Added statusEnabledBrowser toggle - new setting to enable Custom Status in browser mode
  • When enabled, completely skips Discord.exe process check - Custom Status runs without verifying Discord is running
  • Added setStatusEnabledBrowser() IPC method - new Electron API method for browser mode toggle
  • Added statusEnabledBrowser to settings - stored in localStorage and persisted across restarts

Improvements

  • Removed Discord token validation check - token is no longer validated on each cycle, preventing premature worker stoppage
  • Removed isDiscordTokenValid() function - eliminated unnecessary API call that caused "token invalid" errors after ~1 minute
  • Custom status now runs continuously - loop doesn't stop due to false "logged out" detections