diff --git a/README.md b/README.md index 388e08c75..ce6cb8054 100644 --- a/README.md +++ b/README.md @@ -770,10 +770,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/4e0200a -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/4e0200a/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/775d49c +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/775d49c/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-4e0200a-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-775d49c-blue.svg [adb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adb-amd64.svg [adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/adb/CHANGELOG.md b/adb/CHANGELOG.md index a17e58435..9a031ed39 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,7 +1,17 @@ -# Changelog since v0.4.0 +# Changelog since v0.4.1 -2019/05/08 21:11 UTC - [4e0200a](https://github.com/hassio-addons/addon-adb/commit/4e0200af6fb54951fb1b730170a83f7b3bc79b94) by [@frenck](https://github.com/frenck) -> 🚑 ⬇️ Downgrades adb to 7.0.0+r33-2 (#12) +2019/06/23 07:28 UTC - [775d49c](https://github.com/hassio-addons/addon-adb/commit/775d49c37c48a0682a9ef9c8022e1160552fe334) by [@frenck](https://github.com/frenck) +> :shirt: Fixes Markdownlint warnings -Signed-off-by: Franck Nijhof +2019/06/23 07:28 UTC - [0fe2411](https://github.com/hassio-addons/addon-adb/commit/0fe24116117b45cd5cea5162af0edf4b7aea6c7d) by [@frenck](https://github.com/frenck) +> :sparkles: Adds FUNDING.yml + +2019/06/23 07:28 UTC - [6a17e83](https://github.com/hassio-addons/addon-adb/commit/6a17e83df3a839b6d79e8e63615c4bb5b1304f7a) by [@frenck](https://github.com/frenck) +> :pencil2: Maintaince -> Maintenance + +2019/06/23 07:28 UTC - [16af736](https://github.com/hassio-addons/addon-adb/commit/16af73603544047a4366dd371a1d5d4b156026fc) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades add-on base image to v3.1.3 + +2019/06/23 07:28 UTC - [711a2bb](https://github.com/hassio-addons/addon-adb/commit/711a2bba530cf6d186080a9bb87ce73963232366) by [@JeffLIrion](https://github.com/JeffLIrion) +> :books: Removed outdated info regarding intents (#14) diff --git a/adb/README.md b/adb/README.md index 58e169d29..8da1f4f87 100644 --- a/adb/README.md +++ b/adb/README.md @@ -41,12 +41,12 @@ 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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-adb/blob/4e0200a/README.md +[docs]: https://github.com/hassio-addons/addon-adb/blob/775d49c/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-adb-android-debug-bridge/96375?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [patreon-shield]: https://www.frenck.nl/images/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-4e0200a-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/4e0200a \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-775d49c-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/775d49c \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index 905dec7c6..b990d44e7 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "4e0200a", + "version": "775d49c", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",