🎉 Release of add-on motionEye 0.10.1

This commit is contained in:
Community Hass.io Add-ons Bot 2020-09-23 21:43:15 +00:00
parent 1c654d29bd
commit b0bc7bb156
5 changed files with 10 additions and 12 deletions

View file

@ -1221,10 +1221,10 @@ SOFTWARE.
[chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.0 [addon-motioneye]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.1
[addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.10.0/README.md [addon-doc-motioneye]: https://github.com/hassio-addons/addon-motioneye/blob/v0.10.1/README.md
[motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues [motioneye-issue]: https://github.com/hassio-addons/addon-motioneye/issues
[motioneye-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg [motioneye-version-shield]: https://img.shields.io/badge/version-v0.10.1-blue.svg
[motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye.svg [motioneye-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/motioneye.svg
[motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [motioneye-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[motioneye-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [motioneye-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,12 +2,10 @@
### 🔨 Changes ### 🔨 Changes
- ⬆ Upgrades add-on base image to v8.0.3 ✏️ Fix incorrect option name in documentation (#119)
- ⬆ Upgrades libcurl to 7.69.1-r1 - 🚑 Fix video2linux support
- 🚑 Build motion locally (#117)
- ✨ Add support for the new media folder
[changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.9.0...v0.10.0 [changelog]: https://github.com/hassio-addons/addon-motioneye/compare/v0.10.0...v0.10.1
Questions? Join our Discord server! https://discord.me/hassioaddons Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: Enjoying my add-ons? Consider supporting my work:

View file

@ -115,7 +115,7 @@ Type of action button. Acceptable types are:
- `zoom_in` and `zoom_out`. - `zoom_in` and `zoom_out`.
- `preset1` to `preset9`. - `preset1` to `preset9`.
#### Sub-option: `action_buttons. camera` #### Sub-option: `action_buttons.camera`
The camera identification number. Corresponds to the camera number as set up The camera identification number. Corresponds to the camera number as set up
within the motionEye UI. within the motionEye UI.

View file

@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.10.1-blue.svg
[release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.0 [release]: https://github.com/hassio-addons/addon-motioneye/tree/v0.10.1
[screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-motioneye/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "motionEye", "name": "motionEye",
"version": "0.10.0", "version": "0.10.1",
"slug": "motioneye", "slug": "motioneye",
"description": "Simple, elegant and feature-rich CCTV/NVR for your cameras", "description": "Simple, elegant and feature-rich CCTV/NVR for your cameras",
"url": "https://github.com/hassio-addons/addon-motioneye", "url": "https://github.com/hassio-addons/addon-motioneye",