Skip to content

Releases: pendo324/universal-np

Added Google Play Music Desktop Player support

21 Jun 22:35
Compare
Choose a tag to compare
  • Added support for Google Play Music Desktop Player
  • Strip the default [foobar2000] from the window title if it is there

Lots of fixes and improvements

25 Apr 22:07
Compare
Choose a tag to compare
Pre-release

Pretty big update that:

  • Bumps the electron version
    • This adds a few more "proper" dark mode features and performance improvements, among other things
  • Replaces get-window-by-name with @pendo324/get-process-by-name
    • This means the building this project no longer requires a native C++ module
  • Replaces a hacky JScript (I really don't remember why I decided to have a JScript in the first place, hint: its not a sane version of Javascript) with a PowerShell script (I don't really like PowerShell but its still waaaaaaaaaaaaaay better)
  • Fix race conditions when writing to files takes a long time and persistency bugs when switching tabs
  • Add minimizing to system tray
    • This means that the "X" button in the top right no longer actually closes the application. You now must go to the system tray and right click the "Universal Now Playing" icon and click "Quit". I'm also seeking feedback on what else should be in that menu.

As a result of all of those changes, the application now properly supports CJK (Chinese, Japanese, Korean) characters! (Really it should support all Unicode characters, please let me know if there are still some rough edges, I only tested it with Japanese text).

I also (finally) got the Chrome Web Store to accept an oldddd update to the extension. So YouTube Music and Tidal will finally work.

Add new web players

10 Nov 01:58
e1bcadc
Compare
Choose a tag to compare
Add new web players Pre-release
Pre-release

This release just adds support for two new web players

  • YouTube Music
  • Tidal

You will see them immediately after updating to this version, however you will need the latest version of the extension (1.0.3) to actually use them.

You can track the extension releases here.

Upgrade to Vuetify 2.x

09 Oct 05:46
722828f
Compare
Choose a tag to compare
Pre-release

boring stuff

  • Updates a lot of dependencies (including Vuetify) 😴

not boring stuff

  • Adds bandcamp web player support 🎉

Make sure you have version 1.0.1 of the extension installed before trying to use it on Bandcamp

Initial release

05 Oct 20:37
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is the initial release of the rewritten Universal Now Playing

There are most likely bugs that I've overlooked. Please file issues for them. I've been the only tester of this software so far.

As bugs are patched out, I will be releasing new builds. When the project is stable enough, I will promote a release to 1.0.0.

There is only a Windows installer available at the moment, but I will upload Mac/Linux versions when I get a chance.