Releases: seblindfors/Immersion
Releases · seblindfors/Immersion
1.4.42
Immersion
1.4.42 (2024-12-10)
1.4.41
Immersion
1.4.41 (2024-10-24)
Full Changelog Previous Releases
- Fix account quest completed API on Classic
- Merge pull request #41 from onedge/master
Add option to select male/female voice for a richer tts experience - Fix Reverted unnecessary changes as per the request
- Add "Add option to select male/female voice for a richer tts experience."
1.4.40
Immersion
1.4.40 (2024-10-23)
Full Changelog Previous Releases
- Update Immersion.toc
- Merge pull request #42 from Sandman534/master
Account Complete Info - Account Complete Info
Adds notification to the bottom of the quest details that states if the quest was completed by your warband
1.4.39
Immersion
1.4.39 (2024-09-01)
1.4.38
1.4.37
1.4.36
1.4.35
Immersion
1.4.35 (2024-05-08)
Full Changelog Previous Releases
- Update Immersion.toc
- Merge pull request #34 from brittyazel/master
Add combat lockdown conditional check for SetPropagateKeyboardInput(), fixes issue #32 - Merge branch 'seblindfors:master' into master
- Merge branch 'seblindfors:master' into master
- Merge branch 'seblindfors:master' into master
- Add combat lockdown conditional check for SetPropagateKeyboardInput()
In 10.1.5 Blizzard made SetPropagateKeyboardInput() a restricted function not able to be called in combat from insecure code. To work around this limitation we should wrap our calls to this function with an InCombatLockdown() conditional check.