File Details
MinimapButtonStash_1_6_5.zip
- R
- Jul 8, 2026
- 16.81 KB
- 12
- 2.5.6
- Classic TBC
File Name
MinimapButtonStash_1_6_5.zip
Supported Versions
- 2.5.6
1.6.5 - 2026-07-08
Changed
- The chat-link hover hint now reads "Ctrl+Click to copy" (chat hyperlinks are activated with Ctrl+Click), so the instruction matches how the link opens.
1.6.4 - 2026-07-08
Fixed
- Ctrl+C now actually copies the link to the system clipboard. The copy box used a single-line EditBox, which selects text but does not hand it to the OS clipboard on the TBC client. Rebuilt it as a multi-line EditBox in a scroll frame — the standard "copyable text box" pattern — so Ctrl+C copies out to Windows/macOS as expected. Added on-screen instructions (Ctrl+A, Ctrl+C, Esc).
1.6.3 - 2026-07-08
Fixed
- Detected chat links displayed a stray
ffprefix (e.g.ff[www.google.com]). The colour escape had a doubled alpha (|cffcombined with an 8-digit colour that already included alpha), leaving two extra hex characters as visible text. Links now render cleanly as coloured[url].
1.6.2 - 2026-07-08
Fixed
- Ctrl+C not copying the link. The copy box highlighted the URL before focusing the field, and focusing then cleared the selection — so Ctrl+C had nothing selected to copy. The box now focuses first, highlights after, and re-asserts the selection the next frame; the URL also re-selects on click and refocus. Copying to the system clipboard now works reliably.