From 0d19c29b2f6dd11722d83e0cdd2d648c4e2d0e68 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Sun, 16 Oct 2022 22:22:30 +0400 Subject: [PATCH] Update changelog for 2.9.12 --- .pkgmeta | 6 +++--- CHANGELOG.md | 25 ++++++++++++++----------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.pkgmeta b/.pkgmeta index 727733c663..2f4f2a9f46 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -22,9 +22,9 @@ license-output: LICENSE.txt tools-used: -#manual-changelog: -# filename: CHANGELOG.md -# markup-type: markdown +manual-changelog: + filename: CHANGELOG.md + markup-type: markdown plain-copy: - assets/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5ca0baf7..8de3ded124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,25 @@ # AllTheThings -## [SL-2.9.11](https://github.com/DFortun81/AllTheThings/tree/SL-2.9.11) (2022-10-09) -[Full Changelog](https://github.com/DFortun81/AllTheThings/compare/SL-2.9.10...SL-2.9.11) [Previous Releases](https://github.com/DFortun81/AllTheThings/releases) +## [SL-2.9.12](https://github.com/DFortun81/AllTheThings/tree/SL-2.9.12) (2022-10-16) +[Full Changelog](https://github.com/DFortun81/AllTheThings/compare/SL-2.9.11...SL-2.9.12) [Previous Releases](https://github.com/DFortun81/AllTheThings/releases) ### Functional changes -- Adjusted 'Lore' tooltip text to be a slightly darker blue to make it distinct from custom Descriptions (will probably be adjusted in future). Just a reminder that you can disable Lore text but still have helpful descriptions enabled, check it in Settings! -- Automatic expansion of groups will no longer expand Difficulty headers (doesn't affect when clicking the groups manually). -- Reverted logic that moves Common Boss Drops and Zone Drops in minilists. This is compensated by those respective headers no longer being automatically expanded inside instances due to the 'Expand Current Difficulty' option. +- Added a bit of logic for Nested Source Quests in case very strange situations can still cause infinite loops and to report the offending quest. +- If you care about level filtering we will consider Shadowlands content as level 48+ and Dragonflights as 58+ now (was 50+ and 60+ respectively). +- Couple minor performance improvements for full Quest completion checking. + + +### Logic fixes + +- Removed an unnecessary window refresh on some events. ### Data fixes -- You can get the Shrouded Banner of the Opportune toy again if you missed it during The Great Push SL Season 4. Check out [Raider.IO's Break the Meta](https://raider.io/news/403-break-the-meta-s4-arrives-october-4th) event! -- **Professions updates** (most of these are only updates of content from Classic up to WotLK): gathering professions (+Mining/Skinning BfA Quests), Alchemy, Tailoring (up to Cataclysm), Cooking, Engineering, Enchanting, Leatherworking, Blacksmithing. -- Ongoing adjustments to Achievements, this time around in the Exploration category. -- Updated Wintergrasp. -- Fixed a bunch of Northrend vendors. -- Fixed lots of duplicate quests. +- Removed more duplicated profession quests after recent profession changes (Enchanting, Blacksmithing). +- Moved all Blacksmithing quests to their respective source locations. +- More various quest fixes here and there. +- More WotLK content adjustments that have some spillover effect of Retail content (Achievements in Dalaran and zones, updated Ulduar, etc). - Other fixes.