Skip to content

Releases: clicketz/buff-overlay

v12.8.4

25 Sep 17:12
Compare
Choose a tag to compare

v12.8.4 (2024-09-25)

Full Changelog

Highlights

Classic deprecation fixes

Commits

clicketz (9):

  • [sod] bump toc
  • InterfaceOptions_AddCategory classic deprecation
  • Fix for changelog not generating properly
  • Remove changelog ghactions
  • Update luacheck.yml
  • Update changelog.yml
  • Update changelog.yml
  • Update changelog.yml
  • Create changelog.yml

v12.8.2

14 Aug 01:24
Compare
Choose a tag to compare

v12.8.2 (2024-08-13)

Full Changelog

Highlights

Add branch detection for github actions

Commits

v12.8

23 Jul 22:46
Compare
Choose a tag to compare

v12.8 (2024-07-23)

Full Changelog

Highlights

Bump tocs

Commits

v12.7.4

08 May 06:27
Compare
Choose a tag to compare

v12.7.4 (2024-05-08)

Full Changelog

Highlights

Retail 10.2.7

Commits

clicketz (3):

  • [rtl] bump toc 100207
  • Add cataclysm to bug report template
  • Move StaticPopup hack to AddonCompatibility.lua in case the bug bleeds to other flavors

v12.7.3

02 May 01:49
Compare
Choose a tag to compare

v12.7.3 (2024-05-01)

Full Changelog

Highlights

Initial cata support

Commits

clicketz (11):

  • [vnla] bump toc 11502
  • [cata] Add combat readiness + combat insight
  • [cata] Add guardian of the ancient kings (prot)
  • [cata] Temporary hack to fix Blizzard bug StaticPopup_DIsplayedFrames being nil instead of empty
  • [cata] Add camouflage
  • [cata] Remove ghostly strike
  • [cata] Remove frost ward
  • [cata] Remove ardent defender
  • [cata] Remove divine intervention
  • Initial cata support
  • Add IconTexture to classic tocs

v12.7.2

20 Mar 01:48
Compare
Choose a tag to compare

v12.7.2 (2024-03-19)

Full Changelog

Highlights

Minor fixes

Commits

clicketz (3):

  • [rtl] toc bump 100206
  • Change wording in comment
  • [vnla] Remove rank 2 evasion

v12.7.1

02 Mar 11:38
Compare
Choose a tag to compare

v12.7.1 (2024-03-02)

Full Changelog

Highlights

Spellbook/actionbar taint hopefully resolved

Commits

clicketz (8):

  • [vnla] bump toc 11501
  • lc: Add GetSpellDescription
  • Fix for spellbook tainting and action bar blocking
  • Add SoD to flavors
  • Update tip link image
  • Update README.md
  • Update README.md
  • Create FUNDING.yml

v12.6.20

17 Jan 01:02
Compare
Choose a tag to compare

v12.6.20 (2024-01-16)

Full Changelog

Highlights

toc bumps

Commits

clicketz (2):

  • [rtl] bump toc 100205
  • [vnla] bump toc 11500

v12.6.19

23 Nov 07:40
Compare
Choose a tag to compare

v12.6.19 (2023-11-23)

Full Changelog

Highlights

Fixes for fresh installs

Commits

clicketz (2):

  • Create cache for bars to be added after options initialized
  • Validate db before anything else

v12.6.18

22 Nov 11:00
Compare
Choose a tag to compare

v12.6.18 (2023-11-22)

Full Changelog

Highlights

Regression fixes and futureproofing related to older databases

Commits

clicketz (5):

  • Reorder validations higher in init and move some code to ValidateBarAttributes()
  • Implement ValidateDatabase() to utilize new db versioning
  • Add versioning to db for easier regression fixes
  • Reset DB instead of only profile if dated DB found
  • Fix options initializing before DB validation causing errors