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
The 1.3.1 fix for the ignore --since option accidentally ignored since settings in configuration files. This is now fixed, closing issue 36. Thanks, Lucas Taylor.
Show releases in the digest. Thanks, Simon de Vlieger.
A new setting include_bots: true will include pull requests, issues, or comments created by bot users. The default remains False, to exclude them. Closes issue 25.
Comments on pull requests were only filtered by their age, not their authors, so bot comments, and comments by "ignored users" were still included. This is now fixed.