Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Mar 4, 2023
1 parent 94065d9 commit 270e2e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 100005.04

- Fixed fading. Adding new stuff is never easy...

## Version 100005.03

### Unit Frames
Expand Down
9 changes: 1 addition & 8 deletions ls_UI/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
### Unit Frames
- Added the "Health" option to fading. It's controlled by the player's health, and if it's below
<100% the frame will fade in.
- Added an option to disable status icons. These are the round role, class, etc icons at the bottom
of a frame.
- Removed fading options from pet, target of focus, and target of target frames. These are now
controlled by the fading options of player, focus, and target frames respectively.
- Fixed fading. Adding new stuff is never easy...
]]

0 comments on commit 270e2e5

Please sign in to comment.