This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Complete rewrite
- Complete rewrite
- PlayStationDiscord now uses Electron and TypeScript. At the cost of a larger file and memory footprint, the application is now cross platform and looks much better. This also fixes numerous issues in the old version where the program wouldn't even work.
- Better optimization for RPC updates
- Previously, every 30 seconds we would fire off a RPC command to update rich presence, whether or not there was any change to the game status. Now it will only do it when there's new information.
- PlayStation status now updates every 15 seconds instead of 30 seconds
- Better auto update handling for Windows
- Unfortunately, macOS requires a code signing certificate to distribute automatic update. While understandable, I really have no use for one outside of this application and they cost $100 a year. Maybe this will be change in the future but for now, automatic updates are WIndows only.