mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on ADB - Android Debug Bridge 0.4.0
This commit is contained in:
parent
1fff36aacd
commit
67fd44bead
4 changed files with 13 additions and 12 deletions
|
@ -1,12 +1,13 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Changed
|
||||
This is a general maintenance release that upgrades both ADB & the base image used.
|
||||
|
||||
- :arrow_up: Upgrades base image to v3.1.0
|
||||
- :sparkles: Adds network port description
|
||||
- :hammer: Simplifies add-on code logic
|
||||
### :hammer: Changes
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-adb/compare/v0.3.0...v0.3.1
|
||||
- :arrow_up: Upgrades add-on base image to 3.1.1
|
||||
- :arrow_up: Upgrades adb to 1:8.1.0+r23-5~18.04
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-adb/compare/v0.3.1...v0.4.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -22,12 +22,12 @@ used to get full local control over your Android (TV) devices.
|
|||
[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/v0.3.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-adb/blob/v0.4.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-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-v0.3.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adb/tree/v0.3.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adb/tree/v0.4.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ADB - Android Debug Bridge",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"slug": "adb",
|
||||
"description": "The Android Debug Bridge server program",
|
||||
"url": "https://github.com/hassio-addons/addon-adb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue