diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d5cd8..657a55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,23 @@ Changelog ========= +Version 1.7 – 2021-10-26 +------------------------ + +### Features + +* Support for macOS 12 Montery: PHP is no longer pre-installed, you must install it by yourself via [Homebrew](https://brew.sh) (`brew install php`) +* Better support for Alfred 4 +* new command `gh user/repo actions` (@Attsun1031) +* command `gh user/repo new issue` lands on issue template selector page (@riastrad) + + Version 1.6.2 – 2018-02-13 -------------------------- ### Bugfixes -* Api pagination didn't work correctly any more (missing results from page > 2) +* Api pagination didn't work correctly anymore (missing results from page > 2) Version 1.6.1 – 2017-09-23 diff --git a/info.plist b/info.plist index 7cc0b64..a8690b5 100644 --- a/info.plist +++ b/info.plist @@ -444,12 +444,23 @@ echo Workflow::getItemsAsXml(); Changelog ========= +Version 1.7 – 2021-10-26 +------------------------ + +### Features + +* Support for macOS 12 Montery: PHP is no longer pre-installed, you must install it by yourself via [Homebrew](https://brew.sh) (`brew install php`) +* Better support for Alfred 4 +* new command `gh user/repo actions` (@Attsun1031) +* command `gh user/repo new issue` lands on issue template selector page (@riastrad) + + Version 1.6.2 – 2018-02-13 -------------------------- ### Bugfixes -* Api pagination didnt work correctly any more (missing results from page > 2) +* Api pagination didnt work correctly anymore (missing results from page > 2) Version 1.6.1 – 2017-09-23 @@ -639,7 +650,7 @@ Version 1.1 – 2015-01-10 0 version - 1.6.2 + 1.7 webaddress https://github.com/gharlan/alfred-github-workflow diff --git a/workflow.php b/workflow.php index f0707cb..e07e04f 100644 --- a/workflow.php +++ b/workflow.php @@ -14,7 +14,7 @@ class Workflow { - const VERSION = '1.6.2'; + const VERSION = '1.7'; const BUNDLE = 'de.gh01.alfred.github'; const DEFAULT_CACHE_MAX_AGE = 10;