Skip to content

Releases: Anrolosia/Shopping-List-with-Grocy

Release v0.19.4

10 Mar 20:38
Compare
Choose a tag to compare

⚠️ With version 0.19.0, entities are now created in HomeAssistant native way. That means MQTT is not used anymore for your products and shopping lists and will be removed in a future version.

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.19.4] - 2025-03-10

🐛 Bug Fixes

  • Fixed timeout issue on migration (#51)

Release v0.19.3

10 Mar 17:46
Compare
Choose a tag to compare

⚠️ With version 0.19.0, entities are now created in HomeAssistant native way. That means MQTT is not used anymore for your products and shopping lists and will be removed in a future version.

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.19.3] - 2025-03-10

🚜 Refactor

  • Improved code to better handle compatibility with self hosted Grocy instance and Home Assistant Grocy addon

⚙️ Miscellaneous Tasks

  • (release) Prepare for v0.19.3

Release v0.19.2

07 Mar 13:29
Compare
Choose a tag to compare

⚠️ With version 0.19.0, entities are now created in HomeAssistant native way. That means MQTT is not used anymore for your products and shopping lists and will be removed in a future version.

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.19.2] - 2025-03-07

🚀 Features

  • Adding an option in config to disable timeout on network calls and data processing.

🐛 Bug Fixes

  • Wait for migration to complete
  • Prevent todo class to be initialized multiple times

🚜 Refactor

  • Optimized code for better sensor management

⚙️ Miscellaneous Tasks

  • (release) Prepare for v0.19.2

Release v0.19.1

04 Mar 20:44
Compare
Choose a tag to compare

⚠️ With version 0.19.0, entities are now created in HomeAssistant native way. That means MQTT is not used anymore for your products and shopping lists and will be removed in a future version.

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.19.1] - 2025-03-04

🐛 Bug Fixes

  • Notify hass if an entity is changed to refresh card

Release v0.19.0

04 Mar 16:22
Compare
Choose a tag to compare

⚠️ With version 0.19.0, entities are now created in HomeAssistant native way. That means MQTT is not used anymore for your products and shopping lists and will be removed in a future version.

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.19.0] - 2025-03-04

🚀 Features

  • Entities are now created using HomeAssistant native way

🐛 Bug Fixes

  • Fixed url validation regex issue (#47)

Release v0.18.0

01 Mar 01:56
Compare
Choose a tag to compare

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.18.0] - 2025-03-01

🚀 Features

  • Added shopping list completion and deletion features

📚 Documentation

  • Updated documentation to a better format

⚡ Performance

  • Refactored code to increase performance and add logs

Release v0.17.0

26 Feb 20:59
Compare
Choose a tag to compare

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.17.0] - 2025-02-26

🚀 Features

  • Added integration with Home Assistant todo lists (#45)

📚 Documentation

  • Updated README.md file

Release v0.16.4

19 Feb 17:30
Compare
Choose a tag to compare

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.16.4] - 2025-02-19

🚜 Refactor

  • Fixing logging

Release v0.16.3

19 Feb 14:53
Compare
Choose a tag to compare

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.16.3] - 2025-02-19

🚜 Refactor

  • Adjust logging to avoid false positive

Release v0.16.2

19 Feb 13:13
Compare
Choose a tag to compare

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.16.2] - 2025-02-19

🚜 Refactor

  • Adding MQTT logs to help debugging connexion issues