Skip to content

Latest commit

 

History

History
309 lines (184 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

309 lines (184 loc) · 16.7 KB

Changelog

v1.0.0 (2021-09-10)

Full Changelog

Implemented enhancements:

  • Add assigned_to_user to task #188
  • Add support for meal plan sections in grocy v3.1.0 #172

Closed issues:

  • add category field to task #189
  • support consuming decimal amounts #187

Merged pull requests:

v0.30.0 (2021-08-23)

Full Changelog

Implemented enhancements:

  • Done time should be optional, as it is for execute_chore call #176
  • Add debug mode #167

Fixed bugs:

  • Sending no time when tracking chore gives an error #175
  • Lovelace not accessible #158

Closed issues:

  • grocy.update_generic Entity_type not callable #159

Merged pull requests:

v0.29.0 (2021-03-03)

Full Changelog

Implemented enhancements:

  • Missing generic put and get option #155
  • add "get all products" method #97

Closed issues:

  • 404 errors and unresponsive sensors after configuring integration in HA #154

Merged pull requests:

v0.28.0 (2021-02-20)

Full Changelog

Implemented enhancements:

  • Better error messages #133

Closed issues:

  • Support for Grocy 3.x api #145

Merged pull requests:

v0.27.0 (2021-02-15)

Full Changelog

Merged pull requests:

  • add tests for meal plan && change MealItem to only fetch recipe when … #150 (SebRut)
  • fix error if product has no barcodes #149 (SebRut)

v0.26.0 (2021-02-13)

Full Changelog

Implemented enhancements:

  • add support for batteries #127
  • Test data model changes #77

Closed issues:

  • make data used in docker grocy instance testing consistent #94

Merged pull requests:

v0.25.0 (2021-02-10)

Full Changelog

Merged pull requests:

v0.24.1 (2020-11-16)

Full Changelog

Merged pull requests:

v0.24.0 (2020-11-16)

Full Changelog

Implemented enhancements:

Closed issues:

Merged pull requests:

v0.23.0 (2020-09-11)

Full Changelog

Closed issues:

  • 400 response when posting #131

Merged pull requests:

  • switch to json instead of data in post requests #132 (SebRut)

v0.22.0 (2020-09-07)

Full Changelog

Implemented enhancements:

  • prepare 1.0.0 release #80
  • Consider release to comply with semver #33

Fixed bugs:

  • With product location disabled nothing works #129

Merged pull requests:

v0.21.0 (2020-08-18)

Full Changelog

Implemented enhancements:

  • consider using ciso8601 instead of iso8601 #84

Fixed bugs:

  • Not all fields of Product are set in all cases #122

Closed issues:

  • Task without due date gives error #119

Merged pull requests:

v0.20.0 (2020-08-16)

Full Changelog

Closed issues:

  • Use Product instead of ProductDate in ShoppingListProduct #116

Merged pull requests:

  • only localize datetimes not already containing tz info #118 (SebRut)
  • Use Product instead of ProductData #117 (SebRut)

v0.19.0 (2020-08-14)

Full Changelog

Merged pull requests:

v0.18.0 (2020-08-14)

Full Changelog

Merged pull requests:

v0.17.0 (2020-08-14)

Full Changelog

Closed issues:

  • Misnaming in enum #112

Merged pull requests:

v0.16.0 (2020-08-13)

Full Changelog

Implemented enhancements:

  • implement meal plan and recipes interface #90

Merged pull requests:

v0.15.0 (2020-05-25)

Full Changelog

Implemented enhancements:

  • implement task API interface #91
  • implement chore details API interface #87

Fixed bugs:

  • fix failing travis build because of changed docker-grocy setup #92

Closed issues:

  • complete abstraction on top of server data classes #95
  • CurrentStockResponse contains Product data #81

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator