You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump version to 0.2.13 and update CHANGELOG
Document the duplicate trailer username matching change in CHANGELOG.md
and promote package version from 0.2.11 to 0.2.13.
Change-Id: I58d83f909543ca5fc0cf79ad79ce902df68212a1
Co-developed-by: Cursor <noreply@cursor.com>
Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.2.13] - 2026-02-24
9
+
10
+
### Added
11
+
12
+
- Add Antigravity IDE support
13
+
- Add `__CFBundleIdentifier` (com.google.antigravity) and `ANTIGRAVITY_AGENT` environment variable detection
14
+
- Enable tracking contributions from Antigravity IDE
15
+
- Add comprehensive test coverage for Antigravity environment variables
16
+
17
+
### Changed
18
+
19
+
- Match duplicate trailers by username instead of full user info when adding Co-developed-by
20
+
- Previously compared full "Name <email>" string, causing Cursor <noreply@cursor.com> and Cursor <cursoragent@cursor.com> to be treated as different users
21
+
- Now compare only the username part and ignore the email for deduplication
22
+
- Both usernames must be non-empty; correctly deduplicate same-identity different-email trailers
23
+
- Add extractUsernameFromTrailer function and test cases for Cursor scenario
0 commit comments