What's wrong with this entry?
Anonymous. No account, no email.
What: Improved compatibility checking for Ghostty and iTerm terminals using semantic versioning.
Before: Simple environment variable check (TERM === "xterm-ghostty")
After:
- Uses proper semver comparison via
TERM_PROGRAMandTERM_PROGRAM_VERSION - Ghostty: requires version >= 1.2.0
- iTerm.app: requires version >= 3.6.6
Details:
- Evidence: New function
e46()at line ~222505 with semver checking viamUA.gte()
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.