From 4eb28bff6e4d6990c6daff8fb1a99cded686cf21 Mon Sep 17 00:00:00 2001 From: Lars Norberg Date: Fri, 1 Nov 2024 20:17:09 +0100 Subject: [PATCH] 5.2.191-Release --- AzeriteUI/Components/UnitFrames/Units/Party.lua | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AzeriteUI/Components/UnitFrames/Units/Party.lua b/AzeriteUI/Components/UnitFrames/Units/Party.lua index 5de7875..44e6fec 100644 --- a/AzeriteUI/Components/UnitFrames/Units/Party.lua +++ b/AzeriteUI/Components/UnitFrames/Units/Party.lua @@ -49,7 +49,7 @@ local GetMedia = ns.API.GetMedia local GetFont = ns.API.GetFont local Units = {} -local TESTMODE = true +local TESTMODE --= true local defaults = { profile = ns:Merge({ diff --git a/CHANGELOG.md b/CHANGELOG.md index 4faaf45..46d3d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Be aware th The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [5.2.191-Release] 2024-11-01 +### Fixed +- The player's party unitframe is no longer always visible. I forgot to turn off a developer setting before uploading the previous fix. + ## [5.2.190-Release] 2024-11-01 ### Changed - Slightly beefed up the size of the power bars on the 5p Party unitframes.