Releases: Lachee/discord-rpc-csharp
Releases · Lachee/discord-rpc-csharp
Release v1.5.1
Bumped version
Release v1.5.0
What's Changed
- Add small_url, large_url, state_url and details_url by @Natsumi-sama in #274
- Added
WithButtons
- Updated DocFX
- Added new documentation articles
New Contributors
- @Natsumi-sama made their first contribution in #274
Full Changelog: v1.4.1...v1.5.0
Release v1.4.1
What's Changed
- Add StatusDisplayType Support by @SuperCater in #272
- Fix spelling mistake by @Shoukox in #266
- Changed length validation, typo fix by @maximmax42 in #259
New Contributors
- @SuperCater made their first contribution in #272
- @Shoukox made their first contribution in #266
Full Changelog: v1.3.0...v1.4.1
Release v1.3.0
What's Changed
- Update README.md about UWP, .NET MAUI, WIN UI 3 by @J0nathan550 in #243
- Add support for setting activity type by @na-2n in #255
New Contributors
- @J0nathan550 made their first contribution in #243
- @na-2n made their first contribution in #255
Full Changelog: v1.2.1...v1.3.0
Release v1.2.1
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.
- It has been completely replace with correct
What's Changed
- fix: enviroment -> environment by @CanadaHonk in #219
- add: Support for global names.
New Contributors
- @CanadaHonk made their first contribution in #219
Full Changelog: v1.1.4...v1.2.1
Release v1.2.0
Added support for global names.
Release v1.1.4
Release v1.1.3
What's Changed
- Properly tell macOS from UNIX starting from .NET Core by @KaKusaOAO in #217
- Added support for .NET 4.5 by @Lachee in #216
New Contributors
- @KaKusaOAO made their first contribution in #217
Full Changelog: v1.1.1...v1.1.3
Release v1.1.2
Merge pull request #216 from Lachee/feat-netfx Added support for .NET 4.5
Release v1.1.1
Bug fixes that will bring the nuget release up to scratch.
What's Changed
- Chore: Cleanup by @Lachee in #202
- Fix ConsoleLogger throwing FormatException by @jonashouben in #208
- Allows nullable fields to be ignored during JSON deserialization by @RecklessBoon in #213
- Fix deserialization of nullable field "premium_type" by @sll552 in #210
New Contributors
- @jonashouben made their first contribution in #208
- @sll552 made their first contribution in #210
Full Changelog: v1.1.0...v1.1.1