Simdragosa

Companion to the Simdragosa desktop app (github.com/Xiantus/simdragosa-standalone). Shows Droptimizer DPS gains on item tooltips. Type /sdr export to capture your SimC profile and sync it with the app automatically. Type /sdr for all commands.

File Details

v1.3.9

  • R
  • Apr 15, 2026
  • 189.20 KB
  • 16
  • 12.0.1
  • Retail

File Name

Simdragosa-v1.3.9.zip

Supported Versions

  • 12.0.1

Simdragosa

v1.3.9 (2026-04-15)

Full Changelog

  • merge: develop into master for v1.3.9
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • release: v1.3.9
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • fix: resolve instance ID to name in source filter, fix item icons
    • RW_SourceDisplay: Raidbots stores numeric journal instance IDs (e.g.
      2733 for Liberation of Undermine); use EJ_GetInstanceInfo to resolve
      to human-readable name instead of displaying the raw number
    • RW_Refresh: replace GetItemIcon (requires server cache) with
      GetItemInfoInstant (reads local client DB, always works)
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • docs: clarify release flow — git push tag required, not gh release create
    gh release create uses the GitHub API and does not fire a push event,
    so the CurseForge workflow never triggers. Tag must be pushed via git.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com