⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Releases: thingsapi/things.py

Release 1.0.0 (2026-02-10)

10 Feb 06:42

Choose a tag to compare

[1.0.0] - 2026-02-10

Added

  • make update target to update dependencies
  • complete() function to mark tasks as complete programmatically (#121)
  • url() function as the main way to generate Things URLs (#121)
  • reminder_time field in task output (#133)
  • CONTRIBUTING.md with 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_date where clause now uses localtime for 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

Full changelog: https://github.com/thingsapi/things.py/blob/main/CHANGELOG.md

Release 0.0.15 (2023-05-22)

22 May 19:41

Choose a tag to compare

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)

13 Dec 09:38

Choose a tag to compare

Fixed #93: start_date and deadline are off by one day

Release 0.0.13 (2021-11-14)

14 Nov 22:16
7fff141

Choose a tag to compare

Added support for a specific stop_date
(e.g. used to show logged items today)

Release 0.0.12 (2021-06-06)

06 Jun 21:03

Choose a tag to compare

  • Fix things.trash to include items. Introduces context_trashed parameter.
  • In database.Database, refactor get_task_by_uuid out of get_tasks to decrease code complexity.
  • Show "yellow" tasks in Today.
  • Update documentation and SQL date filters in database.
    

Release 0.0.11 (2021-04-19)

19 Apr 05:53

Choose a tag to compare

v0.0.11

Version 0.0.11

Release 0.0.10 (2021-04-13)

13 Apr 16:46

Choose a tag to compare

v0.0.10

Updated docs

0.0.8 - 2021-04-12

12 Apr 18:12

Choose a tag to compare

v0.0.8

version 0.0.8

Release 0.0.7 (2021-04-08)

08 Apr 10:58

Choose a tag to compare

v0.0.7

Updated docs

Release 0.0.4 (2021-04-01)

01 Apr 15:35
9b3674e

Choose a tag to compare

Merge pull request #39 from mikez/main

v0.0.4 Release