Immutable
release. Only release title and notes can be modified.
2026-08-27 (v2.2.1-undead)
One stability fix. See all changes since v2.2.0-undead.
Stability
- KeyCue and other accessibility clients no longer crash TextMate while inspecting menus on macOS 26.6.2. AppKit's
NSMenuaccessibility path raises and internally catches a compatibility exception for its removedaccessibilityPerformAction:fallback. TextMate's fail-fast exception observer previously calledabort()before AppKit could catch it. Reported, diagnosed and fixed by @BenjaminX. (#54, #55,172a78fa)
What's Changed
- Fix KeyCue-triggered menu accessibility crash on macOS 26.6.2 by @BenjaminX in #55
- Release v2.2.1-undead by @dayglojesus in #57
New Contributors
- @BenjaminX made their first contribution in #55
Full Changelog: v2.2.0-undead...v2.2.1-undead