Releases: sopel-irc/sopel-github
Releases · sopel-irc/sopel-github
0.4.0
Changes in 0.4.0
Added:
- Optionally treat references like
#123
in chat as issue references,
configurable per-channel with new.gh-repo
command (#65) - Webhook handling for issue transfer events (#75)
- Rudimentary handling for links to files (#76)
- Will try to show a useful text snippet if link points to a line/range
- Webhook handling for PR converted from Ready to Draft (#77)
Changed:
- PR output includes more details (#69)
- Author's name added if merged PR was not created by the merging user
- Repo owner's name added to refs if PR head branch is in a fork
- Commit references in webhook output will be abbreviated in most cases (#78)
- Include title in assignee, label, & milestone webhook output (#79)
Fixed:
0.3.2
0.3.1
0.3.0
Changes in 0.3.0
Changed:
- Require Sopel 7.x and use its features (#58, #61)
- Ignore lines that look like (HTML) comments or headings when shortening
comment bodies (#57) - Deprecated query string API authentication replaced by HTTP Basic Auth (#62)
Fixed:
- Handle missing user information in commit data (#59)
0.2.6
0.2.5
0.2.4
0.2.3
Changes in 0.2.3
Changed:
- Milestone name is now included in
demilestoned
webhook events (#46)- GitHub originally didn't include this information in the webhook payload,
but started sending it in approximately late-summer 2019
- GitHub originally didn't include this information in the webhook payload,
Fixed:
- Comments that were not truncated would still have
[…]
appended if the
comment body included quoted text (#47)