Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 17:13

Reliquary

v1.0.1 (2026-09-02)

Full Changelog Previous Releases

  • release: v1.0.1
    Fix: WV-D-145 -- drop-rate precision. Farm and Items tabs
    previously rendered as integers (rounded to 1%), a 4x error for
    a 0.23%-tier drop. Two-part fix:
    Scraper: round(raw_chance, 2) -> round(raw_chance, 4) so
    4-decimal precision reaches SavedVariables.
    Render: three sites at %.0f%% -> %.2f%% (Farm per-drop, Items
    per-source, Items summary).
    Full 45-zone rescrape regenerated to pick up the new precision.
    Test assertions updated (test_scraper.py: 0.14 -> 0.141,
    0.01 -> 0.005).
    Feature: WV-D-148 -- peer version-check over the addon-comm
    channel. When another Reliquary-running player in guild or
    party/raid runs a higher ## Version:, print once per session
    per version. Silent on the addon channel so non-users see
    nothing. Prefix "ReliquaryVer" (16-char Blizzard limit).
    Highest-seen persists in ReliquaryDB.versionCheck.
    Feature: WV-D-149 -- sort options for Farm and Items tabs.
    Radio group per tab in Settings:
    Farm -- Drop count (default) | Alphabetical
    Items -- Grade (default) | Alphabetical
    Choice persists in ReliquaryDB.ui.farmSort / itemsSort.
    Immediate re-render on toggle if the affected tab is active.
    Feature: WV-D-150 -- Feedback section in Settings with a
    click-to-select EditBox holding dev@forsetiforge.dev.
    WV-B-010 discipline: version-check and sort settings both
    wrapped in do-end blocks and exposed via namespace (S.* for
    Sanctum, _G.ReliquaryVC for Reliquary) so the main chunk's
    200-local ceiling is not touched.
    Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
    Claude-Session: https://claude.ai/code/session\_01EipEJcJW63UvuKWGMP3W4X