Skip to content

Releases: CDAGaming/CraftPresence-Wow-Edition

v2.16.3

18 Jun 20:31
e76dd0b

Choose a tag to compare

CraftPresence

v2.16.3 (2026-06-18)

Full Changelog Previous Releases

  • [Change] Updated TOC + Flavor Info + Ace3
    • Now supports Retail 12.0.7 and Mists Classic 5.5.4
    • Updated Ace3, also fixing log spam on certain legacy clients

v2.16.2

10 Apr 05:48
94d8c60

Choose a tag to compare

CraftPresence

v2.16.2 (2026-04-10)

Full Changelog Previous Releases

  • [Change] Updated TOC + Flavor Info + Ace3
    • Now supports Retail PTR 12.0.5 and Wrath Titan 3.8.1
    • Also fixes some API issues with GetFlavorInfo

v2.16.1

17 Feb 23:51
d694a7d

Choose a tag to compare

CraftPresence

v2.16.1 (2026-02-17)

Full Changelog Previous Releases

  • [Change] Additional Midnight API Fixes
    • Added CanAccessValue function, utilizing the newer canaccessvalue and issecretvalue APIs introduced in Midnight to prevent using protected functions.
    • Bumped Schema to 8.2:
      • The labels.away, labels.busy, and events.CHAT_MSG_SYSTEM fields in the config have been reset, due to issues with the "Secret Values" API Blizzard introduced
      • The Away/Busy status now return false if in a restricted environment for those API valued (Such as during Raids)
    • Fixed the Schema being incorrect on other addon flavors

v2.16.0

09 Feb 20:05
befcdf1

Choose a tag to compare

CraftPresence

v2.16.0 (2026-02-09)

Full Changelog Previous Releases

  • [Change] Updated Ace3
  • [Change] Implemented new RPC Fields, plus additional fixes
    • Updated VS Extension Data
    • Added support for the following new RPC fields:
      • Status Display Type => Determining whether to display the Name, State, or Details section of the RPC as the short activity text
      • Activity Type => Specifies what type of activity is being displayed (Playing, Listening, Watching, Competing)
      • Application Name => Specify a custom application name, which would appear in areas like the user list
      • URL Support for the details, state, smallImage, and largeImage fields
    • Fixed an oversight from v2.10.0s betas (9d30b01) causing repeated pixels to be ignored
      • This would primarily happen if you have a lot of missing RPC fields or more then six repeated characters
      • In this scenario, a separator pixel is added to ensure both pixels are counted uniquely
        Additional Notes:
    • At this time of writing, pypresence does not currently support the four URL fields, though this change exists on their repository.
      • Once pypresence updates, the version requirement will be increased, and the script updated to support it. Config settings will not be lost.
    • New localization data has been added for the Activity Type, Status Display Type, and App Name fields -- other additions use existing localization
  • [Change] Begin work on Script v1.9.0
    • Added the ability to check python module versions, now used to ensure pypresence 4.6.0 is being used for upcoming additions relying on it.

v2.15.5

21 Jan 03:27
1bd4544

Choose a tag to compare

CraftPresence

v2.15.5 (2026-01-21)

Full Changelog Previous Releases

  • [Change] Minor TOC changes
    • Updated TOC to support Retail 12.0.1
    • Updated Ace3
  • [Change] Added flavor info for TBC Anniversary
    • Also updated the TOC to support it as well

v2.15.4

21 Jan 02:53
1b18ddf

Choose a tag to compare

CraftPresence

v2.15.4 (2026-01-21)

Full Changelog Previous Releases

  • [Fix] Fixed a potential issue causing Rich Presence to be stuck after closing

v2.15.3

11 Jan 22:42
5d8bf08

Choose a tag to compare

CraftPresence

v2.15.3 (2026-01-11)

Full Changelog Previous Releases

  • [Fix] Fixed Config UI not opening due to an Ace3 issue

v2.15.2

11 Jan 22:12
ff764df

Choose a tag to compare

CraftPresence

v2.15.2 (2026-01-11)

Full Changelog Previous Releases

  • [Change] Updated github actions
  • [Change] Updated Licensing, Compatibility, and Ace3
  • [Change] Sync compatibility info
    • TBC's TOC won't be getting an update, to preserve compatibility with 2.5.4 (Which didn't have multi-toc version support)
  • [Change] Maintainer Update
    • Updated Ace3
    • Added support for Classic PTR 5.5.3
    • Added support for Classic Era PTR 2.5.5
    • Added support for Wrath Titan 3.80.0 (Based on 5.5.3)
    • Added 12.0.0 to Mainline TOC to ensure continued support in Beta 2+

v2.15.1

29 Oct 20:16
af5e1a9

Choose a tag to compare

CraftPresence

v2.15.1 (2025-10-29)

Full Changelog Previous Releases

  • [Change] Updated for Classic 5.5.2 Release

v2.15.0

21 Oct 17:06
7084957

Choose a tag to compare

CraftPresence

v2.15.0 (2025-10-21)

Full Changelog Previous Releases

  • [Change] Maintainer Update
    • Promote current beta cycle to stable; no major issues found on it
    • Updated Ace3
    • Added support for Retail 11.2.5
    • Added support for Retail PTR 11.2.7
    • Added support for Mists 5.5.2
    • Added support for Classic 1.15.8
  • [Change] Added PYW variant of the python script
    • Mainly for those that don't wish to see the console for it
  • [Change] Updated Ace3
  • [Change] Initial "Midnight" Expansion Support
    • Updated Ace3 -- you'll still see some errors here, mainly from AceConfigDialog and the Comm module, but the UI is working enough to be used
    • Added "Midnight" entry to the README as Pending -- this status will bump to OK once no major issues are found, and closer to the expansion release
    • Fixed several typos in Migration_Functions
    • Bumped Config Schema from v8 to v8.1 -- there'll likely be more breakage in 12.0, so its being split up by dot-revisions to avoid any crazy schema numbering; v8.1 resets the player_info, player_spec_name, and player_spec_role placeholders due to deprecated/removed APIs with GetSpecialization and GetSpecializationInfo
      • If upgrading, please backup the settings for these placeholders if you have modified them; refer to git diff for how to migrate manually
    • Fixed flavor on classic to mark as 5.5.1
    • Added 12.x entry for GetCompatibilityInfo; 11.x now has a maximumTOC of 110207 (11.2.7)