Skip to content

1.0.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Oct 18:47
· 14 commits to main since this 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