v4.11.0
What's new
Changelog
Notable changes to LootToastMover. The format follows Keep a Changelog.
[4.11.0] - 2026-09-13
You can actually find the addon now. 4.9.0 left Blizzard's Addon Compartment as the only way in, which meant an installed addon looked like a missing one. Three ways back, and still with no bundled libraries.
Added
- The minimap button is back — the bag icon on the minimap ring. Left-click shows or
hides the anchor box, right-click opens the options panel, and you can drag it anywhere
around the ring. Hide it from the options panel or with
/ltm minimap. - An options panel, under Game Menu → Options → AddOns → LootToastMover, with buttons
for everything the slash commands do.
/ltm configopens it directly. - The broker plugin is back. If you use Titan Panel, Bazooka, ChocolateBar, ElvUI datatexts or any other broker display, LootToastMover appears in its plugin list again. This was removed in 4.9.0 along with the libraries and should not have been.
/ltmas a short alias for/loottoastpos, plus/ltm configand/ltm minimap.
Changed
- The minimap button is written against the game's own widget API rather than LibDBIcon, and the broker plugin uses the LibDataBroker your broker display already loads, so the addon is still a single file with no third-party dependencies.
[4.10.0] - 2026-09-12
Added
/loottoastpos testshows a sample loot toast, so you can check placement without waiting for a drop.
Changed
- The anchor box is now the real thing. It matches the exact size of a loot toast (276×96) and sits exactly where the first toast will appear, with later toasts stacking upward from it. Previously the box was a 260×60 placeholder and the first toast actually landed 31 pixels below it, so what you dragged was not where toasts went.
- Your saved position is adjusted automatically the first time you log in, so toasts stay exactly where you had them. Nothing to redo.
[4.9.0] - 2026-09-12
Changed
- The minimap button is replaced by Blizzard's Addon Compartment — the addon-list button next to the minimap. Click the LootToastMover entry there to show or hide the anchor box, as before.
Removed
- All four bundled libraries: LibStub, CallbackHandler-1.0, LibDataBroker-1.1 and LibDBIcon-1.0. They were carried solely to provide the minimap button, which the game now does natively. The addon is a single Lua file with no third-party dependencies.
- The unused
minimapentry the old button left behind in your saved variables is cleared when you upgrade.
If you use a broker display such as Titan Panel or ChocolateBar, LootToastMover no
longer appears in it, because the LibDataBroker object went with the libraries. Use the
Addon Compartment or /loottoastpos instead.
[4.8.4] - 2026-09-11
Fixed
- The addon could fail to load at all. Its own file was listed before its libraries, so it reached for LibStub before LibStub existed and errored out, unless some other addon happened to load LibStub first.
/loottoastposthrew a Lua error every time it was used, because it called an API that Blizzard removed during the 11.x cycle.- The minimap button's position was never remembered between sessions.
/loottoastpos resetwiped the minimap button's settings along with the anchor position./loottoastpos resettyped with extra spaces silently toggled the anchor instead of resetting it.- A one-second repeating timer kept running for the entire play session.
Changed
- Updated for patch 12.1 (Interface
120100). Earlier builds targeted 11.1.5, which a 12.x client will not load. - An unrecognised slash command now prints usage instead of doing nothing.
[4.8.3]
The last build before the above, and the baseline for this changelog.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects