Releases: RuiNtD/SVRichPresence
Releases · RuiNtD/SVRichPresence
v2.3.1
- Added
discord
console command to respond to Ask to Join requests via console. DiscordRP_TestJoin
changed toDiscordRP_Join
- Discord RPC only logs now in verbose mode.
- Removed support for Mac and Linux.
- Fixed crashing from Discord Game SDK by changing libraries.
- Fixed joining games.
v2.3.0
v2.3.0-beta.1
- Re-added RPC handler listeners.
- Added support for Ask to Join, with a config option to disable it.
- Added
DiscordRP_TestJoin
console command to join a game via invite code (for testing). - Changed to new Discord Game SDK.
- API's
FormatText
function now returns""
instead ofnull
if given an empty string. - Removed automatic Mac and Linux setup because it's no longer needed.
- ACTUALLY fixed potential error when generating presence in co-op.
v2.2.2
v2.2.1
v2.2.0
- Added instructions for installing on Mac and Linux.
- Added API for other mods to be able to add template tags for rich presence.
- Added optional "all" parameter to the
DiscordRP_Tags
command to show tags that return an error or are currently unavailable (such as in the menu). - Fixed compatibility with upcoming SMAPI version.
v2.0.1: Hotfix 2.0.1
- Fixed bug preventing mod from loading.
v2.0.0
- Added warning in console when using a debug build or pre-release.
- Added logging for Discord RPC.
- Added
DiscordRP_Reload
console command to reload config. - Added a reload button (default F5) to reload the config. Customizable in the config.
- Added rich presence customization using a template system in the config.
- Added
DiscordRP_Format
console command to format a template string used in the config and print out the result (for testing). - Added
DiscordRP_Tags
console command that list all currently available template tags and their current output. - The mod's name in the logs is now "DiscordRP" instead of "Discord Rich Presence"
- Adjusted default rich presence.
- Different states are shown when loading / joining a game or starting a new game.
- Removed Discord RPC event handling due to some issues.
- Party IDs now work when playing co-op.
v1.2.1
v1.2.0
- Added assembly info to the exported DLL file.
- Added in-game state to large image text, provided by the game.
- Current session play time is now shown.
- Added config file with option for hiding farm names. You can hide all farm names by just typing "Farm".
- Added logging for Discord events.
- Mod is no longer compiled for 64-bit support, since Stardew Valley is 32-bit.
- Presence is now only updated every half second.
- Removed weather and time text to make room for in-game state.