v2.6.0
What's new
tag c612b3aace9a3f63007cd42e497bed42727e301c v2.6.0
Author: Pontus <pontus@almar.se>
Date: Thu Aug 13 09:49:35 2026 +0200
v2.6.0 - Midnight Season 2 (patch 12.1)
commit d58dd218c2d00096ecd568b86b7413fda842398d
Author: Pontus <pontus@almar.se>
Date: Thu Aug 13 09:19:55 2026 +0200
Remove modules that are no longer part of the addon
Season3Tile, HealthBoxTile, PetBoxTile, TargetBoxTile and GroupBuffsTile
were dropped from the addon in 1.7.1 (see CLAUDE.md); OptionsWindowTabs and
OptionsWindowTabCreators were superseded by the current OptionsWindow. None
of the seven are referenced by the TOC or SkyInfoTiles.lua, so they were
dead files in the repo only.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit c63bffdb853c2a62acb7d280b358f9d970f0df8b
Author: Pontus <pontus@almar.se>
Date: Thu Aug 13 09:18:51 2026 +0200
Add ManaWarning tile
Syncs the tested ManaWarning tile from the live addon folder: the module
itself, its CATALOG entry, its Options tab, and the TOC load entry. Also
picks up a defensive unlock-indicator cleanup in Rebuild that came with it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit d0faf99a090db2bfa9d67673d4528292662adf07
Author: Pontus <pontus@almar.se>
Date: Thu Aug 13 07:55:02 2026 +0200
Update to Midnight Season 2 (patch 12.1)
- CurrencyTile: Dawncrest -> Mistcrest (3442-3446), Radiant -> Tidal Spark
Dust (3509), Dawnlight -> Venomblight Manaflux (3465), Nebulous Voidcore
3418 -> 3513, add Corrosive Coin (3448) and Corrosive Soul (273000).
Drop S1-only Uncontaminated Void Sample and Ascendant Voidcore/Voidshard.
- DungeonPortsTile / KeystoneTile: replace the Midnight S1 dungeon pool with
the S2 pool (Altar of Fangs, Murder Row, Den of Nalorakk, The Blinding
Vale, Voidscar Arena, Kings' Rest, Temple of Sethraliss, Ruby Life Pools).
Spell IDs cross-checked against AlterEgo and MythicDungeonTools.
- DungeonPortsTile: /skyportsfind also scans the 1280000-1292000 range where
the S2 teleports live.
- Bump TOC to 120100 and version to 2.6.0.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
commit cbaab4bc890754c8583b20dcabb9530e49196d07
Author: Pontus <pontus@almar.se>
Date: Mon Jun 29 16:41:15 2026 +0200
CurrencyTile: show available currencies below max level
Previously the entire tile was hidden when below max level. Now the tile
stays visible and filters to only show currencies/items the player can
actually access (discovered currencies / owned bag items). At max level
behavior is unchanged (all configured entries shown).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
commit d7e7389fec5ebb1fd0952e21388d86ce155b0d6a
Author: Pontus <pontus@almar.se>
Date: Wed Jun 24 17:04:20 2026 +0200
Fix profileDropdown scope error in options window
- Removed attempt to access profileDropdown._values and ._order from within setValue callback
- profileDropdown was out of scope in the callback (classic Lua closure issue)
- The dropdown object doesn't store _values or _order properties anyway
- SkyInfoTiles._OptionsRefresh() already handles rebuilding the UI with updated profile data
Fixes Lua error: "attempt to perform indexed assignment on global 'profileDropdown' (a nil value)"
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
commit e4c9901616493640c68fac9f93f872224593eb37
Author: Pontus <pontus@almar.se>
Date: Wed Jun 24 12:26:12 2026 +0200
Add None anchor option to BuffTracker to hide it
- Added "None (Don't Show)" to anchor point dropdown in BuffTracker options
- When None is selected, BuffTracker is completely hidden
- When switching from None to any valid anchor, BuffTracker shows again
- Allows users to disable specific buff trackers without disabling the entire tile
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This mod has no additional files