Skip to content

Tags: sn3d/gitwrk

Tags

v1.0.11

Toggle v1.0.11's commit message
fix: last day of the month isn't cut

When you used --last-month, the 'till' timestamp was set to last day in month but time was set to 00:00. This caused the last day of the month was excluded. Now the time is set to last milisecond of the day, that means '23:59.999...'. 

spent 1h

v1.0.10

Toggle v1.0.10's commit message
fix: sort of worklogs

We cannot rely on how git iterate over commits. We need to do additional sorting when we have worlogs parsed. 

closes #4
spent 30m

v1.0.9

Toggle v1.0.9's commit message
feat: version information

Now you can see currently used version via:

    gitwrk --version

see #2
spent 20m

v1.0.8

Toggle v1.0.8's commit message
chore: fixed license name for snapcraft

spent: 5m

v1.0.7

Toggle v1.0.7's commit message
docs: increased version to 1.0.7

Spent 2m

v1.0.6

Toggle v1.0.6's commit message
chore: add DEB and RPM support for release

Spent 15m

v1.0

Toggle v1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: changed help text

Spent 1m