Skip to content

Commit 6891b51

Browse files
committed
Release 1.2.0
1 parent f575dd2 commit 6891b51

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

gtt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const version = '1.1.5';
3+
const version = '1.2.0';
44
const program = require('commander');
55

66
program

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-time-tracker",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
55
"main": "gtt.js",
66
"scripts": {},

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ gtt report --show_without_times
175175
# choose a different output than a stdout table
176176
gtt report --output=markdown --file=filename.md
177177
gtt report --output=csv --file=filename.csv
178+
gtt report --output=pdf --file=filename.pdf
178179
```
179180

180181
### configuration options
@@ -257,7 +258,7 @@ dateFormat: DD.MM.YYYY HH:mm:ss
257258
# -> use a comma instead of a dot for those float values
258259
timeFormat: "[%sign][%days>d ][%hours>h ][%minutes>m ][%seconds>s]"
259260
260-
# default output, available: csv, table, markdown
261+
# default output, available: csv, table, markdown, pdf
261262
output: markdown
262263
263264
# exclude issues and merge requests that have the following labels

0 commit comments

Comments
 (0)