Releases: AuHau/toggl-cli
Releases · AuHau/toggl-cli
v2.0.2
v2.0.1
Full rewrite with new features
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
v2.0.0b3 Fix for bootstrap, drop relative imports and test fixes
Report's API support & Default config registration
- 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
Fully rewritten Toggl CLI which implements full range of Toggl's API, introduces new CLI and has Django ORM-like wrapper classes.
Original TogglCLI
As the full rewrite of TogglCLI is about to release creating this release to keep the original version reachable.