Skip to content

Commit

Permalink
fixes #209 fixes #210
Browse files Browse the repository at this point in the history
  • Loading branch information
Krowi authored and Krowi committed May 23, 2024
1 parent 7b20ef2 commit e569575
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 72.3 - 2024-05-23
### Fixed
- Superior (Shadowlands) and Epic (Shadowlands) are now marked as no longer obtainable
- Watch List and Excluded categories no longer show Unknown as their names

## 72.2 - 2024-05-21
### Added
- Remix: Pandaria achievements now show the remix icon on the achievement
Expand Down
6 changes: 5 additions & 1 deletion Changelogs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
- Code cleanup and API improvements

### Added (72.2)
- Remix: Pandaria achievements now show the remix icon on the achievement
- Remix: Pandaria achievements now show the remix icon on the achievement

### Fixed (72.3)
- Superior (Shadowlands) and Epic (Shadowlands) are now marked as no longer obtainable
- Watch List and Excluded categories no longer show Unknown as their names
5 changes: 5 additions & 0 deletions Changelogs/CurseForge.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
<p><h3>Added (72.2)</h3></p>
<ul>
<li>Remix: Pandaria achievements now show the remix icon on the achievement</li>
</ul>
<p><h3>Fixed (72.3)</h3></p>
<ul>
<li>Superior (Shadowlands) and Epic (Shadowlands) are now marked as no longer obtainable</li>
<li>Watch List and Excluded categories no longer show Unknown as their names</li>
</ul>
6 changes: 5 additions & 1 deletion Changelogs/Wago.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
- Code cleanup and API improvements

### Added (72.2)
- Remix: Pandaria achievements now show the remix icon on the achievement
- Remix: Pandaria achievements now show the remix icon on the achievement

### Fixed (72.3)
- Superior (Shadowlands) and Epic (Shadowlands) are now marked as no longer obtainable
- Watch List and Excluded categories no longer show Unknown as their names
6 changes: 6 additions & 0 deletions Changelogs/WowInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@
[B]Added (72.2)[/B]
[LIST]
[*]Remix: Pandaria achievements now show the remix icon on the achievement
[/LIST]

[B]Fixed (72.3)[/B]
[LIST]
[*]Superior (Shadowlands) and Epic (Shadowlands) are now marked as no longer obtainable
[*]Watch List and Excluded categories no longer show Unknown as their names
[/LIST]
2 changes: 1 addition & 1 deletion Data/CataClassic/ExportedAchievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local f = addon.Objects.Faction; -- Saves some characters and file size as we us
-- [[ Everything after these lines is automatically generated as an export from ]] --
-- [[ an SQLite database and is not meant for manual edit. - AUTOGENTOKEN ]] --

-- [[ Exported at 2024-05-09 11-00-50 ]] --
-- [[ Exported at 2024-05-23 13-16-32 ]] --
tasks = {
{N, 19440, 204, f.Horde}, -- Defense Protocol Gamma: Terminated
{N, 19439, 204, f.Alliance}, -- Defense Protocol Gamma: Terminated
Expand Down
4 changes: 3 additions & 1 deletion Data/Retail/ExportedAchievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local f = addon.Objects.Faction; -- Saves some characters and file size as we us
-- [[ Everything after these lines is automatically generated as an export from ]] --
-- [[ an SQLite database and is not meant for manual edit. - AUTOGENTOKEN ]] --

-- [[ Exported at 2024-05-09 11-00-53 ]] --
-- [[ Exported at 2024-05-23 13-16-35 ]] --
tasks = {
{N, 40382, 208}, -- Hunt the Harbinger
{O, 40223, "From", "Event", "1514", "Until", "Event", "1514"},
Expand Down Expand Up @@ -2463,7 +2463,9 @@ tasks = {
{N, 14800, 186}, -- Sojourner of Ardenweald
{N, 14799, 186}, -- Sojourner of Maldraxxus
{N, 14798, 186}, -- Sojourner of Revendreth
{O, 14797, "From", "Version", "090002", "Before", "Version", "100000"},
{N, 14797, 186}, -- Epic (Shadowlands)
{O, 14796, "From", "Version", "090002", "Before", "Version", "100000"},
{N, 14796, 186}, -- Superior (Shadowlands)
{N, 14795, 186}, -- Clearing the Fog
{N, 14791, 186}, -- Toss a Seed to Your Hunter...
Expand Down
2 changes: 1 addition & 1 deletion Data/WrathClassic/ExportedAchievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local f = addon.Objects.Faction; -- Saves some characters and file size as we us
-- [[ Everything after these lines is automatically generated as an export from ]] --
-- [[ an SQLite database and is not meant for manual edit. - AUTOGENTOKEN ]] --

-- [[ Exported at 2024-05-09 11-00-46 ]] --
-- [[ Exported at 2024-05-23 13-16-28 ]] --
tasks = {
{N, 19440, 204, f.Horde}, -- Defense Protocol Gamma: Terminated
{N, 19439, 204, f.Alliance}, -- Defense Protocol Gamma: Terminated
Expand Down
3 changes: 2 additions & 1 deletion Globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ local function AddCategoriesTree(category, achievement, extraFunc)
end
end
if alreadyAdded == nil then
local newCategory = addon.Objects.Category:New(cat.Name);
local newCategory = addon.Objects.Category:New(cat.Id + 9999, cat.Name);
addon.Data.Categories[cat.Id + 9999] = newCategory;
extraFunc(newCategory);
category = category:AddCategory(newCategory);
end
Expand Down
2 changes: 1 addition & 1 deletion Krowi_AchievementFilter.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Krowi's |cFF1D92C2Achievement Filter|r
## X-Prefix: KrowiAF
## X-Acronym: KAF
## Version: 72.2
## Version: 72.3
## Author: Krowi-Frostmane EU
## SavedVariables: Options, SavedData, Filters, DebugTable, KrowiAF_Options, KrowiAF_SavedData, KrowiAF_Filters, KrowiAF_SearchOptions, KrowiAF_Achievements
## Notes: Filters your achievements.
Expand Down
2 changes: 1 addition & 1 deletion Krowi_AchievementFilter_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Krowi's |cFF1D92C2Achievement Filter|r
## X-Prefix: KrowiAF
## X-Acronym: KAF
## Version: 72.2
## Version: 72.3
## Author: Krowi-Frostmane EU
## SavedVariables: Options, SavedData, Filters, DebugTable, KrowiAF_Options, KrowiAF_SavedData, KrowiAF_Filters, KrowiAF_SearchOptions, KrowiAF_Achievements
## Notes: Filters your achievements.
Expand Down
2 changes: 1 addition & 1 deletion Krowi_AchievementFilter_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Krowi's |cFF1D92C2Achievement Filter|r
## X-Prefix: KrowiAF
## X-Acronym: KAF
## Version: 72.2
## Version: 72.3
## Author: Krowi-Frostmane EU
## SavedVariables: Options, SavedData, Filters, DebugTable, KrowiAF_Options, KrowiAF_SavedData, KrowiAF_Filters, KrowiAF_SearchOptions, KrowiAF_Achievements
## Notes: Filters your achievements.
Expand Down

0 comments on commit e569575

Please sign in to comment.