Skip to content

Commit

Permalink
📜
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed May 2, 2023
1 parent 1d25cd8 commit 92977cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## Version 100100.01

- Added 10.1.0 support.

- Removed login message for good. It served its purpose.

### Minimap

- Fixed an issue where the difficulty flag's position wasn't adjusted when flipping the minimap.

## Version 100005.04

- Fixed fading. Adding new stuff is never easy...
Expand Down
7 changes: 6 additions & 1 deletion ls_UI/core/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ local _G = getfenv(0)

-- Mine
E.CHANGELOG = [[
- Fixed fading. Adding new stuff is never easy...
- Added 10.1.0 support.
- Removed login message for good. It served its purpose.
### Minimap
- Fixed an issue where the difficulty flag's position wasn't adjusted when flipping the minimap.
]]

0 comments on commit 92977cf

Please sign in to comment.