Skip to content

Commit

Permalink
Bump to version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Piña committed Jul 8, 2017
1 parent c3bc857 commit 4a30442
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.6.0]

## Added

* Support for Pushsafer.

## [2.5.0]

## Added
Expand Down Expand Up @@ -113,7 +119,8 @@ Object-C, which shows (nicer) Terminal icon.
* `-f` flag for OS X. This caused unexpected behavior for people who use iTerm2.
* OS X-specific flags and usage text from Linux and FreeBSD help.

[Unreleased]: https://github.com/variadico/noti/compare/v2.5.0...dev
[Unreleased]: https://github.com/variadico/noti/compare/v2.6.0...dev
[2.6.0]: https://github.com/variadico/noti/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/variadico/noti/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/variadico/noti/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/variadico/noti/compare/v2.2.2...v2.3.0
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ with your browser or just use `curl`!

```shell
# For macOS.
curl -L https://github.com/variadico/noti/releases/download/v2.5.0/noti2.5.0.darwin-amd64.tar.gz | tar -xz
curl -L https://github.com/variadico/noti/releases/download/v2.6.0/noti2.6.0.darwin-amd64.tar.gz | tar -xz

# For Linux.
curl -L https://github.com/variadico/noti/releases/download/v2.5.0/noti2.5.0.linux-amd64.tar.gz | tar -xz
curl -L https://github.com/variadico/noti/releases/download/v2.6.0/noti2.6.0.linux-amd64.tar.gz | tar -xz

# For Windows.
curl -L https://github.com/variadico/noti/releases/download/v2.5.0/noti2.5.0.windows-amd64.tar.gz | tar -xz
curl -L https://github.com/variadico/noti/releases/download/v2.6.0/noti2.6.0.windows-amd64.tar.gz | tar -xz
```

## Usage
Expand Down Expand Up @@ -93,7 +93,7 @@ noti [options] [utility [args...]]
NOTI_PUSHOVER_DEST to be set.
-u, -pushsafer
Trigger a Pushsafer notification. Requires NOTI_PUSHSAFER_KEY
to be set.
to be set.
-l, -simplepush
Trigger a Simplepush notification. Requires NOTI_SIMPLEPUSH_KEY
to be set. Optionally, customize ringtone and vibration with
Expand Down Expand Up @@ -141,7 +141,7 @@ NOTI_PUSHOVER_DEST
Pushover message destination. Should be your User Key.
NOTI_PUSHSAFER_KEY
Pushsafer private or alias key. Log into your Pushsafer account and note
your private or alias key.
your private or alias key.
NOTI_SIMPLEPUSH_KEY
Simplepush key. Install the Simplepush app and retrieve your key there.
NOTI_SLACK_TOK
Expand Down
2 changes: 1 addition & 1 deletion cmd/noti/noti.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
defaultEnv = "NOTI_DEFAULT"
version = "v2.5.0"
version = "v2.6.0"
)

func main() {
Expand Down

0 comments on commit 4a30442

Please sign in to comment.