-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
39 lines (26 loc) · 1.33 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Changes in grainyhead-0.3.2 (2024-03-28)
----------------------------------------
* Fix crash when an event has no "actor" data (#21).
Changes in grainyhead-0.3.1 (2023-08-10)
----------------------------------------
* Exclude all bots when listing committers and commenters (#18).
Changes in grainyhead-0.3.0 (2023-07-10)
----------------------------------------
* Do not use fixed-width columns when producing Markdown output.
* The `user:*` syntactic sugar now produces reports for all users who
ever contributed to the repository, instead of collaborators.
* The `user:*` syntactic sugar is expanded to allow specifying a team
name, as in `user:*<team_name>`, to produce reports for all users
belonging to the specified team.
* Four “pseudo-team names” are recognized: `__contributors`,
`__committers`, `__commenters`, and `__collaborators`.
Changes in grainyhead-0.2.1 (2023-03-22)
----------------------------------------
* Fix incorrect handling of dates in --from and --to options.
Changes in grainyhead-0.2.0 (2023-01-18)
----------------------------------------
* Add cache control option (`--caching=...`).
* Purge duplicated items when refreshing the cache.
* Support complex selectors with binary operators (&, |, and ^) and
parenthesised expressions.
* Rename the executable to `grainyhead`.