GuildNoteUpdater

Auto updates your guild notes with your Item level and spec

File Details

v1.14.0

  • R
  • Feb 26, 2026
  • 2.35 MB
  • 5
  • 12.0.0
  • Retail

File Name

GuildNoteUpdater-v1.14.0.zip

Supported Versions

  • 12.0.0

Guild Note Updater

v1.14.0 (2026-02-26)

Full Changelog Previous Releases

  • v1.14.0 - Settings UI redesign with custom dropdowns and bug fixes
    v1.14.0 - Settings panel redesign with scroll frame and sections
  • v1.14.0 - Settings UI redesign with custom dropdowns and bug fixes
    • Replace UIDropDownMenu with fully custom dark-themed dropdown widget
    • Add sidebar navigation panel (Note Content / General / Advanced pages)
    • Add lock note feature with editable preview bar EditBox
    • Fix dropdown click interception by capping MakeCB button width
    • Fix unlock not writing the auto-generated note to the server
    • Wire checkbox enable/disable to paired dropdowns (fixes "nothing happens")
    • Align Update/Spec/Format dropdowns to consistent x=76, w=148
    • Move item level and main/alt dropdowns close to their labels (x=135)
    • Default item level type to Equipped
    • Fix SetFontObject string vs global reference
    • Fix update trigger dropdown not refreshing preview
  • Redesign Note Content page layout for clarity
    • Item level and main/alt dropdowns moved from x=218 to x=175 (right-aligned
      column) so they clearly pair with their checkbox on the same row
    • Spec sub-section split from one cramped line into two separate indented rows:
      Update (auto/manual) and Spec selector each on their own row
    • Thin left border bar visually groups the two spec sub-rows under Show spec
    • Sub-row labels at consistent x=30 indent with dropdowns at x=76 width=120/135
    • Format dropdown widened to 148px to comfortably fit 'Professions First'
    • Adjusted vertical spacing so nothing overlaps or feels cramped
  • Remove SetCursorColor call (not available on WoW EditBox)
  • Replace UIDropDownMenu with custom dropdown widget, overhaul preview bar
    • Custom MakeDropdown factory: dark themed popup list parented to UIParent,
      shared ddDismisser overlay for click-outside-to-close, Enable/Disable methods
    • Fixes nil-frame crash (UIDropDownMenu_SetText called with uninitialized var)
    • Fixes dropdowns showing WoW default look instead of themed style
    • Icon box now shows addon icon texture instead of 'G' placeholder
    • Preview bar redesigned: two-row layout (NOTE PREVIEW label + controls row),
      char count repositioned beside Force Update to avoid overlap
    • Preview EditBox replaces FontString; editable when Lock Note is active
    • Lock button in preview bar toggles note lock, syncs with General page checkbox
    • Lock icon tooltip and visual state (gold highlight when locked)
    • Show update notification moved to General page
    • Remove UIDropDownMenu globals from .luacheckrc (no longer used)
  • Replace flat scroll UI with sidebar navigation panel and custom controls
  • Redesign settings panel with scroll frame, sections, and preview bar