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.
...
- fix: key error on can_assign_tasks in Project model by @tedyeates in Doist#137
- @tedyeates made their first contribution in Doist#137
- chore(deps): update python docker tag to v3.11.5 by @renovate in Doist#107
- chore: Update actions to support NodeJS 20 by @deorus in Doist#113
- Bump certifi from 2022.6.15 to 2023.7.22 by @dependabot in Doist#114
- Bump urllib3 from 1.26.12 to 1.26.17 by @dependabot in Doist#117
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in Doist#120
- build: Switch to poetry-core by @lefcha in Doist#121
- chore: Migrate to Ruff by @lefcha in Doist#127
- Bump idna from 3.3 to 3.7 by @dependabot in Doist#133
- feat: Support project.can_assign_tasks by @amix in Doist#132
- feat: add duration to Task object by @eitchtee in Doist#109
- docs: pagination example by @iloveitaly in Doist#126
- chore(deps): update python docker tag to v3.12.3 by @renovate in Doist#119
- @deorus made their first contribution in Doist#113
- @amix made their first contribution in Doist#132
- @eitchtee made their first contribution in Doist#109
- @iloveitaly made their first contribution in Doist#126
- Support for getting completed items through the items archive
- Restore Python 3.9 compatibility
- Building environment updates
- Use built-in data classes instead of
attrs
- Task property
date_added
should beadded_at
- Fixed a crash in
get_comments
if attachment is null.
Migrate to REST API v2.
- Add missing
attrs
package dependency
- Dependabot updates
- Public release