Skip to content

Releases: gkrizek/ghi

v0.3.0

18 Jun 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Feb 14:12
Compare
Choose a tag to compare

What's Changed

    • irc.py: fixed color code parsing/displaying issue with irc clients … by @miwob in #1
    • Fixed issue where ghi would forcefully timeout-quit on ircds that d… by @miwob in #2
    • aws.py: fixed spelling in some places by @miwob in #4
    • Fixed non-tls connections failing due to "recv() takes at least 1 a… by @miwob in #3
  • Remove newlines from base64-encoded auth string by @dstillman in #5
  • Mastodon (toot) capability integration by @Kvaciral in #9
  • add systemd-compatible logging by @Kvaciral in #10
  • Replaced deprecated base64.encodestring with base64.encodebytes by @maxwedwards in #15
  • Pinned working versions of requirements by @maxwedwards in #21
  • Made message check for authentication flow more permissive by @maxwedwards in #22
  • Made the final message check more permissive by @maxwedwards in #23
  • Updated delete message to read clearer by @maxwedwards in #24
  • Improved exception handling for unexpected and malformed messages by @maxwedwards in #25

New Contributors

  • @miwob made their first contribution in #1
  • @dstillman made their first contribution in #5
  • @Kvaciral made their first contribution in #9
  • @maxwedwards made their first contribution in #15

Full Changelog: v0.1.3...v0.2.0

v0.1.3

30 Jan 20:02
Compare
Choose a tag to compare

Changes:

  • Add timeouts to IRC commands
  • Better handling of IRC failures
  • Fix incorrect username on Pull Request messages
  • Convert every branch name from config to a string

v0.1.2

27 Jan 16:39
794a6fe
Compare
Choose a tag to compare

Changes:

  • Use the commit Author's name in individual commit messages instead of who pushed the commits
  • Handle SASL Authentication failures appropriately

v0.1.1

24 Jan 07:05
Compare
Choose a tag to compare

Changes:

  • Update the server to better handle complex payloads from GitHub
  • Documentation and example updates

v0.1.0

22 Jan 18:58
Compare
Choose a tag to compare

Initial Release of Ghi