diff --git a/README.md b/README.md index ddffd922f..2e28c8d53 100644 --- a/README.md +++ b/README.md @@ -865,10 +865,10 @@ SOFTWARE. [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grafana-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/1c8a4d8 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/1c8a4d8/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/4ecbcc1 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/4ecbcc1/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-1c8a4d8-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-4ecbcc1-blue.svg [grocy-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy-armhf.svg [grocy-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grocy-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/grocy/CHANGELOG.md b/grocy/CHANGELOG.md index e009db68d..9db908c69 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog since v0.2.0 -2019/06/16 20:29 UTC - [1c8a4d8](https://github.com/hassio-addons/addon-grocy/commit/1c8a4d8ce17be7db48a4209b4589b3cd2e7c6097) by [@frenck](https://github.com/frenck) +2019/06/17 10:31 UTC - [4ecbcc1](https://github.com/hassio-addons/addon-grocy/commit/4ecbcc1ff910dc33d8bc509010998650dc6e3fe6) by [@frenck](https://github.com/frenck) +> :sparkles: Adds en_GB as selectable language + +2019/06/17 10:31 UTC - [fe2a758](https://github.com/hassio-addons/addon-grocy/commit/fe2a758e0595bda666932d3caf056830c554723e) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades Grocy to v2.4.2 + +2019/06/17 10:31 UTC - [1c8a4d8](https://github.com/hassio-addons/addon-grocy/commit/1c8a4d8ce17be7db48a4209b4589b3cd2e7c6097) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades PHP to 7.2.19-r0 -2019/06/16 20:29 UTC - [21b274a](https://github.com/hassio-addons/addon-grocy/commit/21b274a57198de97e48f56b99244399dcfb6a86f) by [@frenck](https://github.com/frenck) +2019/06/17 10:31 UTC - [21b274a](https://github.com/hassio-addons/addon-grocy/commit/21b274a57198de97e48f56b99244399dcfb6a86f) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades base image to v3.1.2 diff --git a/grocy/README.md b/grocy/README.md index 5fadffbd1..c5d5d5711 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -51,7 +51,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/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-grocy/blob/1c8a4d8/README.md +[docs]: https://github.com/hassio-addons/addon-grocy/blob/4ecbcc1/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-grocy/112422?u=frenck [grocy-demo]: https://demo-en.grocy.info @@ -60,6 +60,6 @@ If you are more interested in stable releases of our add-ons: [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-1c8a4d8-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/1c8a4d8 +[release-shield]: https://img.shields.io/badge/version-4ecbcc1-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/4ecbcc1 [screenshot]: https://github.com/hassio-addons/addon-grocy/raw/master/images/screenshot.gif \ No newline at end of file diff --git a/grocy/config.json b/grocy/config.json index bd4f57dba..66a01b3ee 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,6 +1,6 @@ { "name": "Grocy", - "version": "1c8a4d8", + "version": "4ecbcc1", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", @@ -44,7 +44,7 @@ }, "schema": { "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", - "culture": "match(^(da|de|en|es|fr|it|nl|no|pl|ru|sv_SE|ta|tr)$)", + "culture": "match(^(da|de|en|en_GB|es|fr|it|nl|no|pl|ru|sv_SE|ta|tr)$)", "currency": "str", "features": { "batteries": "bool",