File Details
v1.2.5
- R
- Oct 11, 2025
- 8.86 KB
- 24
- 11.2.5
- Retail
File Name
CYRandomMount-v1.2.5.zip
Supported Versions
- 11.2.5
[1.2.5]
Features
- Added
.github/copilot-releasenote.md— guidelines for writing consistent release notes and changelogs. - Added automatic initialization of
CYRandomMountDB(sets defaultmacroNameandRefreshTime) to avoid nil/db issues on first run.
Changed
- Improved macro migration flow: when a stored macro name differs from the default, the addon now attempts to delete the old macro and reset the stored value with better error handling and debug logging.
Bug Fixes
- Fixed a stray extra quote in the macro creation body that could prevent macro creation.
- Various robustness fixes around macro creation and editing to reduce runtime errors.
Notes
- Files changed (staged):
CYRandomMount.lua,.github/copilot-releasenote.md. - See
CYRandomMount.luafor implementation details and debug prints guarded byShowDebug.