GuildNoteUpdater

Auto updates your guild notes with your Item level and spec

File Details

v1.10.0

  • R
  • Feb 26, 2026
  • 10.44 KB
  • 9
  • 12.0.0
  • Retail

File Name

GuildNoteUpdater-v1.10.0.zip

Supported Versions

  • 12.0.0

Guild Note Updater

v1.10.0 (2026-02-26)

Full Changelog Previous Releases

  • v1.10.0 - Per-field visibility toggles and note lock (#28, #24) (#29)
    • Add per-field visibility toggles and note lock (#28, #24)
    • enableItemLevel: hide item level from note per character (default on)
    • enableMainAlt: hide main/alt from note per character (default on)
    • noteLocked: prevent addon from overwriting note per character (default off)
    • Guard against writing empty note when all fields are disabled
    • Add Show item level, Show main/alt, Lock note checkboxes to settings UI
    • Group all Show checkboxes in left column, move Lock note to right column
    • Fix note not clearing when all show fields are disabled
      BuildNoteString now returns "" instead of nil when all fields produce
      an empty note. UpdateGuildNote treats nil as "skip" but lets "" fall
      through to write an empty string, clearing the guild note.