🎉 Release of add-on Terminal 2.4.1

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-26 13:53:33 +00:00
parent 8dc5630b77
commit 3204ee2e9f
4 changed files with 11 additions and 33 deletions

View file

@ -465,10 +465,10 @@ SOFTWARE.
[sonweb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [sonweb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[sonweb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [sonweb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[sonweb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [sonweb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-terminal]: https://github.com/hassio-addons/addon-terminal/tree/v2.4.0 [addon-terminal]: https://github.com/hassio-addons/addon-terminal/tree/v2.4.1
[addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/v2.4.0/README.md [addon-doc-terminal]: https://github.com/hassio-addons/addon-terminal/blob/v2.4.1/README.md
[terminal-issue]: https://github.com/hassio-addons/addon-terminal/issues [terminal-issue]: https://github.com/hassio-addons/addon-terminal/issues
[terminal-version-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg [terminal-version-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg
[terminal-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/terminal-armhf.svg [terminal-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/terminal-armhf.svg
[terminal-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [terminal-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[terminal-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [terminal-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,31 +1,9 @@
[Full Changelog][changelog] [Full Changelog][changelog]
### Added
- Adds SQLite by default
- Adds .yamllint configuration
- Adds all architectures to add-on config
- Adds Probot configuration
- Adds initial add-on README template
- Adds Gitlab CI
### Fixed
- Fixes Markdownlint warning in License
- Adds Probot configuration
### Changed ### Changed
- Replaces Changelog with GitHub releases - Updates hassio-cli to v1.3.1
- Updates hassio-cli to v1.3.0 (#22) (@bastula) - Updates bind-tools to 9.11.3-r0
- Updates README - Updates sqlite to 3.21.0-r1
- Upgrades add-on base image to v1.4.1
- Downgrades ttyd to 1.3.3-r3
### Removed [changelog]: https://github.com/hassio-addons/addon-terminal/compare/v2.4.0...v2.4.1
- Removes CircleCI
- Removes CodeClimate
- Removes supervisor version constraint from add-on config
[changelog]: https://github.com/hassio-addons/addon-terminal/compare/v2.3.0...v2.4.0

View file

@ -59,14 +59,14 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-terminal/blob/v2.4.0/README.md [docs]: https://github.com/hassio-addons/addon-terminal/blob/v2.4.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck
[hass-ssh]: https://home-assistant.io/addons/ssh/ [hass-ssh]: https://home-assistant.io/addons/ssh/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[ohmyzsh]: http://ohmyz.sh/ [ohmyzsh]: http://ohmyz.sh/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg
[release]: https://github.com/hassio-addons/addon-terminal/tree/v2.4.0 [release]: https://github.com/hassio-addons/addon-terminal/tree/v2.4.1
[screenshot]: https://github.com/hassio-addons/addon-terminal/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-terminal/raw/master/images/screenshot.png
[zsh]: https://en.wikipedia.org/wiki/Z_shell [zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,6 +1,6 @@
{ {
"name": "Terminal", "name": "Terminal",
"version": "2.4.0", "version": "2.4.1",
"slug": "terminal", "slug": "terminal",
"description": "Terminal access to your Home Assistant instance via the web", "description": "Terminal access to your Home Assistant instance via the web",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck",