promotional bannermobile promotional banner

iChat

About iMessage-style whisper client for WoW
Back to Files

v1.4.10

File nameiChat-v1.4.10.zip
Uploader
paradosiparadosi
Uploaded
Sep 2, 2026
Downloads
42
Size
611.1 KB
Flavors
ClassicClassic TBCRetail
File ID
8793966
Type
R
Release
Supported game versions
  • 12.0.1
  • 2.5.5
  • 1.15.8

What's new

iChat

v1.4.10 (2026-09-02)

Full Changelog Previous Releases

  • v1.4.10: Fix Clear All History crash and dead item-links setting
    • "Clear All History" threw on first click. The callback referenced
      clearAllBtn, but it was declared and assigned in one local statement,
      and a Lua local is not in scope until after the statement that
      declares it -- so the closure captured the nil global. Forward-
      declared so the closure sees the upvalue.
    • "Enable item links" did nothing. The checkbox stored its value but
      nothing ever read it: hyperlink handling was registered
      unconditionally on every bubble, so item links were permanently on
      in both positions. Now gated on the setting, read at call time so it
      applies without a reload, with existing bubbles refreshed on toggle.
      Anyone who had already switched it off will now see it take effect.
      Found by a cross-addon audit for settings that are exposed in the UI
      and written to the profile but never read. iChat had one; xCT+ had five.
      Not verified in game.
      Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
      Claude-Session: https://claude.ai/code/session\_01AWwEY7j7phYrfcxJZsQDVb
  • chore: remove CLAUDE.md from tracking, add to .gitignore
    CLAUDE.md contains project-specific context (IPs, deploy commands,
    infrastructure details) that should not be public. Keep local only.
  • docs(claude): add standardized CLAUDE.md
    Add project-specific CLAUDE.md referencing global rules. Part of
    repo standardization across all projects.

This mod has no additional files