-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathChanges
64 lines (64 loc) · 1.47 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
version: tba
date: tba
changes:
- Remove `init` for good. Use `.rc` now.
- url: correct path also when not in top level directory
- Changed pr-queue to use the search API making it faster
- Added pr-created, pr-involves
- members command accepts --raw option
- Content typed into the editor will be preserved for later in case
of an error
- Added config-list, config-keys
- Improved bash completion
- fork: fix url for forked repo
- pr-new: fix --parent bug
- new commands: search-repo, search-user, search-issues
- Allow to pipe input into pr-new, issue-new
- Bug fixes for --json output
- The value for --remote can now be tab completed
- Replace legacy field 'watchers' to 'stargazers_count' in --json output
- Add support for colored output
---
version: 0.1.5.12
date: 2015-12-31
changes:
- orgs lists private orgs now also
- Added gist commands
- Input checks improved
- Completion fix
- Bash fixes
---
version: 0.1.5.09
date: 2015-09-30
changes:
- Support Two-factor authentication
- Allow to configure github-{email,name} for cloning
- Doc fixes
- Bash fixes
- Completion fix
---
version: 0.1.5.06
date: 2015-06-30
changes:
- Fix for windows (issue #161)
- Config directory only readable by user
- Pipe help to pager
- Improved zsh completion
- Doc fixes
---
version: 0.1.5
date: 2015-01-07
changes:
- New CPAN release for 2015
---
version: 0.1.4
date: 2014-09-04
changes:
- Lots of improvement
- pull-* commands are now pr-*
---
version: 0.1.0
date: 2014-07-28
changes:
- First version