I'm proud to announce the release of Apple Music Electron v2.0.0!
It's been a long time project of mine and im so glad to announce it as it contains a TON of new features and a completely code redo with brand new functions and optimizations with help from @coredev-uk.
Changelog:
- Added Theme Support
- Changed config.json
- Rebased the entire application
- Fixed and Reprogrammed Discord RPC
- Added Tooltips
- Added Song Notifications
- Optimized basic functions
- Sorted through Index.js to make it PR and user friendly.
- Made a new wiki page that explains most things in depth.
- Added Auto Updating
- Added new WinGet package (AppleMusicElectron)
- Code-signing on official executables
- Language Detection based on system info
First thing added was a new Discord RPC controller and Song Notification's which performs 4x faster then the original implementation back in 1.5.0
Following this new controller fixed a ton of pre-existing issues like the ones listed:
#67
#26
#13
Second major thing added was theme support! You can now change your current theme and make your own themes. See the new wiki pages for this here: https://github.com/cryptofyre/Apple-Music-Electron/wiki/Designing-and-using-CSS-themes
Preview of the pre-existing themes:
Glasstron
Blurple-Dark
Default
Third major change being the new codebase and optimizations
CoreDev and I reprogrammed the entire app to perform faster and better act in favor of the config.json
file which allows you to control all the features of Apple Music Electron including themes, discord rpc, tooltips, notifications, etc.