Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobTaco committed Jan 23, 2024
2 parents 67916dd + 89e254b commit 30b5e9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

## [1.4.1]

### Updated

- Updated TOC for all versions of the game
- Fixed an error that happens when opening NoobTacoUI installer after its been installed.
-

## [1.4.0]

### Updated

- Changed actionbar glow to be more visible.
- Updated version checks
- Fix #35 - Correctly move the new totem tracker for shaman and DK's
Expand Down
2 changes: 1 addition & 1 deletion Code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ local function InsertOptions()
desc = "Run the installation process.",
func = function()
E:GetModule("PluginInstaller"):Queue(InstallerData)
E:ToggleOptionsUI()
E:ToggleOptions()
end
}
}
Expand Down
8 changes: 4 additions & 4 deletions NoobTacoUI.toc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Interface: 90207
## Interface-Classic: 11403
## Interface: 100205
## Interface-Classic: 11500
## Interface-BCC: 20504
## Interface-Wrath: 30400
## Interface-Wrath: 30403
## Title: |cFF16C3F2NoobTaco|r|cFFFFFFFFUI|r
## Author: NoobTaco
## Version: 1.4.0
## Version: 1.4.1
## Notes: Contains layouts from NoobTacoUI
## RequiredDeps: ElvUI
## DefaultState: enabled
Expand Down

0 comments on commit 30b5e9d

Please sign in to comment.