Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Mar 26, 2022
1 parent ef09122 commit ec9398b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.pyc
*.pyc
.idea
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v3.0.0] (2022-03-26)
* Upgrade to support python3 ([#28](https://github.com/lukewaite/alfred-gitlab/pull/28))
Thanks to @TribuneX

### Upgrade notes
If you have already upgraded to MacOS 12.3 you will not be able to automatically upgrade.
Please download the latest released copy of the workflow from [releases](https://github.com/lukewaite/alfred-gitlab/releases) and re-install.

If you are not yet on 12.3, you can run `gl workflow:update` to update.

### Skipping 2.x
The PR with the fix for python3 came in tagged as 3.0.0. I'm going to skip straight to that tag so that anyone who's
upgraded to the fork in the meantime has the ability to pull updates in the future without having to "go back" to 2.x.

## [v1.6.0] (2019-02-02)
* Allow subpage navigation to be disabled

Expand Down
Binary file modified GitLab.alfredworkflow
Binary file not shown.
10 changes: 9 additions & 1 deletion src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@
<dict>
<key>argument</key>
<string></string>
<key>passthroughargument</key>
<false/>
<key>variables</key>
<dict>
<key>repo</key>
Expand Down Expand Up @@ -235,6 +237,8 @@
<false/>
<key>alfredfiltersresultsmatchmode</key>
<integer>0</integer>
<key>argumenttreatemptyqueryasnil</key>
<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
Expand Down Expand Up @@ -273,7 +277,7 @@
<key>uid</key>
<string>CC12EF8B-97E2-4DA6-989E-6E766336576D</string>
<key>version</key>
<integer>2</integer>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
Expand Down Expand Up @@ -307,6 +311,8 @@
<dict>
<key>argument</key>
<string></string>
<key>passthroughargument</key>
<false/>
<key>variables</key>
<dict>
<key>subfolder</key>
Expand Down Expand Up @@ -344,6 +350,8 @@
<dict>
<key>argument</key>
<string></string>
<key>passthroughargument</key>
<false/>
<key>variables</key>
<dict>
<key>repo</key>
Expand Down
Empty file.

0 comments on commit ec9398b

Please sign in to comment.