Skip to content

Releases: Lachee/discord-rpc-csharp

Release v1.2.1

26 Jul 04:56
Compare
Choose a tag to compare

Global Name Change

Hello everyone, this is a minor revision. So there are some minor breaking changes. Nothing i can't imagine too many people will complain about.

  • Discriminators have been deprecated.
    • Users may have 0 as a discriminator now, indicating they have a unique username
    • Global Names were added to replace username#discriminator displays
    • ToString() will now give different results than before
  • Configuration.Enviroment was spell checked
    • It has been completely replace with correct Environment (with a N)
    • It will now actually work and tell you what type of Discord client they are running
    • Considered a minor break. Nobody really should be using this and it is just there for completeness.

What's Changed

  • fix: enviroment -> environment by @CanadaHonk in #219
  • add: Support for global names.

New Contributors

Full Changelog: v1.1.4...v1.2.1

Release v1.2.0

26 Jul 04:46
Compare
Choose a tag to compare
Release v1.2.0 Pre-release
Pre-release
Added support for global names.

Release v1.1.4

16 Jul 04:15
2ab7efc
Compare
Choose a tag to compare

What's Changed

  • Reduce overhead in ManagedNamedPipeClient during connection loop by @peppy in #237

New Contributors

Full Changelog: v1.1.3...v1.1.4

Release v1.1.3

10 Nov 23:34
db3667e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.3

Release v1.1.2

25 Oct 09:09
235f6e6
Compare
Choose a tag to compare
Release v1.1.2 Pre-release
Pre-release
Merge pull request #216 from Lachee/feat-netfx

Added support for .NET 4.5

Release v1.1.1

18 Oct 03:03
Compare
Choose a tag to compare

Bug fixes that will bring the nuget release up to scratch.

What's Changed

New Contributors

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

Release v1.1.0

15 Aug 16:10
Compare
Choose a tag to compare
Release v1.1.0 Pre-release
Pre-release
Upgraded to Newtonsoft.JSON 13

Release v1.0.175

15 Aug 10:14
f7295e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Lachee/discord-rpc-csharp/commits/v1.0.175