Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoduj committed Apr 10, 2022
1 parent 4c3ed48 commit 589bb77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
provider: npm
email: '$NPM_EMAIL'
api_key: '$NPM_TOKEN'
tag: beta
# tag: beta
on:
tags: true
edge: true
Expand All @@ -26,7 +26,7 @@ jobs:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
cleanup: true
prerelease: true
# prerelease: true
name: $TRAVIS_TAG
on:
tags: true
Expand Down
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@

All notable changes to this project will be documented in this file.

## 1.6.0(beta3)

- [WorkInProgress] This plugin slows down Homebridge / socket closed messages #387

## 1.6.0(beta2)

- [WorkInProgress] Switching activities powers off activity #395
- [WorkInProgress] This plugin slows down Homebridge / socket closed messages #387

## 1.6.0(beta)
## 1.6.0

- [FIX] This plugin slows down Homebridge / socket closed messages #387 #380
- [FIX] Switching activities powers off activity #395
- [NEW] Option for sorting activities either alphabetically or by activity order in harmony conf or by activitiesToPublishAsInputForTVMode option order (thx to @alapitz PR - Sort the activities alphabetically #384)
- [FIX] trying to fix slow response message. Socket closed warning can still occur, but should reconnect and not block the bridge

## 1.5.4

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": "homebridge-harmony",
"version": "1.6.0-beta3",
"version": "1.6.0",
"author": "Nicolas Dujardin",
"description": "Publish your harmony activities as homekit accessories",
"main": "index.js",
Expand Down

0 comments on commit 589bb77

Please sign in to comment.