Skip to content

Releases: angeloanan/MPC-DiscordRPC

v0.5.0

14 Nov 18:07
Compare
Choose a tag to compare

After being away for a while, I thought it was time to release a maintenance update.

Minimum Node.js (tested) working version: v10.24.1

Changes:

  • Fix connection error when using Node.js v17.x
  • Some dependencies were updated (and one of them was replaced)

To update, make sure to follow the update instructions.

Merged Pull Requests

New Contributors

Full Changelog: v0.3.0...v0.5.0

v0.3.0

07 Jul 20:59
Compare
Choose a tag to compare
  • New start and stop scripts! Now you can start and stop the app simply running npm start and npm stop, respectively
  • A new mpc-discordrpc.log file is now saved in your MPC-DiscordRPC folder and is flushed everytime you run npm start so it won't get big
  • MPC-DiscordRPC runs only on Windows with Node.js 8.3.0 and up. Now when you try to install project dependencies on incompatible systems you will get errors
  • Some code improvements