diff --git a/CHANGELOG.md b/CHANGELOG.md index 622d4b8..5e953c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/GitLab.alfredworkflow b/GitLab.alfredworkflow index 463f9f6..db28e51 100644 Binary files a/GitLab.alfredworkflow and b/GitLab.alfredworkflow differ diff --git a/README.md b/README.md index 351b7d8..cb79ece 100644 --- a/README.md +++ b/README.md @@ -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 ` +### 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. @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/docs/sub-page.png b/docs/sub-page.png new file mode 100644 index 0000000..c933327 Binary files /dev/null and b/docs/sub-page.png differ diff --git a/src/info.plist b/src/info.plist index 4fb9886..0aba7d8 100644 --- a/src/info.plist +++ b/src/info.plist @@ -496,7 +496,8 @@ * Generate a GitLab personal access token (https://gitlab.com/profile/personal_access_tokens) then run `glsetkey <yourkey>` * (Optionally) Tell it where the GitLab API you want to connect to is by running `glseturl https://<host>/api/v4/projects` * Defaults to GitLab.com's public API -* search for projects with `gl <search>` +* search for projects with `gl <search>` +* Optionally, disable sub-page navigation by setting `quick_open` to `true` in Workflow Configuration. uidata 07D583FC-AFE3-47D1-8076-FF78BE066E4E @@ -608,7 +609,7 @@ quick_open version - 1.5.0 + 1.6.0 webaddress https://lukewaite.ca