Skip to content

Release v4.2.1 (2026-04-06)

Choose a tag to compare

@github-actions github-actions released this 06 Apr 11:57
· 148 commits to master since this release
b9f0eb2

Bug Fixes

  • Fix auto-attack not stopping on ESC / /stopattack — The deferred CMSG_ATTACK_STOP workaround (introduced in v4.2.0) was too broad, blocking all stop requests while an attack target was active. Now only defers during the brief WaitingForAttackStart window where the race condition can actually corrupt cMangos combat state. (5af5419)
  • Fix nullable warning in version check endpoint parsing (43ae57b)
  • Fix SO_REUSEADDR to prevent bind failure after restart (51e5305)

CI

  • Add version input override to release workflow — Allows specifying an exact version tag (e.g. v4.2.1) via workflow_dispatch, useful for patch releases. (b9f0eb2)

Full Changelog: v4.2.0...v4.2.1