Skip to content

Releases: 68publishers/toggl-to-jira

v1.2.1

05 Feb 17:12
Compare
Choose a tag to compare

Fixed

  • Fixed parsing regex for Toggl entries.
  • Fixed duration formatting when the duration is higher than one day.

v1.2.0

13 Oct 05:06
Compare
Choose a tag to compare

Added

  • Added row with totals to the summary table.
  • Added the option --filter with supported filters issueCode=<value>, workspaceId=<value>, workspaceName=<value>, projectId=<value> and projectName=<value>.

Removed

  • Removed the option --issue.

v1.1.0

25 Apr 21:04
Compare
Choose a tag to compare

Added

  • Added PHPStan on level 8
  • Added GitHub actions - PHPStan, Php-Cs-Fixer and Docker image build
  • Added the option --append. All entries from Toggl are synchronized without creating a diff if the mode --append is enabled. Will cause duplicates if the command is run multiple times for the same day.

Changed

  • Changed coding style (new Php-Cs-Fixer configuration).

Fixed

  • Fixed duplicated descriptions in the --group-by-day mode.
  • Entries from Toggl that are the same as entries from JIRA (same start date and same duration) are only listed in the diff table, but they are not updated.

v1.0.0

29 Aug 13:32
Compare
Choose a tag to compare

Initial release