Skip to content

Latest commit

 

History

History
115 lines (73 loc) · 4.03 KB

CHANGELOG.md

File metadata and controls

115 lines (73 loc) · 4.03 KB

Changelog

Earlier changes were not versioned. Therefore dates of change are used instead there.

For new releases see Github Release page

3.0.0 (2024-06-03)

⚠ BREAKING CHANGES

  • migration to v9 api version (#303)

Features

Bug Fixes

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

2.4.4 (2023-02-14)

Reverts

Miscellaneous Chores

Documentation

v2.2.0

Features:

  • 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
  • --today flag for ls and sum command

v2.1.0

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

Fixes for python_required and calculation of duration

v2.0.1

Fix for required python version

v2.0.0

Full rewrite of the tool by AuHau, 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

v2.0.0.0b3

  • Fixing bootstrap failures
  • Dropping relative imports
  • Minor improvements

v2.0.0.0b2

  • 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

v2.0.0.0b1

First Beta release of full rewrite

15 Dec 2014

Thanks to FedericoVaga .togglrc now supports API token authentication. You will need to add api_token to the auth section, and prefer_token to the options section.

11 Nov 2014

Major refactoring into a more MVC OO structure.

30 Oct 2014

Added a feature that starting, stopping, and continuing an entry prints out the time it started or stopped. This requires a new option in ~/.togglrc: time_format = %I:%M%p is the default. See strftime() for more options.