diff --git a/README.md b/README.md index f4eefbdf..b90b1382 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 8b36d56e..bc51ecdc 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -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 diff --git a/ssh/README.md b/ssh/README.md index b5d82a6d..20c2b360 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -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 diff --git a/ssh/config.json b/ssh/config.json index 2fb76e55..9fb1c388 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -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",