Skip to content

Releases: AqueGen/AutoSay

v1.4.0

28 Mar 11:04

Choose a tag to compare

[1.4.0] - 2026-03-28

Added

  • English dungeon names by default for M+ announcements and completion messages. Non-English clients no longer send localized dungeon names that other players can't read.
  • "Use client language for dungeon names" toggle in M+ settings to switch back to client locale if preferred.
  • Dungeon Names preview section in M+ settings showing all current season dungeons. Updates dynamically when toggling the language setting.
  • Hardcoded Midnight Season 1 M+ dungeon pool (Magisters' Terrace, Maisara Caverns, Nexus-Point Xenas, Windrunner Spire, Algeth'ar Academy, Seat of the Triumvirate, Skyreach, Pit of Saron).

Fixed

  • Party greetings and goodbyes now work in LFG/instance groups (dungeon finder, LFR, battlegrounds). Previously, messages sent to PARTY chat were silently dropped in instance groups.
  • Updated test simulation dungeons to Midnight Season 1 pool.
  • Removed redundant nil guards for channel settings (guaranteed by AceDB defaults).

v1.3.4

09 Mar 19:43

Choose a tag to compare

[1.3.4] - 2026-03-09

Fixed

  • Fix library load order: AceGUI-3.0 now loads before AceConfig-3.0 in the TOC file. This fixes "Cannot find a library instance of AceConfigDialog-3.0" error when no other addon provides AceGUI earlier in load order.
  • Add nil guards for all channel settings (party, raid, guild, mythic+) to prevent crashes with corrupted or incomplete SavedVariables.

v1.3.3

09 Mar 19:37

Choose a tag to compare

[1.3.3] - 2026-03-09

Fixed

  • Fix library load order: AceGUI-3.0 now loads before AceConfig-3.0 in the TOC file. This fixes "Cannot find a library instance of AceConfigDialog-3.0" error when no other addon provides AceGUI earlier in load order.
  • Fix crash on logout when guild settings are missing from SavedVariables.

v1.3.2

09 Mar 19:23

Choose a tag to compare

[1.3.2] - 2026-03-09

Fixed

  • Fix library load order: AceGUI-3.0 now loads before AceConfig-3.0 in the TOC file. This fixes "Cannot find a library instance of AceConfigDialog-3.0" error when no other addon provides AceGUI earlier in load order.

v1.3.2-alpha.1

09 Mar 19:22

Choose a tag to compare

v1.3.2-alpha.1 Pre-release
Pre-release

[1.3.2-alpha.1] - 2026-03-09

Fixed

  • Fix library load order: AceGUI-3.0 now loads before AceConfig-3.0 in the TOC file. This fixes "Cannot find a library instance of AceConfigDialog-3.0" error when no other addon provides AceGUI earlier in load order.

v1.3.1

01 Mar 22:29

Choose a tag to compare

[1.3.1] - 2026-03-02

Added

  • Wago Addons distribution: releases now automatically publish to addons.wago.io

v1.3.0

26 Feb 13:22

Choose a tag to compare

[1.3.0] - 2026-02-26

Added

  • Mythic+ Key Announcement: Automatically announces your keystone in party chat when the group fills to 5/5 players (leader only)
    • Three detection modes: Basic (dungeon name only), With Key Level, and Smart (auto-detect)
    • Customizable messages with {dungeon} and {key} placeholders
    • Works when you create a Group Finder listing for a Mythic Keystone dungeon
  • M+ Completion Messages: Sends a message to party chat when a Mythic+ dungeon is completed
    • Separate message pools for timed and depleted runs
    • Placeholders: {dungeon}, {key}, {time}, {upgrade}
  • Minimap Icon: Quick-access button to open AutoSay settings
    • Toggle visibility in General settings
  • M+ Simulation: Simulate full M+ flow, timed and depleted completions in Simulation mode

Changed

  • Mythic+ feature is now enabled by default for new installations
  • CURSEFORGE.md updated with M+ feature description

v1.2.0

22 Feb 22:52

Choose a tag to compare

[1.2.0] - 2026-02-23

Added

  • Multiple Custom Messages: Support up to 10 custom messages per channel per message type (greetings, goodbyes, reconnects) with individual enable/disable toggles
  • Automatic migration from old single custom message format to new array format

Changed

  • Cooldown slider: reduced max from 300s to 60s, step from 5s to 1s

v1.1.1

22 Feb 22:15

Choose a tag to compare

[1.1.1] - 2026-02-23

Fixed

  • Debug logs no longer appear when Simulation is disabled
  • Disabling Simulation now also turns off the Logging toggle

v1.1.0

22 Feb 20:55

Choose a tag to compare

[1.1.0] - 2026-02-22

Added

  • Cooldown Message Queue: Messages blocked by cooldown are saved and sent later as a batch with automatic name merging
  • Greeting Text Caching: Prevents different random greetings within the same cooldown window
  • Window Persistence: Settings window size and position are saved across sessions via SavedVariables
  • Reset Window Size: Button in General settings to restore default window dimensions (1000×700)
  • Ukrainian Phrases: New greetings and goodbyes in Ukrainian language

Changed

  • Settings UI Redesign: Consolidated 9 channel tabs into 3 (Party/Raid/Guild) with Greetings/Goodbyes/Reconnects sub-tabs
  • Disabled channels now hide their tabs entirely with instant tree refresh
  • Moved Simulation toggle to General settings; Simulation tab hidden when disabled
  • Renamed "Test Mode" to "Simulation", "Debug" to "Logging"/"Show debug log"
  • Added width="full" to sub-option toggles to prevent text truncation
  • Updated addon title formatting
  • Updated Interface version to 120001 (WoW 12.0.1 Midnight)
  • Increased reconnect detection delay from 2s to 3s for better reliability on 12.0+

Fixed

  • Fixed race condition in SendMessageToChat where rapid calls all passed cooldown check
  • Fixed settings panel opening via AceConfigDialog:Open
  • Fixed reconnect detection failing when group state loads after PLAYER_ENTERING_WORLD on 12.0+
    • Added retry mechanism with 5s delay as fallback for late group loading
  • Fixed test mode showing no feedback when messages are blocked by cooldown
    • Now displays remaining cooldown time in test mode
  • Added graceful error handling for SendChatMessage in 12.0 instance restrictions (M+ keys, PvP, encounters)