Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Nov 14, 2022
1 parent 64c0d52 commit 6d5f929
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## Version 100000.05

- 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.

## Version 100000.04

- Added support for the pet battle log.
Expand Down
24 changes: 10 additions & 14 deletions ls_Glass/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
- Added support for the pet battle log.
- Fixed an issue where custom fonts wouldn't apply on load.
- Added Korean translation. Translated by netaras@Curse.
- Added Portuguese translation. Translated by Azeveco@Curse.
- Added Traditional Chinese translation. Translated by RainbowUI@Curse.
- Updated French translation. Translated by Braincell1980@Curse.
- Updated German translation. Translated by Solence1@Curse.
### Known Issues
- There's a bug where the chat frame sometimes stops updating properly after scrolling down with
the mouse wheel. It's a tricky one to fix, I'm still investigating it. But to resume the update
process you need to scroll up until you see the "Jump to Present"/"Unread Messages" button and
then click it.
- 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.
]]

0 comments on commit 6d5f929

Please sign in to comment.