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.8

  • R
  • Apr 15, 2026
  • 189.08 KB
  • 7
  • 12.0.1
  • Retail

File Name

Simdragosa-v1.3.8.zip

Supported Versions

  • 12.0.1

Simdragosa

v1.3.8 (2026-04-15)

Full Changelog

  • ci: validate TOC version matches tag before CurseForge release
    Adds a workflow step that fails if ## Version: in the .toc does not match
    the pushed tag. Prevents the v1.3.6-tag/v1.3.7-TOC mismatch that shipped
    the wrong version number to CurseForge.
    Also documents the versioning convention in CLAUDE.md: TOC version must
    only be set in the release commit, never pre-bumped.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • release: v1.3.8
  • release: v1.3.7
  • merge: source filter + item icons in results window
  • feat: source filter + item icons in results window
    • Add Source cycle row (‹ / ›) below Spec/Track — cycles All Sources →
      All Raids → individual raids → All Dungeons → individual dungeons
    • Replace item name column with 20×20 item icon; hover still shows full
      game tooltip
    • Bar widened to 234 px now that name column is freed
    • Frame height increased 20 px to accommodate extra filter row
    • Data contract extended: expects entry.source (string) and
      entry.sourceType ("raid"|"dungeon") — to be written by standalone
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com