Skip to content

Releases: AuHau/toggl-cli

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

v2.0.2

21 Jan 20:11
v2.0.2
a3a68d0
Compare
Choose a tag to compare
Fixes for python_required and calculation of duration

v2.0.1

19 Jan 21:39
v2.0.1
1749ce0
Compare
Choose a tag to compare
Fix for required python version

Full rewrite with new features

17 Jan 02:11
v2.0.0
Compare
Choose a tag to compare

Full rewrite of the tool, which implements most of the toggl's API capabilities.
Entities which is now possible to fully manage (eq. CRUD operations): Time entries, Clients, Projects, Project users, Tasks (only for premium workspaces), Workspaces, Workspace users.

Main new features of the tool:

  • Possibility to use environment variables to specify some of the input parameters
  • Possibility to specify different config to be used for the command's execution
  • Django ORM's like API Classes