Skip to content

Releases: DJScias/Experiencer2

6.3.3

17 Dec 23:33
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.3.3] - 2024-12-18

Changed

  • 11.0.7 TOC bump.

[6.3.2] - 2024-10-22

Changed

  • 11.0.5 TOC bump.

[6.3.1] - 2024-10-16

Changed

  • Optimize ExperiencerModuleBarsMixin:TriggerBufferedUpdate.

Fixed

  • Safeguard reputation GetBarData being nil (fixes #17).
    • Thanks to Github user NoShotz for helping track this down.
  • Safeguard ExperiencerModuleBarsMixin:Refresh against potential nil data values.
  • Safeguard ExperiencerModuleBarsMixin:TriggerBufferedUpdate against potential nil data values.

[6.3.0] - 2024-09-22

Added

  • Reputation now has a "Wait for end of combat" option, this is off by default.
    • It waits to handle all reputation calculations until after all combat is over.
      • Potentially mitigates freezing/lag when farming lots of reputation-giving mobs consistently.

Changed

  • Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.

Fixed

  • Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes #16).

[6.2.1] - 2024-09-10

Changed

  • Updated some reputation colors (mainly friendships that don't stick by the normal reputation namings).
    • From my checks, they seem to all be using the "friendly" green color for every rank. Please report if different of course!

Fixed

  • Fix reputation CanLevelUp, C_Reputation.GetFactionParagonInfo does not return a data struct, so hasRewardPending retrieval failed.
    • Should fix #12.

[6.2.0] - 2024-09-07

Added

  • Add two new options introduced to reputations in The War Within (also found in the upper right corner on the reputations panel):
    • "Reputation Filter" lets you filter your reputations between All, Warband and your Character.
    • "Show Legacy Reputation" toggles all the reputations prior to The War Within.

Changed

  • Rewrote the behavior of "Auto add to Recent Reputations list" and "Auto switch bar to last gained reputation".
    • Auto-add has no noticeable end-user changes that are worth mentioning.
    • Auto switch now works correctly even if "auto add" is not checked.
      • However, it will always add the switched reputation to Recent Reputations, regardless of the "auto add" setting.
    • Should completely fix #10, thanks to Github users Demonicka and JBabbb for helping track this down.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.3.2

22 Oct 21:23
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.3.2] - 2024-10-22

Changed

  • 11.0.5 TOC bump.

[6.3.1] - 2024-10-16

Changed

  • Optimize ExperiencerModuleBarsMixin:TriggerBufferedUpdate.

Fixed

  • Safeguard reputation GetBarData being nil (fixes #17).
    • Thanks to Github user NoShotz for helping track this down.
  • Safeguard ExperiencerModuleBarsMixin:Refresh against potential nil data values.
  • Safeguard ExperiencerModuleBarsMixin:TriggerBufferedUpdate against potential nil data values.

[6.3.0] - 2024-09-22

Added

  • Reputation now has a "Wait for end of combat" option, this is off by default.
    • It waits to handle all reputation calculations until after all combat is over.
      • Potentially mitigates freezing/lag when farming lots of reputation-giving mobs consistently.

Changed

  • Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.

Fixed

  • Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes #16).

[6.2.1] - 2024-09-10

Changed

  • Updated some reputation colors (mainly friendships that don't stick by the normal reputation namings).
    • From my checks, they seem to all be using the "friendly" green color for every rank. Please report if different of course!

Fixed

  • Fix reputation CanLevelUp, C_Reputation.GetFactionParagonInfo does not return a data struct, so hasRewardPending retrieval failed.
    • Should fix #12.

[6.2.0] - 2024-09-07

Added

  • Add two new options introduced to reputations in The War Within (also found in the upper right corner on the reputations panel):
    • "Reputation Filter" lets you filter your reputations between All, Warband and your Character.
    • "Show Legacy Reputation" toggles all the reputations prior to The War Within.

Changed

  • Rewrote the behavior of "Auto add to Recent Reputations list" and "Auto switch bar to last gained reputation".
    • Auto-add has no noticeable end-user changes that are worth mentioning.
    • Auto switch now works correctly even if "auto add" is not checked.
      • However, it will always add the switched reputation to Recent Reputations, regardless of the "auto add" setting.
    • Should completely fix #10, thanks to Github users Demonicka and JBabbb for helping track this down.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.3.1

16 Oct 17:33
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Nil-guard potential bar data, ref #17

[6.3.1] - 2024-10-16

Changed

  • Optimize ExperiencerModuleBarsMixin:TriggerBufferedUpdate.

Fixed

  • Safeguard reputation GetBarData being nil (fixes #17).
  • Safeguard ExperiencerModuleBarsMixin:Refresh against potential nil data values.
  • Safeguard ExperiencerModuleBarsMixin:TriggerBufferedUpdate against potential nil data values.

[6.3.0] - 2024-09-22

Added

  • Reputation now has a "Wait for end of combat" option, this is off by default.
    • It waits to handle all reputation calculations until after all combat is over.
      • Potentially mitigates freezing/lag when farming lots of reputation-giving mobs consistently.

Changed

  • Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.

Fixed

  • Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes #16).

[6.2.1] - 2024-09-10

Changed

  • Updated some reputation colors (mainly friendships that don't stick by the normal reputation namings).
    • From my checks, they seem to all be using the "friendly" green color for every rank. Please report if different of course!

Fixed

  • Fix reputation CanLevelUp, C_Reputation.GetFactionParagonInfo does not return a data struct, so hasRewardPending retrieval failed.
    • Should fix #12.

[6.2.0] - 2024-09-07

Added

  • Add two new options introduced to reputations in The War Within (also found in the upper right corner on the reputations panel):
    • "Reputation Filter" lets you filter your reputations between All, Warband and your Character.
    • "Show Legacy Reputation" toggles all the reputations prior to The War Within.

Changed

  • Rewrote the behavior of "Auto add to Recent Reputations list" and "Auto switch bar to last gained reputation".
    • Auto-add has no noticeable end-user changes that are worth mentioning.
    • Auto switch now works correctly even if "auto add" is not checked.
      • However, it will always add the switched reputation to Recent Reputations, regardless of the "auto add" setting.
    • Should completely fix #10, thanks to Github users Demonicka and JBabbb for helping track this down.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.3.0

22 Sep 21:41
8edb07d
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.3.0] - 2024-09-22

Added

  • Reputation now has a "Wait for end of combat" option, this is off by default.
    • It waits to handle all reputation calculations until after all combat is over.
      • Potentially mitigates freezing/lag when farming lots of reputation-giving mobs consistently.

Changed

  • Fall clean-up, a lot of code has been rewritten and optimized. In most cases, this should have no noticeable end-user changes.

Fixed

  • Safeguard GetFactionInfoByName (previously GetFactionIDByName) factionData being nil (fixes #16).

[6.2.1] - 2024-09-10

Changed

  • Updated some reputation colors (mainly friendships that don't stick by the normal reputation namings).
    • From my checks, they seem to all be using the "friendly" green color for every rank. Please report if different of course!

Fixed

  • Fix reputation CanLevelUp, C_Reputation.GetFactionParagonInfo does not return a data struct, so hasRewardPending retrieval failed.
    • Should fix #12.

[6.2.0] - 2024-09-07

Added

  • Add two new options introduced to reputations in The War Within (also found in the upper right corner on the reputations panel):
    • "Reputation Filter" lets you filter your reputations between All, Warband and your Character.
    • "Show Legacy Reputation" toggles all the reputations prior to The War Within.

Changed

  • Rewrote the behavior of "Auto add to Recent Reputations list" and "Auto switch bar to last gained reputation".
    • Auto-add has no noticeable end-user changes that are worth mentioning.
    • Auto switch now works correctly even if "auto add" is not checked.
      • However, it will always add the switched reputation to Recent Reputations, regardless of the "auto add" setting.
    • Should completely fix #10, thanks to Github users Demonicka and JBabbb for helping track this down.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.2.1

10 Sep 14:34
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.2.1] - 2024-09-10

Changed

  • Updated some reputation colors (mainly friendships that don't stick by the normal reputation namings).
    • From my checks, they seem to all be using the "friendly" green color for every rank. Please report if different of course!

Fixed

  • Fix reputation CanLevelUp, C_Reputation.GetFactionParagonInfo does not return a data struct, so hasRewardPending retrieval failed.
    • Should fix #12.

[6.2.0] - 2024-09-07

Added

  • Add two new options introduced to reputations in The War Within (also found in the upper right corner on the reputations panel):
    • "Reputation Filter" lets you filter your reputations between All, Warband and your Character.
    • "Show Legacy Reputation" toggles all the reputations prior to The War Within.

Changed

  • Rewrote the behavior of "Auto add to Recent Reputations list" and "Auto switch bar to last gained reputation".
    • Auto-add has no noticeable end-user changes that are worth mentioning.
    • Auto switch now works correctly even if "auto add" is not checked.
      • However, it will always add the switched reputation to Recent Reputations, regardless of the "auto add" setting.
    • Should completely fix #10, thanks to Github users Demonicka and JBabbb for helping track this down.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.2.0

07 Sep 20:58
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.2.0] - 2024-09-07

Added

  • Add two new options introduced to reputations in The War Within (also found in the upper right corner on the reputations panel):
    • "Reputation Filter" lets you filter your reputations between All, Warband and your Character.
    • "Show Legacy Reputation" toggles all the reputations prior to The War Within.

Changed

  • Rewrote the behavior of "Auto add to Recent Reputations list" and "Auto switch bar to last gained reputation".
    • Auto-add has no noticeable end-user changes that are worth mentioning.
    • Auto switch now works correctly even if "auto add" is not checked.
      • However, it will always add the switched reputation to Recent Reputations, regardless of the "auto add" setting.
    • Should completely fix #10, thanks to Github users Demonicka and JBabbb for helping track this down.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.1.9

07 Sep 01:29
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.1.9] - 2024-09-07

Changed

  • Rewrote the reputation list coding. This should work a bit more straightforward and solves some quirks.
    • For example: Brann Bronzebread being part of "The Severed Threads" (which he's not last I checked).

Fixed

  • Nil check for factionData in GetFactionActive.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.1.8

06 Sep 00:38
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.1.8] - 2024-09-06

Fixed

  • Warband (Account-Wide) reputation gains were not properly counted and auto-switching did not work as a result (fully fixes #10).

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.1.7

05 Sep 21:33
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.1.7] - 2024-09-05

Fixed

  • Auto-switching reputation from no tracked reputation could caues issues (fixes #10).

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

Older Changelogs

These can always be found on the Experiencer 2.0's GitHub Wiki.

6.1.6

23 Aug 01:00
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[6.1.6] - 2024-08-23

Fixed

  • Workaround reputation issue when encountering broken/empty/duplicate TWW headers.
    • This seems to be perhaps an early TWW issue?

[6.1.5] - 2024-08-22

Changed

  • Updated the Experience code, plus some general clean-up.
    • Added Guild Banner Standards and Draught of Ten Lands as EXP modifiers.
    • Potential fix for updating expansion level (only on xpac change).

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly - again.
  • Removed a leaky global (no end-user changes).

[6.1.4] - 2024-08-21

Added

  • Added WoWInterface to the BigWigs Packager.

Changed

  • Cloak Threads option has been disabled with the end of World of Warcraft Remix: Mists of Pandaria.
    • The bar will display "no cloak" and can be switched away from, but it can no longer be selected in the menu.
  • Font face dropdown now scrolls instead of being multiple More dropdowns (11.0.2 fixed this).

[6.1.3] - 2024-08-17

Fixed

  • LibSharedMedia-3.0 libraries were loaded wrongly.

[6.1.2] - 2024-08-16

Fixed

  • BigWigs Packager's .pkgmeta was ignoring the libraries wrongly.

[6.1.1] - 2024-08-16

Added

  • BigWigs Packager to both CurseForge and Wago.io.

[6.1.0] - 2024-08-15

Added

  • Add reputation option "Clear recent reputations":
    • This will clear your recent reputations list in case it has grown too considerably.

Changed

  • TOC bump.
  • Rework the Watched Faction and Recent Reputations menus.
    • This has no tangible end-user changes.

Fixed

  • Feed correct data into recent reputations list (fixes #9).
  • Fix errors regarding retrieving artifact info (Heart of Azeroth).

[6.0.1] - 2024-08-04

Fixed

  • Add safeguard for nil in CanLevelUp or OnMouseWheel (fixes #7).

[6.0.0] - 2024-07-26

This release is mostly geared towards making Experiencer work with The War Within.
It is possible more bugs might still linger, please do report them on the GitHub!

Added

  • Add reputation option "Auto switch bar to last gained reputation":
    • This will automatically switch the Reputation bar to the last reputation you've gained reputation with.

Changed

  • Collapsed headers in the reputation panel should now persist.
    • This was put in before I took over the addon, but apparently Experiencer uncollapsed all the headers to be able
      to reliably show you all available reputations. We still do that, but now after the check we collapse them again.
  • New TWW menus. They look better, and I also made handling them a bit better, expect further updates still!
  • TOC bump.
  • Updated libraries.

Fixed

  • A lot of API deprecations involving TWW have been fixed.
  • Squashed reputation bugs with the new warband system and page rework.
  • Add safeguard for nil reputation color (fixes #5).

[5.3.0] - 2024-05-31

Added

  • Add support to have reputation bars use the current standing color.
    • Can be enabled with Use reputation color in Frame Options (adds #4).
  • Add support for threads of the WoW: Remix's Cloak of Infinite Potential.
    • Tracks amount of total threads (and amount gained per session).
    • Track remaining necessary threads for next "Infinite Power" level.

Changed

  • Optimized reputations under-the-hood, users should see no noticeable changes.

[5.2.6] - 2024-05-07

Changed

  • TOC bump.
  • Changelog Updates (again.. oops!).

[5.2.5] - 2024-04-13

Changed

  • Update friendship tier colors for Cobalt Assembly and Soridormi (Time Rifts).
  • Update friendship tier colors for Sabellian/Wrathion.
  • Condensed 5 tier friendships together (they behave the same way color-wise).

[5.2.4] - 2024-04-07

Fixed

  • 10.2.6 deprecates IsRecruitAFriendLinked, use C_RecruitAFriend.IsRecruitAFriendLinked instead to avoid errors throwing.

[5.2.3] - 2024-03-20

Changed

  • TOC bump.

[5.2.2] - 2024-01-16

Changed

  • Color picker updates (frame was overhauled and now includes a hex color input field).

[5.2.1] - 2024-01-16

Changed

  • TOC bump.

[5.2.0] - 2023-11-18

Added

  • Paragon support for Renown reputations (fixes #2).

Fixed

  • Fix reputations prior to DF showing Exalted when they are actually Paragon.
  • Potentially fix right-click error due to missing semicolon (fixes #1).

Changed

  • Updated libraries.

[5.1.2] - 2023-11-08

Changed

  • TOC bump.

[5.1.1] - 2023-10-23

Changed

  • Proper version bump.

[5.1.0] - 2023-10-23

Added

  • Support for friendship reputation colors (Tillers, Sabellian/Wrathion, Cobalt Assembly, etc..)

[5.0.0] - 2023-11-18

Added

Fixed

  • Right-click watch faction works again.