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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.3.1] - 2026-02-15
11
+
12
+
### Fixed
13
+
14
+
-**GitHub assignee resolution for private emails** — users with non-public email addresses can now be resolved to their GitHub username via commit history
15
+
- Upgraded from three-tier to five-tier lookup: cache → noreply pattern → repo commits API → search commits API → search users API
16
+
- Tiers 2-3 use GitHub's Commits API which resolves private emails (linked via account settings)
17
+
- Noreply pattern moved earlier (free, no API call needed)
18
+
- Search users API demoted to last resort (only works for public emails)
19
+
-**Auto-seed user cache on GitHub export** — the authenticated `gh` user's email→username mapping is cached at startup, removing the need for a prior import to populate the cache
20
+
10
21
## [1.3.0] - 2026-02-15
11
22
12
23
### Added
@@ -295,6 +306,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments