⬆️ Updating add-on Log Viewer to 25efe44

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-25 06:24:58 +00:00
parent de89d17e8a
commit 78807ad71d
4 changed files with 14 additions and 18 deletions

View file

@ -1,13 +1,8 @@
# Changelog since v0.4.1
# Changelog since v0.5.0
2019/04/20 12:47 UTC - [26b3a61](https://github.com/hassio-addons/addon-log-viewer/commit/26b3a61cae09a6c7e617527f9c1acf44aabddb6a) by [@frenck](https://github.com/frenck)
> :sparkles: Adds Hassio Ingress support
2019/04/25 06:18 UTC - [25efe44](https://github.com/hassio-addons/addon-log-viewer/commit/25efe44b44f39bc753abf5adc2161eb6670eec3d) by [@frenck](https://github.com/frenck)
> :sparkles: Adds support for showing in sidebar
2019/04/20 12:47 UTC - [549575d](https://github.com/hassio-addons/addon-log-viewer/commit/549575d5ea0f887c02f0edaf2aa9f2b3e8bac671) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v3.1.0
2019/04/20 12:47 UTC - [5a4c91e](https://github.com/hassio-addons/addon-log-viewer/commit/5a4c91e6f389f2c27c794f3581bcc92446c8c48a) by [@allanpersson](https://github.com/allanpersson)
> Update README.md
Adding panel_iframe section
2019/04/25 06:18 UTC - [372e79d](https://github.com/hassio-addons/addon-log-viewer/commit/372e79d2eabea4bc00d5686fdfbf7d91d2904193) by [@frenck](https://github.com/frenck)
> :arrow_up: Updates Home Assistant requirement to 0.92.0b2

View file

@ -38,10 +38,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/26b3a61/README.md
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/25efe44/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-26b3a61-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/26b3a61
[release-shield]: https://img.shields.io/badge/version-25efe44-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/25efe44

View file

@ -1,6 +1,6 @@
{
"name": "Log Viewer",
"version": "26b3a61",
"version": "25efe44",
"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",