2.0.0 / 2022-09-28¶ ↑
- 
1 major enhancement: - 
Removed gh_client. 
 
- 
- 
2 minor enhancements: - 
process now takes the prefix for the ticket ID (default: GH). 
- 
Refactored gh_client + most populate_github_tasks into github_clients that returns a hash of prefix => octokit_client. 
 
- 
1.9.0 / 2020-02-12¶ ↑
- 
2 minor enhancements: - 
Exclude projects listed in ~/.omnifocus.yml. 
- 
Updated to use omnifocus 2.6+. 
 
- 
1.8.3 / 2019-12-15¶ ↑
- 
1 bug fix: - 
Updated dependencies on omnifocus and octokit. (reubano) 
 
- 
1.8.2 / 2015-08-10¶ ↑
- 
1 bug fix: - 
Turn off explicit –global so git scoping can work. (maxim) 
 
- 
1.8.1 / 2015-04-13¶ ↑
- 
1 bug fix: - 
Fixed readme to reflect new(er) git config prefixes. (maxim) 
 
- 
1.8.0 / 2014-11-11¶ ↑
- 
1 minor enhancement: - 
Specify the github name when using an OAuth token. (mutemule) 
 
- 
1.7.1 / 2014-01-22¶ ↑
- 
1 bug fix: - 
Turn off warnings when loading octokit to avoid horrible wall of warnings. 
 
- 
1.7.0 / 2013-12-05¶ ↑
- 
3 minor enhancements: - 
Added oauth-token authentication support: ‘git config –add github.oauth-token val` 
- 
Turned on auto_paginate to ensure full list of issues. 
- 
Updated dependency on octokit to ~> 2.0. 
 
- 
- 
1 bug fix: - 
omnifocus-github now bitches if no accounts authenticate properly. 
 
- 
1.6.0 / 2013-07-24¶ ↑
- 
2 major enhancements: - 
Removed support for token authentication 
- 
Use Octokit to access github. 
 
- 
- 
1 minor enhancement: - 
Updated dependency to omnifocus 2.x 
 
- 
1.5.0 / 2013-05-10¶ ↑
- 
1 major enhancement: - 
Remove support for github api tokens (no longer supported by github) 
 
- 
- 
3 bug fixes: - 
add user-agent to api requests (required by github) 
- 
display error message if trying to authenticate without user/pass 
- 
remove debugging output 
 
- 
1.4.1 / 2013-04-09¶ ↑
- 
1 bug fix: - 
2.0: Relaxing the json dependency to ~> 1.5. 
 
- 
1.4.0 / 2012-11-23¶ ↑
- 
2 minor enhancements: - 
Added support for github enterprise. (jfieber) 
- 
Added support for oauth authentication. (jfieber) 
 
- 
1.3.0 / 2011-11-18¶ ↑
- 
1 minor enhancement: - 
Added multi-page fetching for long user issue lists 
 
- 
1.2.0 / 2011-08-26¶ ↑
- 
2 minor enhancements: - 
Use new v3 api to get all issues in one request. Very fast! 
- 
Removed all superfluous methods after switching to cleaner API. 
 
- 
1.1.0 / 2011-08-11¶ ↑
- 
3 minor enhancements: - 
Added (beta) commandline project filtering (do NOT use w/o filtering for plugin also). 
- 
Added json dep for v3 api 
- 
Switched to v3 for org/project issue gathering. Now has assignee 
 
- 
- 
1 bug fix: - 
Added PREFIX constant for new omnifocus plugin filtering. 
 
- 
1.0.2 / 2011-07-19¶ ↑
- 
1 minor enhancement: - 
Added (beta) commandline project filtering (do NOT use w/o filtering for plugin also). 
 
- 
- 
1 bug fix: - 
Added PREFIX constant for new omnifocus plugin filtering. 
 
- 
1.0.1 / 2011-07-16¶ ↑
- 
1 bug fix: - 
Only adds tickets assigned to user, not all tickets in project. 
 
- 
1.0.0 / 2009-07-28¶ ↑
- 
1 major enhancement - 
Birthday! 
 
-