Discord Sdk Versions Save

An open implementation of the Discord Game SDK in Rust

0.3.6

2 months ago

Fixed

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

0.3.5

7 months ago

Changed

  • PR#34 replaced base64 with data-encoding.

0.3.4

1 year ago

Fixed

0.3.3

1 year ago

Added

Fixed

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

0.3.2

1 year ago

Fixed

  • PR#22 fixed application registrations on Windows.

0.3.1

1 year ago

Fixed

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

0.3.0

2 years ago

Changed

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

0.2.1

2 years ago

Added

  • PR#19 added an empty register_app implementation so that discord-sdk can be compiled for most targets, even if it doesn't actually function on them.

0.2.0

2 years ago

Changed

  • PR#18 combined the voice_mute and voice_deafen RPCs into a single update_voice_settings RPC.

Fixed

  • PR#18 fixed the deserialization of activity timestamps in relationship update events.
  • PR#18 fixed the disconnect_lobby_voice method to actually send the correct RPC.

0.1.4

2 years ago

Added

  • PR#17 added Voice support. Even though this functionality is going to be deprecated and removed by Discord, it was fairly easy to implement so there is little harm.