Skip to content

Releases: AuHau/toggl-cli

v4.0.1

02 Nov 20:36
e416928

Choose a tag to compare

4.0.1 (2025-11-02)

Bug Fixes

  • update persist method for Config Class (#347) (80a3801)

v4.0.0

20 May 11:28
5fa57ba

Choose a tag to compare

4.0.0 (2025-05-20)

⚠ BREAKING CHANGES

  • python 3.13 support and dropping python 3.8 (#340)

Features

  • exponential backoff retry mechanism (#341) (14f0f0a)
  • python 3.13 support and dropping python 3.8 (#340) (4181a73)

v3.0.3

05 Mar 11:05
e84bc8c

Choose a tag to compare

3.0.3 (2025-03-05)

This release makes the permissions of the created config file more strict because, as @joe-niland pointed out, it actually contains sensitive material - your authentication credentials or API key. We did not ship migration that would fix it for current configuration files as that might break some of your usecases, but at least through this release notes, we would strongly recommend to set access right 600 for the config file.

Bug Fixes

v3.0.2

17 Jul 08:04
6214982

Choose a tag to compare

3.0.2 (2024-07-17)

Bug Fixes

  • update expected TimeEntry Project mapping field (#328) (089162e)

v3.0.1

17 Jun 08:21
8282bf3

Choose a tag to compare

3.0.1 (2024-06-16)

Bug Fixes

v3.0.0

03 Jun 12:56
3378fa8

Choose a tag to compare

3.0.0 (2024-06-03)

Big thanks to @olaherrdahl and @andreabak that helped with migration to v9 API!

If you find any problems please report them!

⚠ BREAKING CHANGES

  • migration to v9 api version (#303)

Features

Bug Fixes

  • Set default color to toggl's default 1 (#302) (7ee7aa8)

v2.4.4

14 Feb 19:28
2a96b49

Choose a tag to compare

2.4.4 (2023-02-14)

Reverts

Fixes

  • Fix default value of estimated_hours #285 thanks to @matescb

Miscellaneous Chores

Documentation

Dependencies update and zero-length duration entries

18 Jan 14:07
d2bd9cb

Choose a tag to compare

This is a small update with following changes:

  • Update of python-inquirer that had problem on modern Python versions - thanks @Bass-03 !
  • Fix for the use-case of having zero-duration time entries - thanks @darthwalsh !

New Toggle API fix

18 May 05:01
9f659f8

Choose a tag to compare

As Toggle migrates toward new infra, they have changed the URL on which their API is located. This patch release fix this.

Billabe, total in sum and fixes

07 Dec 09:38
v2.4.0
2cf0861

Choose a tag to compare

Small update with few changes:

  • add and start commands now support --billable flag that mark the entry as Billable
  • Duration output is better formatted. Thanks to @figarocorso
  • sum command now accepts --show-total flag that adds sum for the all entries. Thanks to @figarocorso
  • Fixed user&password type of authentication and a typo in documentation. Thanks to @Olen
  • Dependencies update