🎉 Release of add-on SSH & Web Terminal 3.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-30 10:14:50 +00:00
parent 4028495aa3
commit 29a377740a
4 changed files with 12 additions and 12 deletions

View file

@ -581,10 +581,10 @@ SOFTWARE.
[plex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[plex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[plex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.1.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.1.0/README.md
[addon-ssh]: https://github.com/hassio-addons/addon-ssh/tree/v3.2.0
[addon-doc-ssh]: https://github.com/hassio-addons/addon-ssh/blob/v3.2.0/README.md
[ssh-issue]: https://github.com/hassio-addons/addon-ssh/issues
[ssh-version-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg
[ssh-version-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg
[ssh-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ssh-armhf.svg
[ssh-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -2,11 +2,11 @@
### Added
- Adds bluez tools for Bluetooth
- Adds mouse support
- Adds \ as extra keybind for horizontal split in tmux
### Changed
### Fixed
- Upgrades openssl to 1.0.2o-r2
- Upgrades zip to 3.0-r6
- Fixes creating extra windows/panes in tmux
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.0.1...v3.1.0
[changelog]: https://github.com/hassio-addons/addon-ssh/compare/v3.1.0...v3.2.0

View file

@ -81,7 +81,7 @@ 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/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.1.0/README.md
[docs]: https://github.com/hassio-addons/addon-ssh/blob/v3.2.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-ssh-web-terminal/33820?u=frenck
[hass-ssh]: https://home-assistant.io/addons/ssh/
@ -89,8 +89,8 @@ If you are more interested in stable releases of our add-ons:
[ohmyzsh]: http://ohmyz.sh/
[openssh]: https://www.openssh.com/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.1.0
[release-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-ssh/tree/v3.2.0
[ssh-audit-image]: https://github.com/hassio-addons/addon-ssh/raw/master/images/ssh-audit.png
[ssh-audit]: https://github.com/arthepsy/ssh-audit
[zsh]: https://en.wikipedia.org/wiki/Z_shell

View file

@ -1,6 +1,6 @@
{
"name": "SSH & Web Terminal",
"version": "3.1.0",
"version": "3.2.0",
"slug": "ssh",
"description": "SSH & Web Terminal access to your Home Assistant instance",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-ssh-web-terminal/33820?u=frenck",