Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Mar 25, 2024
1 parent b63d574 commit f6748c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## Version 100206.01

- Added 10.2.6 support.
- Fixed an issue where the chat frame would disappear after it's previously hidden.
- Fixed an issue where some messages would appear truncated.
- Fixed an issue where some characters would appear as squares. The addon now properly mimics the default chat's
behaviour which also includes all the bugs that come with it. For instance, depending on the alphabet those characters
belong to, those messages will completely ignore various chat settings like font size, outline, etc. It is this way
due to limitation on Blizz end.
- Set minimal Y padding to 0. Yes, no more gaps in the TomCats' messages :>

## Version 100105.01

Expand Down
7 changes: 7 additions & 0 deletions ls_Glass/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ local _G = getfenv(0)
-- Mine
E.CHANGELOG = [[
- Added 10.2.6 support.
- Fixed an issue where the chat frame would disappear after it's previously hidden.
- Fixed an issue where some messages would appear truncated.
- Fixed an issue where some characters would appear as squares. The addon now properly mimics the default chat's
behaviour which also includes all the bugs that come with it. For instance, depending on the alphabet those characters
belong to, those messages will completely ignore various chat settings like font size, outline, etc. It is this way
due to limitation on Blizz end.
- Set minimal Y padding to 0. Yes, no more gaps in the TomCats' messages :>
]]

0 comments on commit f6748c9

Please sign in to comment.