You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
- Added row with totals to the summary table.
13
+
- Added the option `--filter` with supported filters `issueCode=<value>`, `workspaceId=<value>`, `workspaceName=<value>`, `projectId=<value>` and `projectName=<value>`.
- 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.
|`--group-by-day`| Boolean | Group all daily entries into one (per issue) |
69
+
|`--append`| Boolean | All entries will be added without creating a diff. Will cause duplicates if the command is run multiple times on the same day |
70
+
|`--rounding`| Integer | All entries will be rounded to up the given minutes [2-60]|
71
+
|`--filter`| String |Filter in the format "filterName=filterValue" that entries must meet for synchronization. Multiple values can be declared, between filters with the same name is OR, between filters with different names is AND.|
72
+
|`--dry-run`| Boolean | Displays only change set and summary tables but do not synchronize anything |
73
+
|`-n`, `--no-interaction`| Boolean | Do not ask any interactive question, suitable for scheduled commands, etc. |
74
74
75
75
## Description format
76
76
@@ -87,6 +87,26 @@ For example, if the issue in Jira has code `PROJ-123` and the name of the issue
87
87
-`PROJ-123 UX improvements Fixed footer on small devices` - the entry is imported with a comment `Fixed footer on small devices`
88
88
-`PROJ-123 Fixed footer on small devices` - the entry is imported with a comment `Fixed footer on small devices`
Depending on the range of the synchronization interval (start/end), you may run into the limits of one of the APIs. Therefore, we recommend running synchronization e.g. every day/sprint/month, etc.
0 commit comments