🎉 Release of add-on Log Viewer 0.5.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-25 08:17:31 +00:00
parent d35ce0b91b
commit 51ad9db8eb
4 changed files with 14 additions and 20 deletions

View file

@ -1,19 +1,12 @@
[Full Changelog][changelog]
✨ This release adds support for Hass.io Ingress 🎉
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
**Breaking change**
The addition of Ingress makes this add-on not accessible directly. If you have added the Log Viewer via an iframe panel, this release will break that.
However, you can enable this again by going into the add-on configuration. A new section show is visible: "Network". Enter port `4277` (or anything else if you want) in the `disabled` field. Hit the "SAVE" followed by the "RESTART" button to make your iframe work as before.
An option to add an Ingress capable add-on to the sidebar menu automatically is expected to land in Home Assistant 0.92.
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
### Changed
- :books: Updates documentation
- :arrow_up: Upgrades base image to v3.1.0
- :sparkles: Adds Hassio Ingress support
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
- :sparkles: Adds support for showing in sidebar
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.4.1...v0.5.0
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.5.0...v0.5.1

View file

@ -35,10 +35,10 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.5.0/README.md
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.5.1/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-log-viewer/64377?u=dale3h
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.5.0
[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.5.1

View file

@ -1,6 +1,6 @@
{
"name": "Log Viewer",
"version": "0.5.0",
"version": "0.5.1",
"slug": "logviewer",
"description": "Browser-based log utility for Hass.io",
"url": "https://github.com/hassio-addons/addon-log-viewer",
@ -8,7 +8,8 @@
"startup": "application",
"ingress": true,
"ingress_port": 1337,
"homeassistant": "0.91.2",
"panel_icon": "mdi:file-document-box-outline",
"homeassistant": "0.92.0b2",
"arch": [
"aarch64",
"amd64",