Skip to content

Latest commit

 

History

History
85 lines (37 loc) · 2.01 KB

File metadata and controls

85 lines (37 loc) · 2.01 KB

Release notes

0.0.12

New Features

  • Improve WebSocket reconnection handling (#12), thanks to @ncoop57

0.0.11

New Features

  • Add search_all et al; much refactoring (#11)

0.0.10

Bugs Squashed

  • Fix READY event handler initialization (#10), thanks to @ncoop57

0.0.9

Bugs Squashed

  • Fix WebSocket resume logic and simplify connection lifecycle (#8), thanks to @ncoop57

0.0.8

New Features

  • Add reply support to Channel.send() (#7), thanks to @ncoop57

0.0.7

New Features

  • Add reconnection support to GatewayClient (#6), thanks to @ncoop57

0.0.6

New Features

  • Add member search and listing methods to Guild (#5), thanks to @ncoop57

0.0.5

New Features

  • Replace user mention IDs with usernames in message content (#4), thanks to @ncoop57

0.0.4

New Features

  • Add search functionality for guilds and channels (#3), thanks to @ncoop57
  • Add helpers for dms and channesl (#2), thanks to @ncoop57

0.0.3

New Features

  • Add sending and viewing attachments (#1), thanks to @ncoop57

0.0.2

  • Support multiple speakers when recording vc

0.0.1

  • Initial release