File Details
v1.3.0-nolib
- R
- Jan 17, 2026
- 942.52 KB
- 12
- 12.0.1+1
- Retail
File Name
Weekly-v1.3.0-nolib.zip
Supported Versions
- 12.0.1
- 12.0.0
tag d8b47179e47e3c3783c8106da2b0c1dc1d3b1e49 v1.3.0
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:37:11 2026 -0800
Release v1.3.0 - Time-gating, collapsible sections, Midnight pre-patch
commit 49069d8cf9a23b9051086582b0659b0c233b99f8
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:37:11 2026 -0800
release: Bump version to 1.3.0
commit e37f026ad6eb38377cd260b7b956ce470f13fa5e
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:36:04 2026 -0800
docs: Update README for v1.3.0
- Midnight Ready branding
- Added collapsible sections and time-gating features
- Updated settings descriptions
commit e1170de859e7238258cdc4a65d69e9106a2e5eb8
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:35:04 2026 -0800
docs: Update changelog for v1.3.0 release
Added time-gating, debug toggle, item tracking, settings cleanup,
Lua 5.1 fixes, and MidnightPrePatch consolidation.
commit f95144d1c52c6c3147c88e4ae766bc5ac93d47fc
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:32:28 2026 -0800
style: Fix Sort Completed text clipping
Both toggles now have width=full for proper text display.
commit 9cb941e0ee76600358711cfaed8dbd57c95e3006
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:31:05 2026 -0800
style: Move gated content toggle to own line
Add width=full so 'Sort Completed to Bottom' text doesn't clip.
commit 7bc86296e5ba00b904dfdfba7ac884983152c9a1
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:28:59 2026 -0800
fix: Update debug toggle description to mention reload needed
Settings panel is built at init time, so reload is required to see
gated sections in Tracked Items after toggling.
commit 04d067834808682fa91cfd23447919d4a8b4e429
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:25:48 2026 -0800
hotfix: Replace goto with Lua 5.1 compatible code
WoW uses Lua 5.1 which doesn't support goto statements.
Replaced with shouldProcess flag pattern.
commit 54e763407918a26550fbe5326334b19f39a33d53
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:23:18 2026 -0800
fix: Hide time-gated sections in Tracked Items settings
Settings now respects showAfter/hideAfter dates, matching main display.
Debug 'Show All Gated Content' toggle shows gated items in both places.
commit 687944c5239c62f0949db6007d55ef790aad83d3
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:22:08 2026 -0800
fix: ID=0 key collision and reorder sections
- Fix Tracked Items: ID=0 quests now use label-based keys to avoid collision
- Move Housing below Ongoing Events per user request
- Both 'Twilight's Call' and 'Neighborhood Endeavors' now show in settings
commit 619cab6210af5b84def9332e5de438424bfd31e8
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:18:28 2026 -0800
fix: Complete settings cleanup and add debug toggle
- Fix Tracked Items to show ID=0 quests (Twilight's Call)
- Add 'Show All Gated Content' toggle to bypass time gates
- Add anchor reset migration (setting was removed, reset to TOP)
- Add localization strings for new toggle
commit ddc071538c29893f882f8f3204fb1292addff261
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:12:51 2026 -0800
refactor: Clean up settings UI
- Remove obsolete 'Show on Login' setting
- Remove obsolete 'Anchor Point' setting
- Move 'Background Opacity' to Appearance section
commit 05c15d1ed70510cb6992f2d8f9bcfcebe11ca62d
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:09:24 2026 -0800
feat: Add item type to Tracked Items section in ConfigUI
Now shows Housing lumber items in the Tracked Items settings tab.
commit 65d7643eefff946c7e82c1bd98a671afe12162bb
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 02:03:32 2026 -0800
feat: Add time-gated sections with showAfter/hideAfter
- Add ParseDate and IsSectionVisible utilities to UI.lua
- Add debug.ignoreTimeGates config option to bypass time gates
- Merge pre-patch content into Season3.lua with time gates:
- Twilight Ascension: showAfter 2026-01-27, hideAfter 2026-03-02
- Housing: showAfter 2026-01-20 (permanent)
- Update Loader to route 12.0.0 to Season 3 (not 3.5)
- Delete MidnightPrePatch.lua (no longer needed)
commit 17f42bacc50ee5c329e181bace30257fe2dd66bd
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:49:02 2026 -0800
refactor: Move Midnight Campaign from pre-patch to Midnight S1
Campaign starts at 12.0.1+, not during pre-patch (12.0.0)
commit b198d8e2f162efb523089811e3c0d7e0a2af6ef9
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:38:31 2026 -0800
fix: Add noSort to preserve manual order in pre-patch sections
- Twilight Ascension, Midnight Campaign, Housing have noSort = true
- Housing reordered: Quest → Lumber items → Currency
commit eaee16c84a8e145f2e4960338ebd19393f65da3c
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:36:05 2026 -0800
style: Add Pre-patch Event label to Twilight Ascension title
commit b6f82df642329248674e5c1d63c9c73747094c56
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:34:25 2026 -0800
style: Use yellow exclamation icon for campaign quests
commit 2c52c508e70e747405f444db16987892bf6e560e
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:32:37 2026 -0800
feat(Data): Add real IDs for pre-patch content
- Disrupt the Call quest: 91795
- Twilight's Blade Insignia currency: 3319 (in Twilight Ascension section)
- Community Coupons currency: 3363 (in Housing section)
commit 7ff35fb9aaae970e784baf75f1c290f6a3498597
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:30:12 2026 -0800
feat: Add item tracking support for pseudo-currency items
- Add GetItemStatus action to tracker.lua
- Add Bridge wrapper and BuildItemContext for C_Item.GetItemCount
- Add Utils.GetItem and UI rendering for item type
- Add Item(id, label) helper to data files
- Add 5 lumber types to Housing section (Ashwood, Olemba, Ironwood, Dornic Fir, Shadowmoon)
commit c60c7054821fe28766aabae113bea808b3aaa866
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:16:40 2026 -0800
feat(Data): Add Midnight Campaign quests (17 quest IDs)
The Light's Summons campaign - one-time story quests trackable during pre-patch
commit aafe3f6c250d77e14f5196df5d6b409a89c8a3f7
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:15:03 2026 -0800
docs: Add pre-patch research with campaign quest IDs
- Extracted quest IDs from Wowhead links
- Clean table format for campaign quests (17 quests)
- Action items for launch day data collection
commit b39f27d05955c9c0b1e39eb3dda4d7ea1f1b0886
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:10:30 2026 -0800
refactor(Data): Reorganize pre-patch sections for clarity
Section order: Vault → Twilight Ascension → Ongoing Events → Weekly Quests → Housing → Upgrade Currencies → Currencies
- Housing after Weekly Quests (weeklies are higher priority)
- Clear comments marking TEMPORARY vs PERMANENT sections
- Better documentation header explaining season triggers
commit 6d39597f760d835408ebfe2142da1d4900fe8165
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 01:03:53 2026 -0800
feat(Data): Prepare Season 3.5 for Midnight pre-patch
- Fix TOC detection: 12.0.0 → Season 3.5, 12.0.1+ → Midnight S1
- Add Twilight Ascension section (placeholder IDs for Jan 27)
- Add Housing section (placeholder IDs for Jan 20)
- Add pre-patch currencies (Twilight's Blade Insignia, Neighborhood Favor, Lumber)
commit 1e2fbf322b380ddef21f0f994908343dc869173f
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:48:30 2026 -0800
docs: Update changelog with collapsible sections feature
commit f8a9e347912ccccbf1d191bfd9375a420e5108c3
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:31:43 2026 -0800
feat(UI): Add collapsible accordion sections with title header
- Click section headers [-]/[+] to expand/collapse
- Per-section memory persists across reloads
- Added [-] WEEKLY title row at top-left
- Frame anchored TOPLEFT for stable positioning
- Expand/Collapse All button in title row
- Fixed pool row cleanup for proper resize
- Fixed click-through and label color bleeding
- Header widths included in frame width calculation
commit a6bf9c148534de2f38dbf5830fc72565662baa59
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:07:15 2026 -0800
docs: Add v1.3.0 changelog
commit c1a25aba09df358b7d95abeccc8da347b3b208b5
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:06:03 2026 -0800
feat: Add Bridge/Core architecture and Mechanic integration
- Bridge layer for context handling
- Core layer with FenCore compat and action patterns
- Mechanic integration for dashboard/in-game features
- Update TOC with new file structure
commit 309e5818231d5fcdaf58d283a793af58c1353f96
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:05:50 2026 -0800
chore(libs): Sync FenUI and LibStub from central Libs
commit 35448f8bfd62e20e5d4eaba3585d2b40ae7472ff
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:04:34 2026 -0800
fix: Clean up luacheck warnings (1724→0)
- Prefix unused variables with underscore
- Add ignore patterns for common WoW API patterns
- Fix unused loop variables and callback arguments
commit dc1354deca121390abb4248c4d0d31727fb1b004
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Sat Jan 17 00:04:24 2026 -0800
feat(UI): Add right-click settings and remember visibility state
- Right-click on addon compartment now opens settings
- Left-click still toggles tracker
- Visibility state persists across reload/restart
- Migration for existing users with old autoShow default
commit 28152da2b9f396aaf24d7d08b1157901a2ad3658
Author: Jason Falk <jasfalk+microsoft@microsoft.com>
Date: Wed Dec 31 22:49:18 2025 -0800
chore: update

