File Details
1.13.0
- R
- Mar 7, 2026
- 307.29 KB
- 86
- 12.0.1+5
- Retail + 2
File Name
DragonToast-1.13.0.zip
Supported Versions
- 12.0.1
- 12.0.0
- 11.2.7
- 5.5.3
- 5.5.2
- 2.5.5
# DragonToast
## [1.13.0](https://github.com/DragonAddons/DragonToast/tree/1.13.0) (2026-03-07)
[Full Changelog](https://github.com/DragonAddons/DragonToast/compare/1.12.1...1.13.0) [Previous Releases](https://github.com/DragonAddons/DragonToast/releases)
- feat: add AceLocale-3.0 localization support (#95) (#117)
* feat: add AceLocale-3.0 localization support (#95)
- Add AceLocale-3.0 to Libs/embeds.xml
- Create Locales/ directory with enUS base and 10 language stubs
- Extract all user-facing strings to locale keys
- Update TOC load order for locale files
- Bridge locale to DragonToast_Options via GetLocale
* Auto stash before checking out "origin/master"
Updated submodule DragonToast/Libs/LibAnimate
* chore: update toc
* test: add ns.L mock for AceLocale in wow_mock (#95)
- refactor: convert to monorepo structure (#116)
* refactor: convert to monorepo structure
Move main addon files (Core/, Display/, Listeners/, Libs/, DragonToast.toc, DragonToast_Icon.tga) into DragonToast/ subdirectory to match DragonLoot monorepo layout.
- Updated .pkgmeta: added DragonToast/DragonToast move-folder, prefixed all externals with DragonToast/
- Restructured .luacheckrc: use files[] sections for per-addon config, merged DragonToast_Options/.luacheckrc into root
- Updated .gitmodules: prefixed all submodule paths with DragonToast/
- Added MoP Classic listener files (Currency, Honor, Loot, Mail, Reputation)
- Updated spec/ToastManager_spec.lua for new file paths
- Removed Scripts/_run_tests.ps1 (replaced by spec/ test runner)
* fix: update spec file paths for monorepo structure
- fix: clarify slash command help and toggle behavior (#114)

