diff --git a/README.md b/README.md index 5d767f20..e3f8d4eb 100644 --- a/README.md +++ b/README.md @@ -855,10 +855,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/v0.5.0 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.5.0/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.6.0 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.6.0/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-v0.6.0-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 cba76217..0ef692c6 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -4,18 +4,12 @@ This is a general maintenance release. ### 🔨 Changes -- :fireworks: Updates maintenance/license year to 2020 +- :arrow_up: Upgrades nginx to 1.16.1-r6 - :pencil2: Funding adjustments -- :pencil2: Fixes some spelling and grammar -- :arrow_up: Upgrades add-on base image to v6.0.1 -- :arrow_up: Upgrades php7 to 7.3.13-r0 -- :arrow_up: Upgrades nginx to 1.16.1-r4 -- :arrow_up: Upgrades git to 2.24.1-r0 -- :arrow_up: Upgrades yarn to 1.19.2-r0 -- :arrow_up: Upgrades composer to 1.9.1-r0 -- :pencil2: Fixes some spelling and grammar +- :arrow_up: Upgrades php7 to 7.3.14-r0 +- :arrow_up: Upgrades Grocy to 2.6.0 -[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.4.0...v0.5.0 +[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.5.0...v0.6.0 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: diff --git a/grocy/README.md b/grocy/README.md index c4c6f8c1..1b8e8478 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -46,7 +46,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-grocy/blob/v0.5.0/README.md +[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.6.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-grocy/112422?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png @@ -57,6 +57,6 @@ 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.5.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.5.0 +[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.6.0 [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 d5300679..79240ec6 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,6 +1,6 @@ { "name": "Grocy", - "version": "0.5.0", + "version": "0.6.0", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", @@ -48,6 +48,7 @@ "stock_best_before_date_tracking": true, "stock_location_tracking": true, "stock_price_tracking": true, + "stock_product_freezing": true, "stock_product_opened_tracking": true }, "ssl": true, @@ -55,10 +56,10 @@ "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", - "culture": "match(^(da|de|en|en_GB|es|fr|it|nl|no|pl|ru|sv_SE|ta|tr)$)", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", + "culture": "list(da|de|en|en_GB|es|fr|hu|it|nl|no|pl|ru|sv_SE|tr)", "currency": "match(^[A-Z]{3}$)", - "entry_page": "match(^(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)$)", + "entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)", "features": { "batteries": "bool", "calendar": "bool", @@ -75,6 +76,7 @@ "stock_best_before_date_tracking": "bool", "stock_location_tracking": "bool", "stock_price_tracking": "bool", + "stock_product_freezing": "bool", "stock_product_opened_tracking": "bool" }, "ssl": "bool",