Skip to content

v0.3.0

Compare
Choose a tag to compare
@gehongyan gehongyan released this 19 Mar 06:43
· 336 commits to master since this release

Update Path

This release changed the default value of everyoneHandling parameter in IUserMessage.Resolve to TagHandling.Name. All usages of this method need to take note of this change.

Added

  • Added method overload GetUserAsync(string,string,RequestOptions) to the IKookClient interface and implemented it in BaseSocketClient. (6555c2b)
  • Added support to disable Unicode bidirectional formatting of username strings via KookConfig.FormatUsersInBidirectionalUnicode. (bfc038e)

Fixed

  • Fixed issue with IUserMessage.Resolve incorrectly textifying mentions for @everyone and @here. (91c1175)
  • Fixed deserialization issue with IGuild.CreateRoleAsync results. (1726d5c)
  • (Experimental feature) Fixed issue with KookRestClient.CreateGuildAsync not returning complete guild information. (2b5c59d)

Misc

Full Changelog: v0.2.5...v0.3.0