Skip to content

Releases: sopel-irc/sopel-github

0.2.0a10

10 May 05:33
@dgw dgw
Compare
Choose a tag to compare
0.2.0a10 Pre-release
Pre-release

Changes in 0.2.0a10

Added:

  • Emit an event to IRC when an issue or PR milestone is added/removed (#35)

0.2.0a9

30 Apr 22:44
@dgw dgw
Compare
Choose a tag to compare
0.2.0a9 Pre-release
Pre-release

Changes in 0.2.0a9

Changed:

  • URL regexes should be more faithful to GitHub's actual restrictions
    • Neither usernames nor repo names can contain underscore (_), so we
      shouldn't accept it
    • Repo names can contain dot (.), which the old regex didn't allow
    • Usernames have a maximum length, which we are now looking for

Fixed:

  • Unnecessary parentheses added in previous alpha release
    • Apparently, pip install --upgrade --pre can install the wrong release,
      making one's testing unreliable.

0.2.0a8

29 Apr 23:21
@dgw dgw
Compare
Choose a tag to compare
0.2.0a8 Pre-release
Pre-release

Changes in 0.2.0a8

Fixed:

  • Developer stupidity regarding inline conditionals

0.2.0a7

29 Apr 23:10
@dgw dgw
Compare
Choose a tag to compare
0.2.0a7 Pre-release
Pre-release

Changes in 0.2.0a7

Fixed:

  • Developer stupidity regarding types

0.2.0a6

29 Apr 23:04
@dgw dgw
Compare
Choose a tag to compare
0.2.0a6 Pre-release
Pre-release

Changes in 0.2.0a6

Changed:

  • Handler for commit links now outputs "1 file" instead of "1 files" if the
    linked commit changed only one file

0.2.0a5

27 Apr 02:58
@dgw dgw
Compare
Choose a tag to compare
0.2.0a5 Pre-release
Pre-release

Changes in 0.2.0a5

Added:

  • Webhook handling of draft pull requests (both opening and marking ready)

Fixed:

  • Sopel's development version finally marked SopelMemory.contains() as
    deprecated, so we don't use it any more

0.2.0a4

23 Apr 05:17
@dgw dgw
Compare
Choose a tag to compare
0.2.0a4 Pre-release
Pre-release

Changes in 0.2.0a4

Fixed:

  • Empty PR reviews caused HTTP 500 because of how they were skipped (they
    should now return HTTP 200 as normal)

0.2.0a3

23 Apr 05:16
@dgw dgw
Compare
Choose a tag to compare
0.2.0a3 Pre-release
Pre-release

Changes in 0.2.0a3

Added:

  • Handle when issues/PRs are "reopened" (#27)

0.2.0a2

22 Apr 21:11
@dgw dgw
Compare
Choose a tag to compare
0.2.0a2 Pre-release
Pre-release

Changes in 0.2.0a2

Fixed:

  • Polymorphism is hard in label/assignee events (getting the PR number caused
    errors because sometimes GitHub does use pull_request instead of issue)

0.2.0a1

22 Apr 21:11
@dgw dgw
Compare
Choose a tag to compare
0.2.0a1 Pre-release
Pre-release

Changes in 0.2.0a1

Added:

  • Handle label & assignee events for PRs too, not just issues (#23)

Changed:

  • Edits to review comments also ignored (#24)