Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 20:53
· 14 commits to main since this release

NoobTaco GotOne

v1.0.0 (2026-01-10)

Full Changelog Previous Releases

  • Fix: update .pkgmeta to point to forked LibSharedMedia-3.0
  • CI: Add release workflow for automated packaging
  • Release: v1.0.0 - Preparation for CurseForge and Wago.io
  • fix: Update icon to use TGA format
    • Updated IconTexture to noobtaco_gotone_logo.tga
    • Updated Config.lua About section icon path
  • feat: Add Collections category and theme system integration
    • Added localized Category entries for Collections in all supported languages
    • Refactored all chat output to use NoobTaco-Config library theme system
    • Uses theme tokens: |chighlight|, |csuccess|, |cerror|, |cinfo|
    • Colors adapt automatically when theme is changed
  • feat: Add addon logo and compartment integration
    • Added logo.png for addon icon display
    • Added IconTexture TOC entry for addon compartment
    • Added addon compartment functions (click/enter/leave)
    • Fixed About section to use GotOne logo instead of Config logo
    • Updated changelog with new features
  • fix: Media widget audio preview and onChange callbacks
    • Fixed sound preview to use file path instead of sound name
    • Added onChange callback support for media dropdowns
    • Schemas now rebuild on render for fresh LSM sound options
  • chore: update dependencies and cleanup config
  • feat: Implement Config Menu with live updates and LSM support
  • chore: Update luacheck config for local validation
    Added C_Timer to read_globals and moved SlashCmdList to globals.
  • style: Fix luacheck warnings
    Renamed unused event arguments to _.
  • fix: Revert invalid luacheck std option
    Replaced 'wow' std with manual list of WoW globals in read_globals.
  • chore: Update luacheck config
    Added wow std, excluded vendored libraries, and whitelisted addon globals.
  • feat: Import Collection Notifications from NoobTacoUI
    Migrated CollectionNotifications module and sound files.
    Updated TOC and verified library loading.
    Vendored dependencies.
  • feat: Import Collection Notifications from NoobTacoUI
    Migrated CollectionNotifications module and sound files.
    Updated TOC and verified library loading.
    Vendored dependencies (removed embedded .git).
  • fix(ci): resolve unused variable warnings in Core.lua
  • chore: add changelog
  • chore: update toc interface versions and metadata
  • chore: initial project setup