diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f46e9..daf2a4d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## Version 100002.01 + +- Added 10.0.2 support. +- Increased the max fade out delay to 120s. +- Changed the initial anchor of the edit box. It now can be positioned inside the chat frame. +- Fixed an issue where profession links would open a profession window on mouse over. Thanks + truckcarr11@GitHub. +- Updated French translation. Translated by Braincell1980@Curse. +- Updated German translation. Translated by OHerendirO@Curse. +- Updated Korean translation. Translated by netaras@Curse. +- Updated Traditional Chinese translation. Translated by RainbowUI@Curse. + ## Version 100000.05 - Added options to change the edit box's position and offset. diff --git a/ls_Glass/core/changelog.lua b/ls_Glass/core/changelog.lua index 0869363..287a263 100644 --- a/ls_Glass/core/changelog.lua +++ b/ls_Glass/core/changelog.lua @@ -6,14 +6,13 @@ local _G = getfenv(0) -- Mine E.CHANGELOG = [[ -- Added options to change the edit box's position and offset. -- Improved compatibility with other addons that re-format chat messages. IME, the most compatible - one is BasicChatMods by funkehdude, it has features my addon currently lacks, like button hiding. - That said, you definitely should disable overlapping features in other addons. -- Replaced "Jump to Present" and "Unread Messages" with icons because those text strings were - obnoxiously long in some locales. -- Fixed an issue where the chat frame would sometimes stop updating after scrolling down with the - mouse wheel. -- Added Spanish translation. Translated by cacahuete_uchi@Curse. -- Updated Korean translation. Translated by netaras@Curse and unrealcrom96@Curse. +- Added 10.0.2 support. +- Increased the max fade out delay to 120s. +- Changed the initial anchor of the edit box. It now can be positioned inside the chat frame. +- Fixed an issue where profession links would open a profession window on mouse over. Thanks + truckcarr11@GitHub. +- Updated French translation. Translated by Braincell1980@Curse. +- Updated German translation. Translated by OHerendirO@Curse. +- Updated Korean translation. Translated by netaras@Curse. +- Updated Traditional Chinese translation. Translated by RainbowUI@Curse. ]]