Skip to content

Releases: sopel-irc/sopel-github

0.2.1

18 Aug 18:12
@dgw dgw
Compare
Choose a tag to compare

Changes in 0.2.1

Fixed:

  • Comments containing blank lines would cause errors (#43)

0.2.0

15 Aug 17:32
@dgw dgw
Compare
Choose a tag to compare

Changes in 0.2.0

Added:

  • Handling for several new event types:
    • Pull request reviews (#20)
    • Pull request assignments (#23)
    • Pull request labels (#23)
    • Pull request milestones (#35)
    • Issue & pull request title edits (#36)
    • Releases (#21)
  • Handling of draft pull requests (#34)
  • Handling for draft pull requests marked ready for review (#34)
  • Converting :emoji: to Unicode emoji in most text output (#17)

Changed:

  • secret setting is now called client_secret (#42)
    • The plugin will automatically migrate configs to use the new name, but
      manual editing is encouraged in advanced setups (e.g. if the user Sopel
      runs as cannot write to the config file)
  • Quoted text is ignored when generating comment output (#41)
  • Unicode ellipsis now used instead of three periods (#31)
  • Oxford comma now used in generated lists (#40)
  • Webhook payload processing is handed off to a separate thread (#22)
    • Bottle can handle only one request at a time; doing this should minimize
      the potential for failed deliveries, as GitHub's webhook delivery service
      times out very quickly

Fixed:

  • GitHub URL regexes should match all possible usernames & repo names (#38)

0.2.0a16

14 Aug 19:23
@dgw dgw
Compare
Choose a tag to compare
0.2.0a16 Pre-release
Pre-release

Changes in 0.2.0a16

Merged all updates from master branch, and update emoji parsing

0.2.0a15

02 Jun 19:57
@dgw dgw
Compare
Choose a tag to compare
0.2.0a15 Pre-release
Pre-release

Changes in 0.2.0a15

Fixed:

  • Actually fire event handler for PRs marked ready_for_review

0.1.7

22 May 19:31
@dgw dgw
Compare
Choose a tag to compare

Changes in 0.1.7

Fixed:

  • Error with empty issue/PR description or commit message (#39)

0.2.0a14

19 May 06:51
@dgw dgw
Compare
Choose a tag to compare
0.2.0a14 Pre-release
Pre-release

Changes in 0.2.0a14

Fixed:

  • Empty issue/PR description or empty commit message won't throw errors any
    more (#39)

0.2.0a13

13 May 00:27
@dgw dgw
Compare
Choose a tag to compare
0.2.0a13 Pre-release
Pre-release

Changes in 0.2.0a13

Changed:

  • Arrow character used in title edit output had limited mobile support; switched
    to one that appears to be available just about everywhere

Fixed:

  • Stop trying to get milestone name for "demilestoned" payloads (GitHub
    doesn't send that information, unfortunately)

Meta:

  • Alpha branch is now based on version 0.1.6

0.2.0a12

12 May 05:22
@dgw dgw
Compare
Choose a tag to compare
0.2.0a12 Pre-release
Pre-release

Changes in 0.2.0a12

Fixed:

  • Bad copy-paste-fu causing errors for PR title edits

0.2.0a11

12 May 05:11
@dgw dgw
Compare
Choose a tag to compare
0.2.0a11 Pre-release
Pre-release

Changes in 0.2.0a11

Added:

  • Emit an event to IRC when an issue or PR title is edited (#36)

0.1.6

12 May 23:35
@dgw dgw
Compare
Choose a tag to compare

Changes in 0.1.6

Changed:

  • Webhook now says "merged" instead of "closed" for merged PRs (#18)
  • Re-opened issues/PRs will also trigger the webhook now (#27)

Fixed:

  • Webhook ignores issue, PR, and review comments that were edited (#16, #24)
  • Commit summary correctly says "1 file" instead of "1 files" (#37)
  • Some webhook output grammar fixed (#15)
  • Handle comments submitted via email correctly WRT line-endings (#30)
  • Replace uses of long-deprecated SopelMemory method (#33)