From ad2d714926a4478993c1dedce75db9910cd12463 Mon Sep 17 00:00:00 2001 From: Arnvid Karstad Date: Sun, 28 Jan 2024 01:09:06 +0100 Subject: [PATCH] Pushing 10.2.5.1 release --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- Aurora.toc | 4 ++-- CHANGELOG.md | 8 +++++++- LICENSE.md | 3 ++- gui.lua | 3 ++- 7 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b52784b1..3bcb7c85 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -2,7 +2,7 @@ name: Bug report description: Create a report to help us improve title: "[Bug]" labels: bug -assignees: Gethe +assignees: arnvid body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c507dc42..4531c925 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: "[Feature]" labels: enhancement -assignees: Gethe +assignees: arnvid --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 552c2a81..7213dd7f 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -3,6 +3,6 @@ name: Question about: Ask a question title: "[Qustion]" labels: question -assignees: Gethe +assignees: arnvid --- diff --git a/Aurora.toc b/Aurora.toc index 5192446d..1156fee0 100644 --- a/Aurora.toc +++ b/Aurora.toc @@ -4,8 +4,8 @@ ## Title: Aurora ## IconAtlas: callings-backhighlight-full ## Notes: Minimalistic window theme. -## Author: Haleth/Lightsword, Gethe -## Version: 10.2.5.0 +## Author: Haleth/Lightsword, Gethe, Hanshi/arnvid +## Version: 10.2.5.1 ## LoadWith: Blizzard_CompactRaidFrames ## OptionalDeps: Ace3, LibTextDump-1.0, BugSack, WagoAnalytics ## SavedVariables: AuroraConfig diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f36f10..860aa7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## [10.2.5.0] ## +## [10.2.5.1] ## +### Fixed ### + + * [retail] AuctionHouseItemListMixin no longer has the functions OnScrollBoxRangeChanged or UpdateSelectionHighlights + + +## [10.2.5.0] ## ### Fixed ### * [retail] ColorPicker changes according to 10.2.5 diff --git a/LICENSE.md b/LICENSE.md index 83bd030c..c6246850 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,7 @@ Copyright (c) 2010-2024 [Haleth/Lightsword](http://www.wowinterface.com/forums/member.php?u=110142), -[Gethe](http://www.wowinterface.com/forums/member.php?u=111611). +[Gethe](http://www.wowinterface.com/forums/member.php?u=111611), +[Hanshi/arnvid](https://github.com/arnvid) All rights reserved. The contents of this software (the "AddOn"), excluding third-party resources, diff --git a/gui.lua b/gui.lua index 6ea980df..46c64fb0 100644 --- a/gui.lua +++ b/gui.lua @@ -309,7 +309,8 @@ local credits = gui:CreateFontString(nil, "ARTWORK", "GameFontHighlight") credits:SetText([[ Aurora by Lightsword @ Argent Dawn - EU / Haleth on wowinterface.com -Maintained by Gethe +Maintained by Gethe (2016-2023) and Hanshi/arnvid (2023-) + ]]) credits:SetPoint("TOP", line, "BOTTOM", 0, -20)