From cba54274b7685669a2cb976d837eba7e60ca9b80 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sun, 4 Feb 2024 13:33:17 +0100 Subject: [PATCH] Version 1.9 --- CHANGELOG.md | 9 +++++++++ info.plist | 11 ++++++++++- workflow.php | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebc687..dedb3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +Version 1.9 – 2024-02-04 +------------------------ + +### Features + +* Better support for Alfred 5 +* `gh my stars` opens `/?tab=stars` instead of `/stars` + + Version 1.8.1 – 2022-10-16 -------------------------- diff --git a/info.plist b/info.plist index 3043b1f..8ed0c75 100644 --- a/info.plist +++ b/info.plist @@ -444,6 +444,15 @@ echo Workflow::getItemsAsXml(); Changelog ========= +Version 1.9 – 2024-02-04 +------------------------ + +### Features + +* Better support for Alfred 5 +* `gh my stars` opens `/<username>?tab=stars` instead of `/stars` + + Version 1.8.1 – 2022-10-16 -------------------------- @@ -684,7 +693,7 @@ Version 1.1 – 2015-01-10 0 version - 1.8.1 + 1.9 webaddress https://github.com/gharlan/alfred-github-workflow diff --git a/workflow.php b/workflow.php index 67d0d16..71772a0 100644 --- a/workflow.php +++ b/workflow.php @@ -5,7 +5,7 @@ class Workflow { - public const VERSION = '1.8.1'; + public const VERSION = '1.9'; public const BUNDLE = 'de.gh01.alfred.github'; public const DEFAULT_CACHE_MAX_AGE = 10;