Skip to content

Commit

Permalink
Changelog v4.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Neogeekmo committed Sep 9, 2024
2 parents 94a5171 + 3e358c4 commit 35d5286
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions APR-Core/ChangeLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ end

function APR.changelog:SetChangeLog()
local news = {
{ "v4.4.5", "2024-09-09" },
"#Features",
"- Added `HasSpell` step option",
"- Added `ResetRoute` step option to auto reset the route (useful for farming routes ;) )",
"- Updated type of Race and Class to list format",

"#Bugs",
"- Fixed gossip for DF Horde quest `Whispers on the Winds` (65439)",
"- Removed end of `TWW - Isle of Dorn All Quest` to move it into the next zone route (work in progress)",
"- Fixed typo on Step 1 of `TWW - Ringing Deeps`",
"- Renamed `TWW - Isle of Dorn - All Quest` to `TWW - Isle of Dorn - All quests - Sojourner`",
"- Fixed Rollback function to return to step before Step 1",
"- Added Waypoint step on `New Candle, New Hope` scenario quest objectives (78642)",

{ "v4.4.4", "2024-09-04" },
"#Features",
"- Added `Quest Order List` show/hide option in the current step menu",
Expand Down

0 comments on commit 35d5286

Please sign in to comment.