Features 🎉
Add flag
--with-labels
tomr for
command #303
Template support for
issue create
andmr create
commands→ glab mr create ? Choose a template [Use arrows to move, type to filter] > Bug Report Feature Request Question Open a blank merge request
glab api
command to make authenticated REST and GRAPHQL requests to GitLab API (#328)
- Labels multiselect for
issue create
andmr create
sh → glab mr create ? Choose a template: Bug Report ? Title: Some title ? Description <Received> ? Do you want to add labels? Yes ? Select Labels [Use arrows to move, space to select, <right> to all, <left> to none, type to filter] > [ ] Doing [ ] To Do [ ] bug [ ] frontend [ ] label1 [ ] label2 [ ] none
New
repo delete
command (#340, #318)user events
command for getting current user events
Bug Fixes 🛠
- Fix incorrect version info on check-update (#89, #308)
- Return error if no pipeline found to avoid panic (#334, #225)
- Remove OrderBy field from pipeline list options (#335, #336)
- Remove trailing slash in merge request title when
mr create --fill
is run (#309)
- Allow for comma separated MR arguments (#315, #301)
- Remove argument expectations from
repo search
(#298)
- fix: git directory independent commands
Tweaks 💥
- Ensure only $PATH is searched when switching to external commands (#332)
- Redesign Tableprinter to adjust content based on terminal size (#300)
- Reformat version output (aea733a)
- use branch name as title if no commits are available for
mr create --fill
- Ability to skip description step when creating MR or issue
Deprecation
- Deprecate
glab config init
in favour ofglab auth login
(#312, #326)