File Details
v1.14.0
- R
- Feb 26, 2026
- 2.36 MB
- 3
- 12.0.0
- Retail
File Name
GuildNoteUpdater-v1.14.0.zip
Supported Versions
- 12.0.0
lightweight tag 3b622bec9f4f6c6d1bc414c25b08e031abd0dc5e v1.14.0
Author: GitHub <noreply@github.com>
Date: Thu Feb 26 12:02:00 2026 -0600
commit 27f16b29c9853b1ef2f3d16e9c686b2845dbb811
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 12:01:00 2026 -0600
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
commit 27f16b29c9853b1ef2f3d16e9c686b2845dbb811
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 12:01:00 2026 -0600
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
commit 9e778c52df0d059c00bd698fbfa50bb0f55bbfc0
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 11:25:39 2026 -0600
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
commit 9470d79532f2ff826f978bfb4ecf91de98fcea42
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 11:10:53 2026 -0600
Remove SetCursorColor call (not available on WoW EditBox)
commit 8b3e4101fb90c2b94d2d2196f4f76eb0f3fa3993
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 11:08:59 2026 -0600
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)
commit 0305eb5b5701e1c1332a4f6ee69e31641fa3b2f3
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 10:23:07 2026 -0600
Replace flat scroll UI with sidebar navigation panel and custom controls
commit da41798d4fc4e5de5532f76a048d9ef6f5c000e1
Author: N8 <52011990+nate8282@users.noreply.github.com>
Date: Thu Feb 26 02:02:13 2026 -0600
Redesign settings panel with scroll frame, sections, and preview bar