Skip to content

Releases: AuHau/toggl-cli

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

Bug fixing

05 Jan 20:08
v2.0.0b3
Compare
Choose a tag to compare
Bug fixing Pre-release
Pre-release
v2.0.0b3

Fix for bootstrap, drop relative imports and test fixes

Report's API support & Default config registration

20 Dec 01:41
v2.0.0b2
Compare
Choose a tag to compare
  • Adding support for Time entries Report API which enables fetching all time entries ( api.TimeEntry.objects.all_from_reports() / toggl ls --use-reports)
  • Adding support to register specific Config object as default one

First Beta of fully rewritten Toggl CLI

05 Dec 21:40
v2.0.0b1
Compare
Choose a tag to compare
Pre-release

Fully rewritten Toggl CLI which implements full range of Toggl's API, introduces new CLI and has Django ORM-like wrapper classes.

Original TogglCLI

23 Nov 20:25
d34dd1f
Compare
Choose a tag to compare

As the full rewrite of TogglCLI is about to release creating this release to keep the original version reachable.