Skip to content

Latest commit

 

History

History
432 lines (263 loc) · 24.8 KB

CHANGELOG.md

File metadata and controls

432 lines (263 loc) · 24.8 KB

Changelog

v2.0.0 (2023-08-17)

Full Changelog

Closed issues:

  • Grocy API doesn't use offset timezone info (chore execution gets the wrong time) #254

Merged pull requests:

  • Remove qu_factor_purchase_to_stock to maintain compatibility with API v4 #265 (fedefreue)
  • Convert empty value to None for qu_factor_purchase_to_stock #257 (marcelvriend)
  • Fix tracking time for chores, tasks and batteries #255 (marcelvriend)

v1.5.0 (2022-09-19)

Full Changelog

Closed issues:

  • Update pydantic requirements from 1.10.0 to 1.10.2 #252

Merged pull requests:

v1.4.1 (2022-07-28)

Full Changelog

Merged pull requests:

v1.4.0 (2022-07-24)

Full Changelog

Merged pull requests:

v1.3.0 (2022-06-05)

Full Changelog

Merged pull requests:

v1.2.1 (2022-05-21)

Full Changelog

Merged pull requests:

v1.2.0 (2022-05-16)

Full Changelog

Fixed bugs:

  • Bug: Error if product group is not set #215

Closed issues:

  • Failed TC with Grocy 3.3.0 #229
  • Enable "allow_subproduct_substitution" on consume endpoint #220

Merged pull requests:

v1.1.0 (2022-03-05)

Full Changelog

Implemented enhancements:

  • Feature: Edit Stock #201
  • Add path in request when creating base url #121
  • Get product by Barcode #85

Fixed bugs:

  • min_stock_amount should be float, not int #217

Closed issues:

  • execute_chore is formatting time in UTC time. grocy server ignores the timezone, so it shifts the date of chore execution #222
  • Update Product Userfields #196

Merged pull requests:

v1.0.0 (2021-09-10)

Full Changelog

Implemented enhancements:

  • Add assigned_to_user to task #188
  • Done time should be optional, as it is for execute_chore call #176
  • Add support for meal plan sections in grocy v3.1.0 #172
  • Add debug mode #167
  • Missing generic put and get option #155
  • add "get all products" method #97

Fixed bugs:

  • Sending no time when tracking chore gives an error #175

Closed issues:

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

Merged pull requests:

v0.30.0 (2021-08-23)

Full Changelog

Fixed bugs:

  • 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

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