mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on Log Viewer 0.6.0
This commit is contained in:
parent
407e805194
commit
84bbfdc6a2
4 changed files with 18 additions and 13 deletions
|
@ -1,12 +1,17 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
|
||||
|
||||
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
|
||||
This release upgrades the internals of the add-on.
|
||||
No breaking changes.
|
||||
|
||||
### Changed
|
||||
|
||||
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
|
||||
- :sparkles: Adds support for showing in sidebar
|
||||
- :ambulance: Turns off Lua Resty core in Nginx
|
||||
- :arrow_up: Upgrades nginx to 1.16.0-r2
|
||||
- :arrow_up: Upgrades nodejs to 10.16.0-r0
|
||||
- :arrow_up: Upgrades npm to 10.16.0-r0
|
||||
- :arrow_up: Upgrades git to 2.22.0-r0
|
||||
- :arrow_up: Upgrades add-on base image to v4.0.1
|
||||
- :fire: Removes now deprecated ssl directive
|
||||
- :pencil2: Maintaince -> Maintenance
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.5.0...v0.5.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.5.1...v0.6.0
|
|
@ -19,10 +19,10 @@ is available to make it simple to differentiate different types of logs.
|
|||
[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.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.6.0/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.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.5.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.6.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Log Viewer",
|
||||
"version": "0.5.1",
|
||||
"version": "0.6.0",
|
||||
"slug": "logviewer",
|
||||
"description": "Browser-based log utility for Hass.io",
|
||||
"url": "https://github.com/hassio-addons/addon-log-viewer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue