Skip to content

Releases: AuHau/toggl-cli

v3.0.2

17 Jul 08:04
6214982
Compare
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
Compare
Choose a tag to compare

3.0.1 (2024-06-16)

Bug Fixes

v3.0.0

03 Jun 12:56
3378fa8
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Fixing circular import and removing upper bound for Python

29 Aug 08:30
v2.2.1
Compare
Choose a tag to compare
v2.2.1

Fixing circular import and removing upper bound for Python

Goal, sum, theme and 3.8!

01 Jun 08:48
v2.2.0
3461cec
Compare
Choose a tag to compare

After more than a year a new release brings few improvements:

  • Python 3.8 support
  • new toggl sum command that displays sums of time grouped by days
  • new toggl goal command that waits until you reach your defined goal for the day and the send notification
  • new theming support. For already existing configs you can set it in config under the theme option. See documentation for more details.
  • --today flag for ls and sum command

Tag model & me & fixes

27 Feb 04:37
v2.1.0
Compare
Choose a tag to compare

Features:

  • New Tag model with CLI commands
  • 'me' command to display current user's info

Fixes:

  • Correct retrieval of package's version
  • Properly working Premium/Non-premium tests