Skip to content

Releases: pyranja/wow-vocal-cooldowns

1.2.1

04 Nov 20:55

Choose a tag to compare

VocalCooldowns

1.2.1 (2024-11-04)

Full Changelog Previous Releases

  • chore: bump supported version to 11.0.5
    No changes required.

1.2.0

14 Oct 22:28
14cbfc1

Choose a tag to compare

VocalCooldowns

1.2.0 (2024-10-14)

Full Changelog Previous Releases

  • Merge pull request #4 from pyranja/feat/ace-integration
    feat: Min cooldown length is configurable
  • fix: rm unused update period constant
  • feat: add time unit to cd length config
  • feat: configurable update period
  • docs: fix typo in README
  • feat: Min cooldown length is configurable
    Include Ace3 framework to support native addon options.
    Expose minimal length of tracked cooldowns as first configurable option.
  • Merge pull request #3 from pyranja/feat-exclude-list
    feat: add exclusion list for spell ids
  • feat: add exclusion list for spell ids

1.1.0

14 Oct 22:20

Choose a tag to compare

VocalCooldowns

1.1.0 (2024-10-11)

Full Changelog Previous Releases

  • docs: show that VCD is different from VCDA
  • chore: remove login text message

1.0.0

03 Oct 19:15

Choose a tag to compare

VocalCooldowns

1.0.0 (2024-10-03)

Full Changelog Previous Releases

  • build: configure release to curse forge
  • Merge pull request #1 from pyranja/dynamic-tracking
    Rewrite with dynamic tracking and text to speech
  • chore: disable debug logs
  • chore: check for cooldowns every 0.5s
  • feat: rewrite to vocal cooldowns
    Track spells as they are cast and monitor the cooldown if it's longer
    than 10 seconds.
    Use an OnUpdate loop to find expired cooldowns.
  • build: fix to v2 of packager, semantic rename of workflow
  • fix: add ready suffix only to cooldowns
  • chore: rebrand login message to vocal cooldowns
  • feat: report missing spell names
  • feat: append 'ready' to cd announce
  • feat!: rebrand to VocalCooldowns
  • build: add bigwigs addon packager
  • chore: remove sound files
    Replaces by text-to-speech api.
  • feat: replace mp3 sound files with text-to-speech
    Use native WOW api to vocalize cooldown names.
  • feat: TWW fix by praesagus
    Fix wow api calls to use new spell info api in TWW.
    Also adds evoker spells.
    Implemented and shared by @preasagus in cdva discord: https://discord.gg/QsPCjx28
  • chore: pre-fork cdva release
    State of the addon pre-fork/rewrite: CDVA v1.019
  • build: add editor config
  • Initial commit

1.0.0-alpha

03 Oct 18:47

Choose a tag to compare

1.0.0-alpha Pre-release
Pre-release

VocalCooldowns

1.0.0-alpha (2024-09-05)

Full Changelog Previous Releases

  • chore: disable debug logs
  • chore: check for cooldowns every 0.5s
  • feat: rewrite to vocal cooldowns
    Track spells as they are cast and monitor the cooldown if it's longer
    than 10 seconds.
    Use an OnUpdate loop to find expired cooldowns.
  • build: fix to v2 of packager, semantic rename of workflow
  • fix: add ready suffix only to cooldowns
  • chore: rebrand login message to vocal cooldowns
  • feat: report missing spell names
  • feat: append 'ready' to cd announce
  • feat!: rebrand to VocalCooldowns
  • build: add bigwigs addon packager
  • chore: remove sound files
    Replaces by text-to-speech api.
  • feat: replace mp3 sound files with text-to-speech
    Use native WOW api to vocalize cooldown names.
  • feat: TWW fix by praesagus
    Fix wow api calls to use new spell info api in TWW.
    Also adds evoker spells.
    Implemented and shared by @preasagus in cdva discord: https://discord.gg/QsPCjx28
  • chore: pre-fork cdva release
    State of the addon pre-fork/rewrite: CDVA v1.019
  • build: add editor config
  • Initial commit