Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed May 11, 2021
1 parent 8ecccb5 commit cf8c57f
Show file tree
Hide file tree
Showing 37 changed files with 1,238 additions and 488 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
},
"3.0.3": {
"en": "Fix for app crashing on version 3.0.2."
},
"3.0.4": {
"en": "Update of underlying library to patch a security vunerability, no functional changes."
}
}
32 changes: 30 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"en": [ "webcam", "android" ],
"nl": [ "webcam", "android" ]
},
"version": "3.0.3",
"version": "3.0.4",
"compatibility": ">=5.0.0",
"author": {
"name": "Jelger Haanstra",
Expand Down Expand Up @@ -172,6 +172,10 @@
"en": "Email live snapshot",
"nl": "Email live snapshot"
},
"titleFormatted": {
"en": "Email live snapshot to [[mailto]]",
"nl": "Email live snapshot naar [[mailto]]"
},
"hint": {
"en": "Take a snapshot and send it with email (make sure email is configured in the app settings).",
"nl": "Maak een snapshot en verstuur deze per email (zorg ervoor dat email is geconfigureerd in de app instellingen)."
Expand All @@ -196,12 +200,16 @@
}
]
},
{
{
"id": "sensor_threshold",
"title": {
"en": "Motion or sound threshold",
"nl": "Beweging of geluid drempel"
},
"titleFormatted": {
"en": "[[sensor_type]] with [[threshold]]",
"nl": "[[sensor_type]] met [[threshold]]"
},
"hint": {
"en": "Set the motion or sound threshold that triggers the alarm. Lower threshold will trigger the alarm faster.",
"nl": "Stel de beweging of geluid drempel in voor het triggeren van het alarm. Een lage drempel zal het alarm eerder triggeren"
Expand Down Expand Up @@ -255,6 +263,10 @@
"en": "Swith night vision",
"nl": "Nachtvisie schakelen"
},
"titleFormatted": {
"en": "Swith night vision [[nightvision]] with gain [[nightvision_gain]] and exposure [[nightvision_exposure]]",
"nl": "Nachtvisie [[nightvision]] schakelen met gain [[nightvision_gain]] en exposure [[nightvision_exposure]]"
},
"hint": {
"en": "Switch the nightvision and set the gain and exposure",
"nl": "Schakel de nachtvisie en stel de sterkte en exposure in"
Expand Down Expand Up @@ -319,6 +331,10 @@
"en": "Zoom",
"nl": "Zoom"
},
"titleFormatted": {
"en": "Zoom to [[zoom]]",
"nl": "Zoom naar [[zoom]]"
},
"args": [
{
"name": "zoom",
Expand Down Expand Up @@ -347,6 +363,10 @@
"en": "Stream Quality",
"nl": "Stream kwaliteit"
},
"titleFormatted": {
"en": "Set stream quality to [[quality]]",
"nl": "Zet stream kwaliteit naar [[quality]]"
},
"args": [
{
"name": "quality",
Expand Down Expand Up @@ -375,6 +395,10 @@
"en": "Switch the LED",
"nl": "LED schakelen"
},
"titleFormatted": {
"en": "Switch the LED [[led]]",
"nl": "LED [[led]] schakelen"
},
"args": [
{
"name": "led",
Expand Down Expand Up @@ -413,6 +437,10 @@
"en": "Switch camera",
"nl": "Camera switchen"
},
"titleFormatted": {
"en": "Switch camera to [[whichcamera]]",
"nl": "Camera switchen naar [[whichcamera]]"
},
"args": [
{
"name": "whichcamera",
Expand Down
5 changes: 4 additions & 1 deletion node_modules/nodemailer/.prettierrc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 127 additions & 0 deletions node_modules/nodemailer/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions node_modules/nodemailer/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/nodemailer/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/nodemailer/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf8c57f

Please sign in to comment.