Releases: softwarescales/git-issues
Releases · softwarescales/git-issues
1.3.1
1.3.0
1.2.1
1.2.0
Labels support, thanks to @bahmutov! 🍰
$ npm run demo
> [email protected] demo /Users/kensho/git/git-issues
> ./bin/git-issues -r https://github.com/softwarescales/git-issues
┌──┬───────────┬───────────────────────────────┬────────┐
│# │Label(s) │Title │Status │
├──┼───────────┼───────────────────────────────┼────────┤
│1 │ │Test issue Open (Do not close!)│OPEN │
├──┼───────────┼───────────────────────────────┼────────┤
│13│enhancement│Display labels │OPEN │
└──┴───────────┴───────────────────────────────┴────────┘
1.1.0
1.0.0
🌟 ⭐ git-issues 1.0.0 ⭐ 🌟
- Allow using as library.
- Cache the credentials in
~/.git-issues.json
. Thanks @arnochauveau! 🍰 Fixes #7. - Use
clp
as arguments parser. - Replaced the shell script with a NodeJS script. Fixed #11.
- 📝 Docs
0.6.0
0.5.1
- added support for BitBucket
- added command line issue status filtering (
open
andclose
)
0.5.0
- initial version with support for GitHub and listing in a table format
- binary script that works for global installations:
npm install -g git-issues