Skip to content

Releases: jewlexx/discord-presence

v1.5.0

06 Jan 03:04
e284f74
Compare
Choose a tag to compare

Added

  • Support for properly handling frame headers from Discord
    • This should result in slight performance improvements
      from not allocating more than necessary.
    • This also allows for larger payloads to be sent

Changed

  • Removed tracing crate in favour of log

Full Changelog: v1.4.1...v1.5.0

v1.4.1

27 Nov 04:51
d55ea3e
Compare
Choose a tag to compare

Fixed

  • Compilation errors on Rust v1.69.x

Changed

  • Downgrade quork to 0.7.1 to fix compilation error on Rust v1.69.x
    • This downgrades the windows crate to a version that is compatible with the MSRV
  • Manager::new function is now pub(crate). This makes no difference to the public API, as the Manager struct was never public.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

24 Nov 03:25
feaf72c
Compare
Choose a tag to compare

Added

  • Connected and Disconnected events for when the client successfully connects and disconnects. Thanks to @JakeStanger.

Changed

  • EventData documentation references to reference the Event enum instead of EventData

v1.3.1

27 Sep 04:38
86c9e72
Compare
Choose a tag to compare

Added

  • Expose event_handler module
    • Exposed types are Context, EventCallbackHandle and Handler

v1.3.0

23 Aug 09:00
cc50a24
Compare
Choose a tag to compare

Changed

  • Update MSRV to 1.69.0

Added

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 May 09:50
7a18e3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

11 Apr 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 Mar 11:26
19e5bd4
Compare
Choose a tag to compare

What's Changed

  • Shutdown function incorrectly throws NotStarted error by @jewlexx in #96

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Mar 06:18
3877dbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Jan 05:19
a1eccf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.18...v1.0.0