Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 03:59

A polish release on top of 2.1.0 β€” a clearer settings layout, a new local-playback volume, and a sharper, more consistent UI. No breaking changes; just replace the plugin folder.

✨ What's new

  • πŸ”Š Local playback volume. Local (this-PC) mode now has its own volume slider on the Output page (0–100%, default 100%), so you can turn local callouts up or down without touching your system mixer. Discord-bot mode is unaffected β€” listeners still set their own per-user volume in Discord.
  • πŸ—‚οΈ Reorganized settings. The old Main and General pages are merged into a single Output page that walks the real setup flow: pick where audio goes, then set up that destination right below. In Discord-bot mode it shows connection β†’ voice channel β†’ audio quality; in local mode it shows just the local-playback volume. The Sound page is now split into Effects and Mastering for easier scanning.
  • 🎯 Audio quality moved where it belongs. The Discord bitrate setting now lives in the bot-mode setup on the Output page (it never did anything in local mode), so there are no more dead controls.

🎨 UI polish

  • Hover feedback on settings rows β€” cards now tint subtly on hover, matching Windows 11 Settings.
  • Sharper masthead β€” the nav-rail logo is crisp again (pre-scaled asset + high-quality rendering instead of a blurry on-the-fly downscale).
  • Consistent cursor β€” removed the leftover "hand" cursor across the UI; everything uses the standard arrow now.

πŸ› οΈ Under the hood

  • Diagnostics now carry log-level severity through the IPC pipeline, so warnings and errors stand out in the log.

The audio engine, neural voices, auto-leveling, and master limiter are unchanged from 2.1.0.


Installation

  1. Download ACT_DiscordTriggers-v2.1.1.zip from the Assets below.
  2. Right-click the downloaded zip β†’ Properties β†’ tick Unblock β†’ OK.
    (Windows flags node.exe/DLLs from the internet; skipping this can trip SmartScreen/antivirus.)
  3. Extract it into your ACT plugins folder:
    %AppData%\Advanced Combat Tracker\Plugins
    You should end up with a Plugins\ACT_DiscordTriggers\ folder containing
    ACT_DiscordTriggers.dll, node.exe, bundle.js, and node_modules\.
    Keep all of these files together in that folder.
  4. In ACT: Plugins tab β†’ Browse… β†’ select
    ACT_DiscordTriggers.dll inside that folder β†’ Add/Enable Plugin.

Then follow the
First-Time Setup Guide
to connect your Discord bot.

Updating: replace the whole ACT_DiscordTriggers folder, not just the .dll.


Full Changelog: v2.1.0...v2.1.1