Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Dec 23, 2022
1 parent 5623811 commit 189e2c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
19 changes: 9 additions & 10 deletions ls_Glass/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
]]

0 comments on commit 189e2c6

Please sign in to comment.