diff --git a/README.md b/README.md index b7263297..74102d9d 100644 --- a/README.md +++ b/README.md @@ -815,10 +815,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.3.0 -[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.0/README.md +[addon-grocy]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.1 +[addon-doc-grocy]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.1/README.md [grocy-issue]: https://github.com/hassio-addons/addon-grocy/issues -[grocy-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[grocy-version-shield]: https://img.shields.io/badge/version-v0.3.1-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 bc3a3984..07431fa6 100644 --- a/grocy/CHANGELOG.md +++ b/grocy/CHANGELOG.md @@ -1,34 +1,15 @@ [Full Changelog][changelog] -✨ This release adds support for Hass.io Ingress 🎉 - -Besides Ingress, this release adds major upgrades about every single thing inside this add-on ⬆️ - -### 🚨Breaking change - -The addition of Ingress makes this add-on not accessible directly. If you have added Grocy via an iframe panel, this release will break that. However, you can simply toggle the "Show in sidebar" switch now 🎉 - -You can enable direct access again by going into the add-on configuration. A section is visible: "Network". Enter port `9192` (or anything else if you want) in the `disabled` field. Hit the "SAVE" followed by the "RESTART" button to make your iframe and others work as before. +This is a maintenance release. ### 🔨 Changes -- :arrow_up: Upgrades Grocy to v2.4.2 -- :sparkles: Adds en_GB as selectable language -- :pencil2: Maintaince -> Maintenance -- :arrow_up: Upgrades add-on base image to v4.0.1 -- :arrow_up: Upgrades nginx to 1.16.0-r2 -- :arrow_up: Upgrades php to 7.3.6-r0 -- :arrow_up: Upgrades git to 2.22.0-r0 -- :arrow_up: Upgrades yarn to 1.16.0-r0 -- :arrow_up: Upgrades composer to 1.8.6-r0 -- :sparkles: Adds FUNDING.yml -- :sparkles: Adds Ingress support -- :fire: Removes now deprecated ssl directive -- :books: Adds extra language option to docs (#26) (@tjorim) -- :hammer: Disable direct access by default -- :ambulance: Adds missing port declaration +- ✨ Adds icon to show in the sidebar (#28) (@tjorim) +- 📚 Removes references to iframe due to Ingress (#32) (@sinclairpaul) +- :ambulance: Changes Currency to ISO4217 Format (#34) (@sinclairpaul) +- :arrow_up: Upgrades Grocy to v2.4.4 -[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.2.0...v0.3.0 +[changelog]: https://github.com/hassio-addons/addon-grocy/compare/v0.3.0...v0.3.1 Questions? Join our Discord server! https://discord.me/hassioaddons Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file diff --git a/grocy/README.md b/grocy/README.md index 2f57478d..020525f4 100644 --- a/grocy/README.md +++ b/grocy/README.md @@ -48,7 +48,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/v0.3.0/README.md +[docs]: https://github.com/hassio-addons/addon-grocy/blob/v0.3.1/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 @@ -57,6 +57,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-v0.3.0-blue.svg -[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.0 +[release-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg +[release]: https://github.com/hassio-addons/addon-grocy/tree/v0.3.1 [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 94ed97e0..f628771e 100644 --- a/grocy/config.json +++ b/grocy/config.json @@ -1,12 +1,13 @@ { "name": "Grocy", - "version": "0.3.0", + "version": "0.3.1", "slug": "grocy", "description": "ERP beyond your fridge! A groceries & household management solution for your home", "url": "https://github.com/hassio-addons/addon-grocy", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "ingress": true, "ingress_port": 1337, + "panel_icon": "mdi:cart", "startup": "system", "arch": [ "aarch64", @@ -29,7 +30,7 @@ }, "options": { "culture": "en", - "currency": "$", + "currency": "USD", "features": { "batteries": true, "calendar": true, @@ -47,7 +48,7 @@ "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)$)", - "currency": "str", + "currency": "match(^[A-Z]{3}$)", "features": { "batteries": "bool", "calendar": "bool",