Skip to content

Commit

Permalink
Merge pull request #61 from NoobTaco/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobTaco authored Dec 9, 2024
2 parents 7c82079 + b0ea407 commit d6c2635
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# Changelog

## [1.5.5]

### Updated

- Updated the colors for class resources combo points
- Adjusted the reaction colors for nameplates
- Added support for new nameplate styles
- Improved performance of nameplate updates
- Fixed an issue with nameplate visibility in certain scenarios
- TOC update

## [1.5.4]

### Updated

- Removed wago analytics. Was causing issues.

## [1.5.3]

### Added

- Icon for ingame addon menu
- Added wago analytics

## [1.5.2]

### Updated

- Fixed nameplate text bug. Names should now properly display in the correct location. Fixes [#56](https://github.com/NoobTaco/NoobTacoUI/issues/56)

## [1.5.1]

### Added

- Refactored some code and broke integrations into their own sections code wise.
- Added integration for Baganator. Will disable ElvUI bags.
- Added integration for XIV_Databar. Will disable bottom data bars and move bottom of UI up to fit XIV.
- Added integration for Cell unit frames. Default ElvUI raid and party frames will be disabled.

### Updated

- Updated README.md and README.bbc

## [1.5.0]

## [1.5.4]

### Updated
Expand Down
4 changes: 2 additions & 2 deletions NoobTacoUI.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11502,11503, 40400, 110000, 110002
## Interface: 11505, 40401, 110005
## Title: |cFF16C3F2NoobTaco|r|cFFFFFFFFUI|r
## Author: NoobTaco
## Version: 1.5.4
## Version: 1.5.5
## Notes: Contains layouts from NoobTaco
## RequiredDeps: ElvUI
## DefaultState: enabled
Expand Down
8 changes: 7 additions & 1 deletion modules/NamePlates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ local NoobTacoUI, E, L, V, P, G = unpack(select(2, ...))
Version 1.5.2 - Nameplates improvements
- Refactored code in nameplates.lua
- Fixed nameplate health text position
Version 1.5.5 - Nameplates improvements
- Updated the colors for class resources combo points
- Adjusted the reaction colors for nameplates
- Added support for new nameplate styles
- Improved performance of nameplate updates
- Fixed an issue with nameplate visibility in certain scenarios
]]
function NoobTacoUI:SetupNamePlates()
-- NAMEPLATES -------------------------------------------------------------
-- Global Nameplate Settings
E.global["nameplates"]["filters"]["ElvUI_Target"]["actions"]["color"]["border"] = false
E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["b"] = 0.55686274509804
E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["g"] = 0.50980392156863
E.db["nameplates"]["colors"]["classResources"]["comboPoints"][1]["r"] = 1
Expand Down

0 comments on commit d6c2635

Please sign in to comment.