Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Dec 14, 2018
1 parent 613eb9f commit e86aaf5
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 141 deletions.
8 changes: 2 additions & 6 deletions APPSTORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@ For support please use the official support topic on the forum [here](https://co
- When using multiple IP Webcameras only one global image token is registered and available. This is due to current limitations of Homey core and will hopefully become available in the future.

## Changelog
### 2018-09-08 - v1.2.6
* REFACTORING: switched from request node module to node-fetch (reduced footprint from 8MB to 1MB)

### 2018-08-22 - v1.2.5
* UPDATE: updated app manifest to include id of new forum support topic
* UPDATE: updated node packages to latest versions
### 2018-12-14 - v1.2.7
* FIX: update compatibility to enable install on Homey firmware v2.x
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "android.ipwebcam",
"sdk": 2,
"brandColor": "#a5dd3b",
"name": {
"en": "Android IP Webcam",
"nl": "Android IP Webcam"
Expand All @@ -9,8 +10,8 @@
"en": [ "ip webcam", "android" ],
"nl": [ "ip webcam", "android" ]
},
"version": "1.2.6",
"compatibility": "1.x >=1.5.0",
"version": "1.2.7",
"compatibility": ">=1.5.12",
"author": {
"name": "Jelger Haanstra",
"email": "[email protected]",
Expand Down
268 changes: 136 additions & 132 deletions drivers/ipwebcam/pair/start.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android.ipwebcam",
"version": "1.2.6",
"version": "1.2.7",
"description": "Homey app for Android IP Webcam",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit e86aaf5

Please sign in to comment.