Skip to content

Releases: ThatSINEWAVE/Discord-Rich-Presence

Release 1.2.0

07 Mar 12:49
03b355a
Compare
Choose a tag to compare

Fixed lots of errors and bad logic
Added error handling for any type of incorrect command usage
Added info command
Added more QoL prints
Built the script into a portable .exe file for ease of use

Full Changelog: Release2...Release3

Release 1.1.0

05 Mar 03:42
704eee2
Compare
Choose a tag to compare
  • Added mode multi to the mode command - this allows you to select which rich presence set you want to be used from the message_sets that you configured inside your config.json.
  • Cleaned up the code - there were multiple instances of the mode command from past experiments, functionality was not affected by those but now the code is cleaner and easier to read.
  • Fixed the stop command logic - now the rich presence will stop at the exact moment when the stop command is issued and not wait for the next update depending on your timer.
  • Adjusted behaviour for unknown commands - no more blank console after typing a wrong command

Release 1.0.0

04 Mar 02:45
3b19175
Compare
Choose a tag to compare

Added plenty of commands
Added multiple config examples built-in
Improved the logic behind the commands
Improved the command line interface