Skip to content

Releases: EmbarkStudios/discord-sdk

0.4.0

17 Dec 16:29
Compare
Choose a tag to compare

Removed

  • PR#43 removed the Voice and Lobby APIs as Discord removed them over a year ago.

0.3.8

02 Sep 08:51
Compare
Choose a tag to compare

Added

  • PR#40 added ActitivityBuilder::kind.

0.3.7

26 Jul 10:44
Compare
Choose a tag to compare

Added

0.3.6

05 Mar 12:23
Compare
Choose a tag to compare

Fixed

  • PR#36 fixed #35 by properly truncating utf-8 strings.

Release 0.3.5

04 Oct 12:29
Compare
Choose a tag to compare

Changed

  • PR#34 replaced base64 with data-encoding.

Release 0.3.4

31 Mar 09:45
Compare
Choose a tag to compare

Fixed

Release 0.3.3

20 Mar 15:40
Compare
Choose a tag to compare

Added

Fixed

  • PR#26 fixed #25 by correctly handling URL-proxied keys. Thanks @winrg!

Release 0.3.2

05 Jan 13:22
Compare
Choose a tag to compare

Fixed

  • PR#22 fixed application registrations on Windows.

Release 0.3.1

25 Nov 14:40
Compare
Choose a tag to compare

Fixed

  • PR#21 fixed the resolution of the Unix domain socket on Linux if Discord is being run via flatpak.

Release 0.3.0

02 Mar 22:58
Compare
Choose a tag to compare

Changed

  • PR#20 replaced chrono in favor of the (maintained) time crate.
  • PR#20 updated tracing-subscriber and parking_lot.