Releases: thingsapi/things.py
Releases · thingsapi/things.py
Release 1.0.0 (2026-02-10)
[1.0.0] - 2026-02-10
Added
make updatetarget to update dependenciescomplete()function to mark tasks as complete programmatically (#121)url()function as the main way to generate Things URLs (#121)reminder_timefield in task output (#133)CONTRIBUTING.mdwith contribution guidelines (#123)- "Used by Things Review" to README (#116)
Changed
- Invoke pylint via pipenv (fixes Python 3.13 compatibility)
- Copyright year updated to 2026
- Database connection handling improvements (#125, #126, #132)
Fixed
stop_datewhere clause now useslocaltimefor accurate date filtering (#117, #118)- Timezone handling improvements
- CONTRIBUTING.md link in README pointing to master instead of main (#124)
- Various import and linting issues
Contributors
- @mbhutton (#125, #126, #132)
- @HiJohnElliott (#133)
- @cato447 (#121)
- @chrisgurney (#117, #118, #123, #124)
- @minthemiddle (#116)
Full changelog: https://github.com/thingsapi/things.py/blob/main/CHANGELOG.md
Release 0.0.15 (2023-05-22)
What's Changed
- New DB since Things 3.15.16+
- New database path
- New date format
- New column names
- New options for start_date, stop_date, and deadline parameters.
- Removed lint, added more typing, modernized, fixed tests
New Contributors
Full Changelog: v0.0.14...v0.0.15
Release 0.0.14 (2021-12-13)
Fixed #93: start_date and deadline are off by one day
Release 0.0.13 (2021-11-14)
Added support for a specific stop_date
(e.g. used to show logged items today)
Release 0.0.12 (2021-06-06)
- Fix
things.trashto include items. Introducescontext_trashedparameter. - In
database.Database, refactorget_task_by_uuidout ofget_tasksto decrease code complexity. - Show "yellow" tasks in Today.
- Update documentation and SQL date filters in
database.
Release 0.0.11 (2021-04-19)
v0.0.11 Version 0.0.11
Release 0.0.10 (2021-04-13)
v0.0.10 Updated docs
0.0.8 - 2021-04-12
v0.0.8 version 0.0.8
Release 0.0.7 (2021-04-08)
v0.0.7 Updated docs
Release 0.0.4 (2021-04-01)
Merge pull request #39 from mikez/main v0.0.4 Release