Skip to content

Releases: tagban/invigoration

Invigoration 2.0.3b — Work in Progress Beta

Choose a tag to compare

@tagban tagban released this 23 Aug 13:23
b17cfba

Work-in-progress beta of the C#/.NET + Avalonia rewrite (still labeled beta — expect rough edges).

Highlights since the previous build

  • StarCraft II native connectivity (limited but working): SC2 now connects and chats over Blizzard's real modern protocol, via Stimpak — login, channel join, live chat, whispers, and friends all confirmed working. Multi-channel support (up to 6 joined channels at once, each its own sub-tab). Known rough edge: rejoining previously-open channels after a reconnect isn't fully reliable yet.
  • Battle.net credential profiles: named, reusable logins a bot config selects instead of an implicit per-bot login — share one Battle.net account across multiple bots, or keep them separate, via a new Manage Battle.net Profiles window.
  • Whisper tabs: whisper conversations get their own tab (per-bot and a global tab spanning every connected bot), plus a right-click "Whisper" compose popup on the friends list.
  • Bot tab groups: bots sharing a group name (set per-bot in the Config window) collapse into one top-level tab with their own sub-tabs — handy for several bots on the same server.
  • Unread indicators: a subtle dot on any tab (bot, group, channel, or whisper) with unread activity.
  • SC2 presence-style status icons and trailing clan-tag display, resizable right-hand user panel, per-bot join/leave notification toggle, online-first friends sorting.

Known status

Actively developed — feedback and bug reports welcome via Issues. macOS and Linux builds to follow.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

Invigoration 2.0.2b — Work in Progress Beta

Choose a tag to compare

@tagban tagban released this 20 Aug 21:36

Work-in-progress beta of the C#/.NET + Avalonia rewrite (still labeled beta — expect rough edges).

Highlights since the previous build

  • Clan & ranks: shared roster with predefined ranks, per-rank command grants (replaces the old per-bot permission system), auto-whisper/auto-kick/auto-ban with optional reason messages, a dedicated Manage Ranks window, and a "Seen List" member manager.
  • Trivia: much larger question bank across 6 categories (Diablo, Warcraft, StarCraft, Blizzard, Pop Culture, Music), !trivia <category> and !trivia categories, and base packs now download from GitHub into a fully-editable local folder on first run.
  • Icons: icon manager with dynamic sizing and overrides.
  • Friends list: BNCS friends list support.
  • Security: server-scoped identity matching so a same-named account on a different Battle.net server can't inherit access.
  • Reliability: flood protection, proxy support (SOCKS5/HTTP CONNECT), auto-connect/auto-reconnect.
  • Bug fixes: a Clan-window crash, JoinCount/BanCount/KickCount never incrementing, the Clan tab showing non-members, oversized/uncustomizable tab styling.
  • App version now shown in the window title.

Known status

Actively developed — feedback and bug reports welcome via Issues.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com