From 9890ff58edfabb83c131854f9ab4d91feee0b8c8 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Tue, 13 Dec 2016 22:34:43 +0100 Subject: [PATCH] Version 1.5 --- CHANGELOG.md | 17 +++++++++++++++++ info.plist | 19 ++++++++++++++++++- workflow.php | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3057dd..a36ef67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +Version 1.5 – 2016-12-13 +------------------------ + +### Features + +* new commands for searching repos and users globally in GitHub (`gh s repo` and `gh s @user`) +* new command `gh my repos` (@jacobkossman) +* new command `gh > delete database` +* source repos with higher priority than forks + +### Bugfixes + +* in some situations private repos were missing (@lxynox) +* after saving GitHub Enterprise url the workflow didn't reopen correctly +* updated user sub commands ("Activity" tab does not exist any more on GitHub) + + Version 1.4.1 – 2016-22-07 -------------------------- diff --git a/info.plist b/info.plist index 5eeb10c..15c0dd3 100644 --- a/info.plist +++ b/info.plist @@ -404,6 +404,23 @@ Changelog ========= +Version 1.5 – 2016-12-13 +------------------------ + +### Features + +* new commands for searching repos and users globally in GitHub (`gh s repo` and `gh s @user`) +* new command `gh my repos` (@jacobkossman) +* new command `gh > delete database` +* source repos with higher priority than forks + +### Bugfixes + +* in some situations private repos were missing (@lxynox) +* after saving GitHub Enterprise url the workflow didn't reopen correctly +* updated user sub commands (Activity tab does not exist any more on GitHub) + + Version 1.4.1 – 2016-22-07 -------------------------- @@ -551,7 +568,7 @@ Version 1.1 – 2015-01-10 0 version - 1.4.1 + 1.5 webaddress https://github.com/gharlan/alfred-github-workflow diff --git a/workflow.php b/workflow.php index cbe2eda..a73050c 100644 --- a/workflow.php +++ b/workflow.php @@ -14,7 +14,7 @@ class Workflow { - const VERSION = '1.4.1'; + const VERSION = '1.5'; const BUNDLE = 'de.gh01.alfred.github'; const DEFAULT_CACHE_MAX_AGE = 10;