Skip to content

Releases: arcane-wizard-dev/Library

v1.36

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 24 Sep 21:16
v1.36
6ca102d

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, retaining GAME_TYPE_VANILLA for compatibility
  • Removed: Combined game-version flag GAME_TYPE_MAINLINE

v1.35

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 22 Sep 21:28
v1.35
3a8148f

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

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 18 Sep 22:16
v1.34
a39d5f7

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

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 13 Sep 16:41

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

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 06 Sep 20:47
v1.32
fdcf710

Arcane Wizard: Library

v1.32 (2026-09-06)

Full Changelog - Previous Releases

  • Added: TOC version for patch 12.1.5 [retail]

v1.31

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 30 Aug 18:23
v1.31
e7773be

Arcane Wizard: Library

v1.31 (2026-08-30)

Full Changelog - Previous Releases

  • Minor code adjustments

v1.30

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 21 Aug 21:48
v1.30
153a857

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

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 18 Aug 17:57
v1.29
c740061

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

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 14 Aug 09:06
v1.28
435d286

Arcane Wizard: Library

v1.28 (2026-08-14)

Full Changelog - Previous Releases

  • Removed: TOC version for patch 12.0.7 [retail]

v1.27

Choose a tag to compare

@arcane-wizard-bot arcane-wizard-bot released this 12 Aug 20:32
v1.27
1831466

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