Releases: ColinDuquesnoy/MellowPlayer
1.3.0
New features:
- Add support for Ubuntu/Unity (available through ppa:colin-duquesnoy/stable)
- disable tray icon
- fix double global menu
- add support for unity quicklists
- Add support for Gnome Settings Daemon (multimedia keys)
- Project stucture cleanup (all code has been moved into the src folder)
- Use the "Restore Window" action to show the current service name and the song info
(or the service status, e.g. "Grooveshark - Loading" or "Grooveshark - Stopped")
Fixed bugs:
- Select service dialog: don't reload page if service has not changed but user
choose OK. - Prevent the "Stopped" notification from being shown when switching service
- Use restoreWindow instead of show to make sure the main window is active
before showing any preference dialog.
1.2.1
This is a bug fix release which fix the soundclound integration due to a recent change to their player interface. In addtition to the fix, we are now able to retrieve the current song art and use it for notifications and kmediaplayer.
1.2.0
1.1.1
Use grooveshark retro instead of the new grooveshark website. The new website does not work well with QtWebkit (freeze on large collection, completely unusable).
We will reintroduce the official grooveshark as soon as QtWebEngine starts supporting flash.
1.1.0
Major changes:
- improvements to the notification system
- improvements for using MellowPlayer on other desktops (Gnome Shell, XFCE)
- some bug fixes
See the complete list of changes here
1.0.0
This is the final 1.0 version.
Here are the list of changes since the last beta:
- add support for Grooveshark Mobile
- add support for Mixcloud
- implement "Add to favorite"
- polish mpris interface (buttons are now disabled/enabled depending on the context)
- flash plugin detection + warning if you attempt to use a service that require flash but flash cannot be found
1.0.0-beta
This is the first public beta release of MellowPlayer.
There is a Windows installer and a Mac OSX package.
On linux, you should compile from source::
qmake
make
sudo make install
If you're on KDE Sc or Plasma 5:
qmake-qt5 CONFIG+=kde_support
make
sudo make install
(you'll need KGlobalAccel
and KNotifications
)
This will install the following files:
- /usr/bin/MellowPlayer
- /usr/share/applications/mellowplayer.desktop
- /usr/share/pixmaps/mellowplayer.png