pack: v0.41.2 — Exchange rename + click-refresh fix #84

Merged
Matt merged 1 commits from hotfix/exchange-rename into main 2026-06-08 18:22:48 +00:00
Owner

Summary

  • Counting House → Exchange everywhere. /bns open exchange is the new canonical command.
  • Fixed: clicking an item in the Exchange (or row in Bounty Board / Plot Office) now actually updates the detail pane. Was a missing refreshWidgets() call on selection change.
  • Docs updated.

🤖 Generated with Claude Code

## Summary - Counting House → Exchange everywhere. `/bns open exchange` is the new canonical command. - Fixed: clicking an item in the Exchange (or row in Bounty Board / Plot Office) now actually updates the detail pane. Was a missing `refreshWidgets()` call on selection change. - Docs updated. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Matt added 1 commit 2026-06-08 18:22:48 +00:00
bnstoolkit 0.8.1 -> 0.8.2.

Counting House -> Exchange (more intuitive naming).
- /bns open counthouse -> /bns open exchange
- screen title shown as "Exchange"
- Lang + docs updated

Click-doesn't-refresh-detail bug: ItemCell / BountyRow / PlotRow now
call getGui().refreshWidgets() after updating their static `selected`
field, so the detail sub-panel re-renders with the new selection.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Matt merged commit 1b0fa0168a into main 2026-06-08 18:22:48 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minecraft/brass-and-sigil#84