File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.0] - 2026-02-05
4+
5+ ### Added
6+
7+ - ** ` gut show teams ` command** : Lists all teams in an organisation with slug, name, and description
8+ - ** ` gut show team <slug> ` command** : Shows detailed information about a specific team including:
9+ - Team members with their roles (member/maintainer)
10+ - Repositories accessible by the team with permission levels (admin/maintain/write/triage/read)
11+ - Color-coded output for roles and permissions
12+ - ** ` gut show access ` command** : Shows user access levels across repositories in a compact table format (#207 )
13+ - Single line per repo with columns for each user's access level
14+ - ` --long ` (` -l ` ) flag for detailed per-user tables
15+ - Color-coded permission levels
16+ - ** ` gut show members ` command** : Renamed from ` show users ` , shows organisation members with permissions and 2FA status (#207 )
17+ - ** Static Linux musl builds** : Added configuration for fully static Linux binaries (#210 )
18+
19+ ### Changed
20+
21+ - ** ` show users ` renamed to ` show members ` ** : Better reflects that it shows organisation membership (#207 )
22+
23+ ### Fixed
24+
25+ - ** ` clone ` command** : Now filters out repos that don't belong to the current owner (#206 )
26+ - ** ` show users ` command** : Fixed broken command that required unnecessary ` user:email ` permission (#207 )
27+ - ** Local path error handling** : Improved error messages for path-related issues (#47 )
28+
329## [ 0.6.0] - 2026-01-31
430
531### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " gut"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = []
55edition = " 2024"
66
You can’t perform that action at this time.
0 commit comments