3.12.0-beta1

Details

  • Filename
    WIM-3.12.0-beta1.zip
  • Uploaded by
  • Uploaded
    Jun 13, 2024
  • Size
    478.16 KB
  • Downloads
    162
  • MD5
    db0e99dc717876cc7131b65a6a5e59cc

Supported WoW Retail Versions

  • 10.2.7

Supported WoW Cataclysm Classic Versions

  • 4.4.0

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.3

Supported WoW Classic Versions

  • 1.15.2

Supported WoW Burning Crusade Classic Versions

  • 2.5.4

Changelog

WIM

3.12.0-beta1 (2024-06-13)

Full Changelog Previous Releases

  • Merge branch 'master' into GetMouseFocus
  • Update default setting to record all whispers by everyone.
  • Censored messages are now updated in history when shown. Censored messages are not recorded with their "Show Message" and "Report" links.
  • Fix: BNet windows were not being handled correctly when events were received.
  • Remove dependency of LibChatHandler-1.0.
  • bug fix
  • Merge branch 'simplified-chat-events' of https://github.com/Legacy-of-Sylvanaar/wow-instant-messenger into simplified-chat-events
  • added support for censored messages. Note: Hidden messages are not stored once shown in history at this time.
  • added support for censored messages. Note: Hidden messages are not stored once shown in history at this time.
  • revert(history): rebuilding history in realtime would require a lot more data to be stored. Saving post filtered messages as before.
  • preserve arg2 of chat events since there was some strange alterations taking place in the chat message filters
  • Merge branch 'master' into simplified-chat-events
  • Merge branch 'master' of https://github.com/Legacy-of-Sylvanaar/wow-instant-messenger
  • make sure safeName is being used when indexing whispers. Should address issue #82
  • make sure safeName is being used when indexing whispers
  • Rebuild the way WhisperEngine, ChatEngine and Filters handling chat events, no longer using LibChatHandler-1.0.
  • Add compatibility function GetMouseTopFocus to use GetMouseFocus's replacement GetMouseFoci in API 11.0+
  • Revert: Fix for Questie links might be breaking some chat addons ability to format messages correctly. #79 @Evonder