Skip to content

Releases: RuiNtD/SVRichPresence

v2.3.1

02 Dec 20:57
Compare
Choose a tag to compare
  • Added discord console command to respond to Ask to Join requests via console.
  • DiscordRP_TestJoin changed to DiscordRP_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

02 Dec 20:56
Compare
Choose a tag to compare
  • Added a check for Android, which will cancel mod initialization.
  • Small change to the debug build warning.
  • Finally fixed Linux and Mac support and re-added the auto setup.

v2.3.0-beta.1

12 May 18:39
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release
  • 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 of null 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

14 Dec 12:00
Compare
Choose a tag to compare
  • Fixed potential error when generating presence in co-op.
  • Fixed support for upcoming SMAPI version.

v2.2.1

21 Nov 04:22
Compare
Choose a tag to compare
  • Added automatic Linux and Mac setup.
  • Fixed compatibility with upcoming SMAPI version.

v2.2.0

13 Oct 00:51
Compare
Choose a tag to compare
  • 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

04 Aug 20:10
Compare
Choose a tag to compare
  • Fixed bug preventing mod from loading.

v2.0.0

14 Jul 06:48
Compare
Choose a tag to compare
  • 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

16 May 06:02
Compare
Choose a tag to compare
  • Hosting and Playing Co-Op now appear in the correct contexts.

v1.2.0

16 May 05:38
Compare
Choose a tag to compare
  • 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.