Guild Bank Ledger

*BETA* - Persistent guild bank transaction logging with automatic multi-player sync.

File Details

v0.30.3

  • R
  • Apr 28, 2026
  • 320.92 KB
  • 38
  • 12.0.5
  • Retail

File Name

GuildBankLedger-v0.30.3.zip

Supported Versions

  • 12.0.5

GuildBankLedger

v0.30.3 (2026-04-28)

Full Changelog Previous Releases

  • Merge pull request #8 from RussellFeinstein/chore/v0.30.3-release
    chore: stamp v0.30.3 for retroactive workflow PR (#7)
  • Stamp v0.30.3 for retroactive workflow PR (v0.30.3)
    PR #7 (chore/topic-branch-workflow) merged the new branch workflow
    documentation without bumping VERSION, so the version files still showed
    0.30.2 even though the [Unreleased] CHANGELOG block had a new entry and
    no v0.30.3 tag exists. This commit completes the bump:
    • VERSION 0.30.2 -> 0.30.3
    • GuildBankLedger.toc Version field
    • Core.lua VERSION constant
    • CLAUDE.md "Current" line
    • spec/core_spec.lua status-string assertion
    • CHANGELOG.md: stamp [Unreleased] block as [0.30.3] - 2026-04-27
    • UI/ChangelogView.lua: prepend v0.30.3 entry
      No addon behavior change. Tag v0.30.3 will be placed on the merge commit
      of this PR per the project tagging convention.
      Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
  • Merge pull request #7 from RussellFeinstein/chore/topic-branch-workflow
    Disable auto branch deletion and adopt long-lived topic branches
  • Disable auto branch deletion and adopt long-lived topic branches
    Switches the repo workflow from one-shot per-feature branches to long-lived
    per-area topic branches (ui, sync, accessibility, layout-sort) for recurring
    maintainer work, alongside short-lived chore/infra/hotfix branches for
    one-off changes. Auto-delete on merge is turned off so topic branches survive
    reuse across sessions. Documents the full ruleset (rebase cadence, hotfix
    path, cross-area sequencing, two-PR-per-topic, CHANGELOG conflict policy,
    stale-branch policy, carve-out from the global "small focused PRs" rule)
    in a new CLAUDE.md Branch Workflow section, updates CONTRIBUTING.md to
    point maintainers at it, and stamps the change in CHANGELOG.md under
    Unreleased. No addon behavior change.
    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com