Skip to content

Releases: SavedInstances/SavedInstances

10.2.7

27 Apr 20:50
Compare
Choose a tag to compare

SavedInstances

10.2.7 (2024-04-26)

Full Changelog Previous Releases

  • fix(Currency): spark starts in catch-up mode
  • feat(Progress): add Aiding the Accord in S4 as Last Hurrah
  • feat(Currency): Dragonflight Season 4 Renascent, Crest, Spark, Dinar and defaults
  • feat(MythicPlus): add Dragonflight Season 4 item levels
  • fix: fix currency with totalEarned coloring
    amount should be colored by totalEarned / totalMax, when totalEarned and totalMax is available
    fixes #831

10.2.6

03 Apr 15:03
3152723
Compare
Choose a tag to compare

SavedInstances

10.2.6 (2024-04-03)

Full Changelog Previous Releases

  • Update TOC
  • feat: prefer totalEarned on currency color
    closes #806
  • feat: add Sparks of Life: The Forbidden Reach
    fixes #818
  • fix: quick fix to blz breaks C_ChallengeMode.GetKeystoneLevelRarityColor

10.2.5

09 Feb 13:01
Compare
Choose a tag to compare

SavedInstances

10.2.5 (2024-01-22)

Full Changelog Previous Releases

  • chore: toc update
  • feat: add currency and quest tracking for Azerothian Archives
    closes #813
  • fix(LFR): sync wing order with in-game raid finder

10.2.2

10 Dec 21:52
Compare
Choose a tag to compare

SavedInstances

10.2.2 (2023-11-24)

Full Changelog Previous Releases

  • fix: don't use locale for abbrevation
  • fix: remove unused local
  • fix: split dungeon item levels into per season values
  • test: update luacheckrc
  • feat: show Heroic and Mythic dungeon runs
  • feat: store paragon prog for rep progress if paragon
  • Added tracking for Sparks of Life: Zaralek Cavern and Sparks of Life: Emerald Dream
  • feat: calc DFS3 spark drops for current week
  • fix: use C_QuestLog.IsComplete to avoid optional objective not finished

10.2.1

13 Nov 10:18
Compare
Choose a tag to compare

SavedInstances

10.2.1 (2023-11-13)

Full Changelog Previous Releases

  • test: add C_AddOns to luacheckrc
  • feat: add more 10.2 weeklies to Progress and Quest
    The Superbloom, Blooming Dreamseeds, Great Crates!, Crate of the Art
  • refactor: parallel numbers use "|" instand of " / " to save space
    closes #749
  • feat: add Dream Wardens to Dragonflight Renown
  • refactor: global func deprecated to C_AddOns
  • fix(MythicPlus): use updated enum to calculate reward thresholds

10.2.0

08 Nov 01:45
Compare
Choose a tag to compare

SavedInstances

10.2.0 (2023-10-26)

Full Changelog Previous Releases

  • chore: update toc for Patch 10.2
  • feat: add new Aiding the Accord, A Worthy Ally: Dream Wardens, also show only one Aiding the Accord in weekly quest
  • feat(LFR): add Amirdrassil, the Dream's Hope
  • chore: wago.tools link to world boss quest finding
  • feat(WorldBoss): add Aurostor, The Hibernator
  • feat(Paragon): add major faction Dream Wardens
  • feat(MythicPlus): new dungons for DFS3
  • feat(Currency): new currency for patch 10.2, clean up, defaults
  • fix(Progress): fix any entry contains

10.1.6

10 Oct 10:14
445957d
Compare
Choose a tag to compare

SavedInstances

10.1.6 (2023-10-10)

Full Changelog Previous Releases

  • Add 'Time Rift' as trackable progress (#780)
    Co-authored-by: Benjamin Staneck staneck@gmail.com

  • Switched quest ID to number

  • Implemented feedback

  • Added quest 77251 as a progress to track

  • feat: add Aiding the Accord: Dreamsurge

10.1.5

15 Jul 12:00
10.1.5
Compare
Choose a tag to compare

SavedInstances

10.1.5 (2023-07-15)

Full Changelog Previous Releases

  • feat: add Time Rift Weekly Gear Token
  • feat: add Paracausal Flakes
  • feat: mark When Time Needs Mending account weekly
  • fix: fix bonus roll tooltip error
  • feat: add Aiding the Accord: Time Rift
  • fix: replace READY_CHECK_READY_TEXTURE and READY_CHECK_WAITING_TEXTURE to build-in string since it changed to atlas in Patch 10.1.5

10.1.4

03 Jul 10:06
Compare
Choose a tag to compare

SavedInstances

10.1.4 (2023-07-03)

Full Changelog Previous Releases

  • feat: implement type guard for progress store
    closes #746
  • fix: fix locale string

10.1.3

02 Jul 00:38
10.1.3
Compare
Choose a tag to compare

SavedInstances

10.1.3 (2023-06-22)

Full Changelog Previous Releases

  • fix: fix any, list's update, list's unlock & show
  • fix: fix detach frame moving
  • Add cspell and Lua LSP config
  • perf: store module in var
  • feat: add Zaralek Cavern Professions Quests
    thanks to @chris-merritt (#742)
  • refactor: refactor progress
    introduce more progress entry types, more build-in prop config, and user-defined entry
    using new tooltip func, drop the old one
  • feat: color util func
  • feat: tooltip func to new file
  • feat: tweak config load to allow module init first
  • Add SI to addon compartment