Releases: divvun/gut
Releases · divvun/gut
v0.10.0
What's Changed
- Speed up lfs functions in
statusandpullby @dylanhand in #227
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add git lfs info to
gut statusby @dylanhand in #224 - Update index for lfs files to fix files without changes appearing as changed by @dylanhand in #225
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add parent/child info to
gut show teamsandgut show teamby @dylanhand in #214 - Add
gut show repositorycommand by @dylanhand in #216 - Make --organisation optional by @dylanhand in #217
- Add
gut rename teamcommand by @dylanhand in #215 - Add
gut labelcommands for managing labels across repositories by @dylanhand in #218 - Display
topic getresults in table by @dylanhand in #220 - Add git lfs support to
cloneandpullby @dylanhand in #221
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Added
gut show teamscommand: Lists all teams in an organisation with slug, name, and descriptiongut show team <slug>command: Shows detailed information about a specific team including:- Team members with their roles (member/maintainer)
- Repositories accessible by the team with permission levels (admin/maintain/write/triage/read)
- Color-coded output for roles and permissions
gut show accesscommand: Shows user access levels across repositories in a compact table format (#207)- Single line per repo with columns for each user's access level
--long(-l) flag for detailed per-user tables- Color-coded permission levels
gut show memberscommand: Renamed fromshow users, shows organisation members with permissions and 2FA status (#207)- Static Linux musl builds: Added configuration for fully static Linux binaries (#210)
Changed
show usersrenamed toshow members: Better reflects that it shows organisation membership (#207)