Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DiscordRichPresence.1.2.1.24.nupkg | 2023-07-26 | 133.5 kB | |
DiscordRPC.pdb | 2023-07-26 | 34.4 kB | |
DiscordRPC.xml | 2023-07-26 | 124.1 kB | |
DiscordRPC.deps.json | 2023-07-26 | 7.8 kB | |
DiscordRPC.dll | 2023-07-26 | 84.0 kB | |
README.md | 2023-07-26 | 1.1 kB | |
Release v1.2.1 source code.tar.gz | 2023-07-26 | 560.8 kB | |
Release v1.2.1 source code.zip | 2023-07-26 | 663.1 kB | |
Totals: 8 Items | 1.6 MB | 2 |
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 https://github.com/Lachee/discord-rpc-csharp/pull/219
- add: Support for global names.
New Contributors
- @CanadaHonk made their first contribution in https://github.com/Lachee/discord-rpc-csharp/pull/219
Full Changelog: https://github.com/Lachee/discord-rpc-csharp/compare/v1.1.4...v1.2.1