mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Node-RED 3.0.3
This commit is contained in:
parent
59790c5511
commit
ab3a563640
4 changed files with 15 additions and 16 deletions
|
@ -885,10 +885,10 @@ SOFTWARE.
|
|||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.2
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.2/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.3
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.3/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg
|
||||
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.svg
|
||||
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,18 +1,16 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This release is a maintenance release, addressing a couple of issues users are currently experiencing.
|
||||
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
|
||||
|
||||
Some of the issues addressed:
|
||||
|
||||
- Node-RED interface not fully loading via Hass.io Ingress
|
||||
- Node-RED interface not fully loading using Nabu Casa Remote UI
|
||||
- Node-RED Dashboard not fully loading via direct access
|
||||
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :ambulance: Force browser disabling caching
|
||||
- :arrow_up: Upgrades openssh to 7.9_p1-r5
|
||||
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
|
||||
- :sparkles: Adds support for showing in sidebar
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.1...v3.0.2
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v3.0.2...v3.0.3
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -43,13 +43,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v3.0.3/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.0.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v3.0.3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://github.com/hassio-addons/addon-node-red",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"panel_icon": "mdi:sitemap",
|
||||
"startup": "application",
|
||||
"homeassistant": "0.91.4",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue