Skip to content

Commit

Permalink
fix readme, prep v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Oct 20, 2017
1 parent 4fad8b9 commit 8666ed3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.0.1] (2017-10-20)
* Fix readme reference to public GitLab API

## [v1.0.0] (2017-10-20)

* Initial implementaiton of alfred-gitlab workflow

[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v1.0.1...HEAD
[v1.0.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/lukewaite/alfred-gitlab/compare/90b63639ac1d06f9a52c37afd3f9c1da37d6ebd2...v1.0.0
Binary file added GitLab-1.0.1.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Quickly navigate to GitLab projects in [Alfred 3][alfred].

## Setup and Usage
* Generate a GitLab personal access token (https://gitlab.com/profile/personal_access_tokens) then run `glsetkey <yourkey>`
* Tell it where our API is by running `glseturl https://git.intouchinsight.io/api/v4/projects`
* Tell it where the GitLab API you want to connect to is by running `glseturl https://gitlab.com/api/v4/projects`
* search for projects with `gl <search>`

## Notes
Expand Down
2 changes: 1 addition & 1 deletion src/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import argparse
from workflow import Workflow, ICON_WEB, ICON_WARNING, web, PasswordNotFound

__version__ = '1.0.0'
__version__ = '1.0.1'

log = None

Expand Down
4 changes: 2 additions & 2 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<key>readme</key>
<string>Usage:
* Generate a gitlab personal access token (https://gitlab.com/profile/personal_access_tokens) then run `glsetkey &lt;yourkey&gt;`
* Tell it where our API is by running `glseturl https://git.intouchinsight.io/api/v4/projects`
* Tell it where the GitLab API you want to connect to is by running `glseturl https://gitlab.com/api/v4/projects`
* search for projects with `gl &lt;search&gt;`</string>
<key>uidata</key>
<dict>
Expand Down Expand Up @@ -346,7 +346,7 @@
</dict>
</dict>
<key>version</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>webaddress</key>
<string>https://lukewaite.ca</string>
</dict>
Expand Down

0 comments on commit 8666ed3

Please sign in to comment.