Features
- Add assignee filter flag for
issue list
(#171)
sh glab issue list --assignee=someuser
- Ability to create shell-executable aliases (#220)
- Add tomr list
flagmine
(#226)
sh glab mr list --mine
- Add ability to create repo from current directory (#218)
- Add ability to set git protocol (#221)
- Add support for shell completion (#215)
- New stable configuration format [#223, #214, #229]
```sh
USAGE
glab config [flags]
CORE COMMANDS
get: Prints the value of a given configuration key
init: Shows a prompt to set basic glab configuration
set: Updates configuration with the value of a given key
```
Tweaks & Bug Fixes
- File content modification made a bit more safe and sane (#202)
- Migrate config dir to XDG_CONFIG_HOME (#195)
- Fix config appends to gitignore every time (#201)
- Fix alias name conflicting core commands (#199)