🎉 Release of add-on Traccar 0.7.2

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-01 17:12:27 +00:00
parent e40ce77e0c
commit be05a6f071
4 changed files with 15 additions and 10 deletions

View file

@ -1076,10 +1076,10 @@ SOFTWARE.
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[tor-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.1
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.1/README.md
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.2
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.2/README.md
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
[traccar-version-shield]: https://img.shields.io/badge/version-v0.7.1-blue.svg
[traccar-version-shield]: https://img.shields.io/badge/version-v0.7.2-blue.svg
[traccar-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/traccar-armhf.svg
[traccar-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[traccar-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,12 +1,17 @@
[Full Changelog][changelog]
This is a small patch release, to address issues with a locked database after restoring a snapshot.
Bugfix release, that fixes a bug when using a custom database server (override), allows the lock release to fail on startup and improves the documentation on how to enable protocols.
Furthermore, the OsmAnd protocol is now enabled by default, since that is needed for the official Traccar apps to function.
### Changed
- :ambulance: Make sure the database isn't locked on startup
- :sparkles: Open up osmand protocol by default
- :ambulance: Allow lock releasing to fail
- :ambulance: Skip MySQL container init when the database is overridden by the user
- :books: Update add-on documentation on enabling protocols
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.7.0...v0.7.1
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.7.1...v0.7.2
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -49,7 +49,7 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.1/README.md
[docs]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.2/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -58,7 +58,7 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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.7.1-blue.svg
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.1
[release-shield]: https://img.shields.io/badge/version-v0.7.2-blue.svg
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.2
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png
[traccar]: https://www.traccar.org

View file

@ -1,6 +1,6 @@
{
"name": "Traccar",
"version": "0.7.1",
"version": "0.7.2",
"slug": "traccar",
"description": "Modern GPS Tracking Platform",
"url": "https://github.com/hassio-addons/addon-traccar",