Releases: CDAGaming/CraftPresence-Wow-Edition
Releases · CDAGaming/CraftPresence-Wow-Edition
v2.16.3
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
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
CraftPresence
v2.16.1 (2026-02-17)
Full Changelog Previous Releases
- [Change] Additional Midnight API Fixes
- Added
CanAccessValuefunction, utilizing the newercanaccessvalueandissecretvalueAPIs introduced in Midnight to prevent using protected functions. - Bumped Schema to 8.2:
- The
labels.away,labels.busy, andevents.CHAT_MSG_SYSTEMfields 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)
- The
- Fixed the Schema being incorrect on other addon flavors
- Added
v2.16.0
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 theName,State, orDetailssection of the RPC as the short activity textActivity 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, andlargeImagefields
- 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
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
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
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
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
CraftPresence
v2.15.1 (2025-10-29)
Full Changelog Previous Releases
- [Change] Updated for Classic 5.5.2 Release
v2.15.0
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
AceConfigDialogand the Comm module, but the UI is working enough to be used - Added "Midnight" entry to the README as
Pending-- this status will bump toOKonce no major issues are found, and closer to the expansion release - Fixed several typos in
Migration_Functions - Bumped Config Schema from
v8tov8.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 theplayer_info,player_spec_name, andplayer_spec_roleplaceholders due to deprecated/removed APIs withGetSpecializationandGetSpecializationInfo- 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
classicto mark as 5.5.1 - Added
12.xentry forGetCompatibilityInfo;11.xnow has amaximumTOCof110207(11.2.7)
- Updated Ace3 -- you'll still see some errors here, mainly from