Skip to content

Latest commit

 

History

History
96 lines (52 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

96 lines (52 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

...

[2.1.7] - 2024-08-13

Fixes

  • Regression with some Project object attributes

[2.1.6] - 2024-08-07

Fixes

  • TodoistAPIAsync accepts a session parameter
  • State becomes optional in AuthResult.from_dict()
  • Duration handling in to_dict() and tests
  • Default value to section_id
  • Properly close requests Session object

[2.1.5] - 2024-05-22

Fixes

  • Key error on can_assign_tasks in Project model

[2.1.4] - 2024-05-07

Added

  • Support project.can_assign_tasks
  • Add duration to Task object
  • Pagination example

[2.1.3] - 2023-08-15

Added

  • Support for getting completed items through the items archive

[2.1.2] - 2023-08-14

Fixes

  • Restore Python 3.9 compatibility

[2.1.1] - 2023-08-09

Fixes

  • Building environment updates

[2.1.0] - 2023-08-02

Changed

  • Use built-in data classes instead of attrs

[2.0.2] - 2022-11-02

Fixes

  • Task property date_added should be added_at

[2.0.1] - 2022-10-06

Fixes

  • Fixed a crash in get_comments if attachment is null.

[2.0.0] - 2022-09-08

Migrate to REST API v2.

[1.1.1] - 2022-02-15

Fixes

  • Add missing attrs package dependency

Security

  • Dependabot updates

[1.1.0] - 2021-11-23

Added

  • Public release