Skip to content

Releases: bbougon/git-stats

v0.3.1

23 Jul 22:44

Choose a tag to compare

0.3.1 (2023-07-23)

Bug Fixes

  • Display dates instead of week numbers (b978422)

v0.3.0

21 Jun 12:49

Choose a tag to compare

0.3.0 (2023-06-21)

Features

  • add estimated time and duration in front of each bar (6f2cc34)
  • display 2 different progress bars for issues and events pagination (a547c3c)

v0.2.8

18 Jun 11:00

Choose a tag to compare

0.2.8 (2023-06-18)

Bug Fixes

  • when a period end is given, the end date is set at the end of the day at 23:59:59 (3f66b64)
  • when statistics are generated for a given period (i.e with a given end date), issues that are closed after the end date are accounted as opened during this period (521e5ad)
  • when statistics are generated for a given period (i.e with a given end date), merge events that are closed after the end date are accounted as opened during this period (f3e8430)
  • when statistics are generated for a given period (i.e with a given end date), merged events that are merged after the end date are accounted as opened during this period (2babb62)

v0.2.7

16 Jun 11:32

Choose a tag to compare

0.2.7 (2023-06-16)

Bug Fixes

  • Add missing cumulative issues statistics that made the display in console failing (f7c50e6)
  • Add missing issues statistics that made the display in console failing (a800708)
  • Add missing period issues statistics that made the display in console failing (cb4e319)
  • display progress bar for github when no pagination available (406f6e5)

v0.2.6

18 May 10:10

Choose a tag to compare

0.2.6 (2023-05-18)

Features

  • display issues statistics in HTML report (a979476)
  • add issues statistics (5e8973b)

v0.2.5

13 May 13:16

Choose a tag to compare

0.2.5 (2023-05-13)

Features

  • display aggregated issues doughnut graph (aabec3b)
  • generate cumulative statistics for issues (1891402)
  • display cumulative issues in html report (d52e597)
  • Feat display issue events in csv report (0707db2)

v0.2.4

07 May 21:31

Choose a tag to compare

0.2.4 (2023-05-07)

Features

  • aggregate statistics for issues (d2022fa)
  • Display aggregated issues events oin issue panel (bfd4f04)

v0.2.3

01 May 12:38

Choose a tag to compare

0.2.3 (2023-05-01)

Features

  • display cumulative statistics in console. (5e32935)

v0.2.2

22 Apr 20:12

Choose a tag to compare

0.2.2 (2023-04-22)

Features

  • display burnup in HTML format (bf43f0c)
  • generate cumulative statistics (c4618e6)

Bug Fixes

v0.2.1

19 Apr 20:15
934da59

Choose a tag to compare

0.2.1 (2023-04-19)

Features

  • Add median time and average time per period: (3bfae34)
  • Display months and weeks events (3120c72)