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
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
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