Skip to content

Releases: Pixelz/eggdrop-github

v0.5

28 Jan 15:44

Choose a tag to compare

Added caching for git.io URLs
Fixed issue #1

v0.4

17 Dec 19:27

Choose a tag to compare

  • Use SNI in http requests to git.io and api.github.com.
  • Made URL shortening a lot more error-resistant.
  • Added more robustness around writing the settings file.

v0.3

30 Oct 00:32

Choose a tag to compare

  • Added support for pull_request_review event.
  • Added rudimentary support for milestone event.
  • Fixed pull request comments being reported as issue comments.
  • Fixed a bug with renamed labels being reported incorrectly.

v0.2

30 Oct 00:31

Choose a tag to compare

  • Added support for label event.
  • Added support for milestoned & demilestoned actions for issue event.
  • Added delayed output (10 seconds) for issue events. The script will now fit all changes done to an issue in the same announcement.
  • Added support for status events.
  • Added a setting to enable (off by default) showing individual commits to a non-default branch.
  • Added number of bytes changed in an issue comment edit.
  • The script will now ignore push events for creating or deleting branches or tags since there's another event that handles those.
  • More readable output for '.github list'
  • Fixed the issue linker not linking to issues with really low numbers.
  • Fixed issue comment event so that it doesn't always say "commented" even if the action was edited or closed.
  • Strip newlines from issue comments for more meaningful output.
  • Fixed problem that caused commits not to show if the committer didn't have an account on github.
  • Fixed a bug that caused multiple repositories to not work properly.
  • Fixed a bug that caused events to be sent to all channels that had that event configured.

v0.1

30 Oct 00:35

Choose a tag to compare

Initial release