All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.1 - 2024-02-05
- Fixed parsing regex for Toggl entries.
- Fixed duration formatting when the duration is higher than one day.
1.2.0 - 2023-10-13
- Added row with totals to the summary table.
- Added the option
--filter
with supported filtersissueCode=<value>
,workspaceId=<value>
,workspaceName=<value>
,projectId=<value>
andprojectName=<value>
.
- Removed the option
--issue
.
1.1.0 - 2023-04-25
- 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 coding style (new Php-Cs-Fixer configuration).
- 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.
1.0.0 - 2022-08-29
Initial release.