Skip to content

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 20 Jun 06:14

✨ What's new in 2.0.3

This release is a top-to-bottom visual overhaul of the plugin's Discord Triggers tab. Everything you configured before still works and your saved settings carry over untouched β€” it just looks (and feels) a lot nicer.

Redesigned interface β€” Windows Fluent 2

  • The tab moves from the old WinForms layout to a modern WPF interface themed after Windows Fluent 2: tidy settings cards, a left-hand General / Sound / Information navigation rail, and clean toggle switches and sliders.
  • A connection status indicator β€” a green/red dot reading Connected / Disconnected β€” shows the bot's state at a glance.

New: Disconnect

  • Once the bot is online, the Connect button becomes Disconnect. You can now log the bot out (and pull it from voice) straight from the tab, without restarting ACT.

Diagnostics panel

  • The live, timestamped log along the bottom (now labelled Diagnostics) is unchanged in behaviour β€” select lines and press Ctrl+C to copy them into a bug report.

πŸ“– The wiki's Settings & Configuration page is updated for the new UI.

πŸ› οΈ Under the hood: the codebase was split into a UI-agnostic core assembly with an MVVM view model, and the dev toolchain gained ESLint, XAML Styler formatting, and xUnit v3 β€” no change to how the plugin runs, but a cleaner base for what's next.


Installation

  1. Download ACT_DiscordTriggers-v2.0.3.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.0.2...v2.0.3