Releases: arcane-wizard-dev/Library
Releases · arcane-wizard-dev/Library
Release list
v1.36
Arcane Wizard: Library
v1.36 (2026-09-24)
Full Changelog - Previous Releases
Important note: This is an initial test version for World of Warcraft: Forever. Some addon features may not work correctly yet.
- Changed: Renamed the Classic flag to
GAME_TYPE_CLASSIC, retainingGAME_TYPE_VANILLAfor compatibility - Removed: Combined game-version flag
GAME_TYPE_MAINLINE
v1.35
Arcane Wizard: Library
v1.35 (2026-09-22)
Full Changelog - Previous Releases
Important note: This is an initial test version for World of Warcraft: Forever. Some addon features may not work correctly yet.
- Added: Separate version checks for Retail and Forever
- Added: Centralized settings and GUID-based profiles with shared defaults and version-based cleanup
- Changed: Character profile labels now include the current character's name
- Changed: Standardized and shortened API comments
- Deprecated: Combined game-version flag, retained for compatibility
v1.34
Arcane Wizard: Library
v1.34 (2026-09-18)
Full Changelog - Previous Releases
Important note: This is an initial test version for World of Warcraft: Forever. Some addon features may not work correctly yet.
- Added: Shared helpers for character GUIDs and migration of existing addon data, while retaining name-based identity helpers for existing addon versions
- Added: Shared handling for aborting addon initialization when the player identity is unavailable
- Added: Support for 'Forever'
v1.33
Arcane Wizard: Library
v1.33 (2026-09-13)
Full Changelog - Previous Releases
- Updated: GitHub links following the organization rename to 'arcane-wizard-dev'
v1.32
Arcane Wizard: Library
v1.32 (2026-09-06)
Full Changelog - Previous Releases
- Added: TOC version for patch 12.1.5 [retail]
v1.31
v1.30
Arcane Wizard: Library
v1.30 (2026-08-21)
Full Changelog - Previous Releases
- Added: Reusable single-page changelog windows with an options-menu button
- Added: Clear buttons for populated input fields
- Added: Optional Escape-key closing for windows and popups
- Added: Matching silver and gold border styles with rounded corners for windows and popups
- Changed: Window, popup, control, and scroll-frame creation now uses named configuration tables
- Changed: Windows and popups now use the MEDIUM frame strata
- Changed: Default popup border style renamed to library
- Changed: Solid title background style renamed to solid library
- Changed: Minimum popup size reduced to 64 x 48 pixels
- Changed: Minimum window size now depends on whether a portrait is shown
- Changed: Scrollbar elements are now larger and more visible with a slightly thinner track
- Changed: Dark pattern backgrounds now use more natural random variation
- Removed: Addon update-notice chat handling from the Library API
- Fixed: Overlapping windows now retain the correct drawing order
v1.29
Arcane Wizard: Library
v1.29 (2026-08-18)
Full Changelog - Previous Releases
- Added: Reusable single-page changelog windows with an options-menu button
- Added: Clear buttons for populated input fields
- Added: Optional Escape-key closing for windows and popups
- Changed: Scrollbar elements are now larger and more visible with a slightly thinner track
- Changed: Dark pattern backgrounds now use more natural random variation
- Removed: Addon update-notice chat handling from the Library API
- Fixed: Overlapping windows now retain the correct drawing order
v1.28
Arcane Wizard: Library
v1.28 (2026-08-14)
Full Changelog - Previous Releases
- Removed: TOC version for patch 12.0.7 [retail]
v1.27
Arcane Wizard: Library
v1.27 (2026-08-12)
Full Changelog - Previous Releases
- Added: Window tabs, scroll frames, input fields, dropdown menus, reusable solid background presets, and an optional red button style
- Changed: Reusable UI elements now use dedicated APIs, a consistent visual style, and clearer control states