Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Rauch authored and Guillermo Rauch committed Oct 5, 2015
1 parent ffb11a5 commit 7e73572
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

0.6.0 / 2015-10-05
==================

* use faster API methods: users.list to get presence
* fix polling interval increase
* allow hosting slackin under a path (eg: /slack)
* fix for deployment instructions
* add already registered link
* use SLACK_CHANNELS instead of SLACK_CHANNEL on Heroku
* standardize use of example host
* allow hosting at a subfolder

0.5.1 / 2015-06-23
==================

Expand Down
5 changes: 1 addition & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@ Read more about the [motivations and history](http://rauchg.com/slackin) behind

### Server


#### Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/rauchg/slackin/tree/0.5.1)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/rauchg/slackin/tree/0.6.0)

#### OpenShift

[Follow these instructions.](https://github.com/rauchg/slackin/wiki/OpenShift)


#### Custom


Install it and launch it on your server:

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slackin",
"version": "0.5.1",
"version": "0.6.0",
"description": "",
"dependencies": {
"babel": "4.7.1",
Expand Down

0 comments on commit 7e73572

Please sign in to comment.