Releases: angeloanan/MPC-DiscordRPC
Releases · angeloanan/MPC-DiscordRPC
v0.5.0
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
- Added code to remove brackets in file name by @MaciejGorczyca in #9
- Bump acorn from 5.7.1 to 5.7.4 by @dependabot in #14
- Bump path-parse from 1.0.5 to 1.0.7 by @dependabot in #22
- Bump lodash from 4.17.15 to 4.17.21 by @dependabot in #20
- Bump node-fetch from 2.1.2 to 2.6.1 by @dependabot in #17
New Contributors
- @MaciejGorczyca made their first contribution in #9
- @dependabot made their first contribution in #14
Full Changelog: v0.3.0...v0.5.0
v0.3.0
- New
start
andstop
scripts! Now you can start and stop the app simply runningnpm start
andnpm stop
, respectively - A new
mpc-discordrpc.log
file is now saved in your MPC-DiscordRPC folder and is flushed everytime you runnpm 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