Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Feb 2, 2019
1 parent a0b9d87 commit 8ef6771
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

## [v1.5.0] (2019-01-27)
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Initial implementaiton of alfred-gitlab workflow

[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v1.5.0...HEAD
[v1.4.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.4.0...v1.5.0
[v1.6.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.5.0...v1.6.0
[v1.5.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.4.0...v1.5.0
[v1.4.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.3.0...v1.4.0
[v1.3.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.3...v1.3.0
[v1.2.3]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.2...v1.2.3
Expand Down
Binary file modified GitLab.alfredworkflow
Binary file not shown.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -10,6 +10,13 @@ Quickly navigate to GitLab projects in [Alfred 3][alfred].
* Defaults to GitLab.com's public API
* search for projects with `gl <search>`

### Sub-Page Navigation
![][sub-page]
After selecting a repository, you are prompted with a page to navigate to. You can disable this behaviour
by setting the `quick_open` workflow variable to `true`.

See the Alfred documentation on [Workflow variables][wf-vars] for more information on how to configure workflow variables.

## Notes
By default, we will only show projects which you are a member of.

Expand All @@ -27,5 +34,7 @@ All other code/media are released under the [MIT Licence][license].

[alfred]: http://www.alfredapp.com/
[alfred-workflow]: http://www.deanishe.net/alfred-workflow/
[wf-vars]: https://www.alfredapp.com/help/workflows/advanced/variables/
[license]: src/LICENSE.txt
[sample]: https://raw.github.com/lukewaite/alfred-gitlab/master/docs/sample.png
[sample]: https://raw.github.com/lukewaite/alfred-gitlab/master/docs/sample.png
[sub-page]: https://raw.github.com/lukewaite/alfred-gitlab/master/docs/sub-page.png
Binary file added docs/sub-page.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/info.plist
Expand Up @@ -496,7 +496,8 @@
* Generate a GitLab personal access token (https://gitlab.com/profile/personal_access_tokens) then run `glsetkey &lt;yourkey&gt;`
* (Optionally) Tell it where the GitLab API you want to connect to is by running `glseturl https://&lt;host&gt;/api/v4/projects`
* Defaults to GitLab.com's public API
* search for projects with `gl &lt;search&gt;`</string>
* search for projects with `gl &lt;search&gt;`
* Optionally, disable sub-page navigation by setting `quick_open` to `true` in Workflow Configuration.</string>
<key>uidata</key>
<dict>
<key>07D583FC-AFE3-47D1-8076-FF78BE066E4E</key>
Expand Down Expand Up @@ -608,7 +609,7 @@
<string>quick_open</string>
</array>
<key>version</key>
<string>1.5.0</string>
<string>1.6.0</string>
<key>webaddress</key>
<string>https://lukewaite.ca</string>
</dict>
Expand Down

0 comments on commit 8ef6771

Please sign in to comment.