-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCHANGELOG
60 lines (50 loc) · 2.38 KB
/
CHANGELOG
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
2013-05-29 Drew Blessing
* Issue 36: Update docs for 2.1.0
* Issue 37: Add group support
2013-05-27 Drew Blessing
* Issue 1: Add create project feature
* Issue 28: Implement better error checking
* Issue 29: Test the error received when not allowed
* Issue 30: Snippet view shows double-quotes
* Issue 31: Snippet edit shows encoded text
* Issue 32: Snippet is updated od edit, even if not changes are written
* Issue 33: Delete snippet temp file when done
* Issue 34: Strange error if you try to run snippet command on project that isn't accessible
* Issue 35: Update projects/snippets tasks
2013-05-17 Drew Blessing
* Issue 26: Update docs for 2.0.0
* Version 2.0.0: Tagged version 2.0.0
2013-05-12 Drew Blessing
* Issue 19: Utilize Thor actions
* Issue 25: Change from ~/.gitlab.yml to ~/.gitlab_cli.yml
2013-05-09 Drew Blessing
* Pull Request 23: Add an user friendly message for 'config missing'. PR submitted by genewoo.
* Issue 24: Throw error when passing a invlid project id. Issue submitted by genewoo.
2013-05-08 Drew Blessing
* Issue 13: Refactor to support a gitlab cli gem
* Issue 17: Create a config file in $HOME folder instead of using config.yml
* Issue 18: Refactor util class
* Issue 20: Add dependencies to gemspec
* Issue 21: Test across multiple OS's
2013-04-24 Drew Blessing
* Issue 16: display_results_in_pager still defaults `true` in config class
* Version 1.1.1: Tag version 1.1.1
2013-04-23 Drew Blessing
* Pull Request 14: Fix bug with project description. PR submitted by Jiwoong.
* Issue 9: Add `project info` command to README
* Issue 10: Test against 5.1
* Issue 11: `projects` command only shows 20 projects, no options to paginate. Issue submitted by weisjohn.
* Issue 15: Don't need to `inspect` snippet content.
* Version 1.1.0: Tag version 1.1.0 (No default behavior was altered. New features implemented)
2013-04-22 Drew Blessing
* Issue 10: Test against Gitlab 5.1
* Version 1.0.0: Tag version 1.0.0
2013-04-21 Drew Blessing
* Issue 3: Add option to save a snippet file locally
* Issue 4: Fix subcommand usage print out
* Issue 5: Improve examples in README
* Issue 6: Move project setup to top of README
* Issue 7: Improve error handling for times when Gitlab is not accessible
* Issue 8: Fix regression introduced in commit 4b5397dfce9af738156e8343dbca4bba56fc84d1
2013-04-19 Drew Blessing
* Initial release