Skip to content

Releases: evrone/toggl-python

v0.3.1

06 Nov 07:01
7ec536e
Compare
Choose a tag to compare

What's Changed

  • #94: Fix: Remove permissions field from response schemas due to unexpected Toggl API changes
  • Add Project fetching, creation, update, deletion, and bulk editing
  • #75: Add Python 3.13 support
  • #78: Add pr diff size checker
  • #80: Add Workspace updating
  • #14: Add pytest-cov with min coverage set to 95%

Full Changelog: v0.3.0...v0.3.1

V0.3.0

23 Sep 13:57
90fc20e
Compare
Choose a tag to compare

What's Changed

  • Allow to fetch, update, change password, manage preferences and fetch features list for CurrentUser
  • Allow to fetch and list Workspaces
  • Allow to fetch, create, update, bulk edit, delete and stop TimeEntry
  • Implement searching for ReportTimeEntries
  • Allow to fetch and list Projects
  • Add integration tests, pytest and nox tests
  • Setup GitHub actions for pr check and publishing package on Test Pypi
  • Add pre-commit
  • Update dependencies
  • Update README and ReadTheDocs documentation
  • Add Ruff with adopted company guidelines
  • Change authors to company, add maintainer
  • Remove irrelevant config options, set line length to 100
  • Change LICENSE owner to company

v0.2.9

17 May 14:48
025e66f
Compare
Choose a tag to compare

What's Changed

  • Nothing, actually. This release is a snapshot of current project state without changes. Proper migration to V9 is coming!

Contributors

  • Georgii Aleksashin added support for python 3.12 and started migration to API V9

Version 0.1.1

22 Jun 19:28
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
Innitial commit