Skip to content

TSM App v1.0.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:11
· 97 commits to develop since this release

Fixed

  • Last Updated column in the Realm Data tab now correctly shows the primary tag
    timestamp (AUCTIONDB_NON_COMMODITY_DATA for realms, AUCTIONDB_REGION_STAT for
    regions). Previously, when secondary tags were downloaded but the primary tag
    was unchanged, a max() fallback wrote a wrong timestamp into the snapshot;
    this caused the column to show the wrong time until the next manual refresh.
  • Tray notification text trimmed to "{n} realm(s)/region(s) updated."

Added

  • Reverse-engineered TSM API reference document (API.md) covering auth flow,
    all endpoints, AppData download flow, tags, and scheduled job intervals.

CI

  • softprops/action-gh-release bumped to v2.3.2 (Node.js 24 compatible)
  • AUR publishing extracted from release.yml into a separate aur.yml workflow
    triggered manually via workflow_dispatch