Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Releases: ColinDuquesnoy/MellowPlayer

2.1.1

05 Jun 12:29
Compare
Choose a tag to compare

Fix version number not updated in previous release

2.1.0

05 Jun 12:09
Compare
Choose a tag to compare

New features

2.0.1

02 May 14:52
Compare
Choose a tag to compare

Fixed bugs

  • [Mixcloud] fix missing album arts due to change in URL.
  • [All] fix album arts cache grows indefinitely. Now the cache will get cleaned on application startup.
  • [Windows] fix empty list of plugins if user pinned the app to the panel when the app was running.

2.0.0

29 Mar 16:48
Compare
Choose a tag to compare

Highlights:

  • 3 new services: Spotify, TuneIn and 8tracks
  • web streaming services plugins are now written in pure javascript (a
    wizard will guide you through the steps of creating a new plugin)
  • new design for the home page
  • translations are now managed on transifex: https://www.transifex.com/colinduquesnoy/mellowplayer/
  • build is now cross desktop (no more desktop specific release)
  • add ability to turn a streaming service into a standalone app (on GNU/Linux only)

2.0 RC

20 Mar 15:01
Compare
Choose a tag to compare
2.0 RC Pre-release
Pre-release

Release candidate for MellowPlayer 2.

Since the last beta, the following new features have been added:

  • TuneIn integration plugin
  • Update french translations
  • Fix missing function in javascript plugin template

2.0-beta

27 Feb 18:07
Compare
Choose a tag to compare
2.0-beta Pre-release
Pre-release
  • General:
    • ported to QtWebEngine
    • 2 new services: Spotify and 8tracks
    • web streaming services plugins are now written in pure javascript (a
      wizard will guide you through the steps of creating a new plugin)
    • new design for the home page
    • update notifier
    • translations are now managed on transifex: https://www.transifex.com/colinduquesnoy/mellowplayer/
  • GNU/Linux:
    • build is now cross desktop (no more desktop specific release)
    • add ability to turn a streaming service into a standalone app

1.5.2

20 Dec 12:55
Compare
Choose a tag to compare
  • Remove Rdio service (the service will shutdown on Dec 22)
  • Update french translation

1.5.1

13 Dec 16:05
Compare
Choose a tag to compare
  • [Deezer] Fix missing album art in notifications and MPRIS2 interface
  • [Mixcloud] Improve integration:
    • Add ability to skip to previous/next song
    • Add ability to retrieve song duration and song position
    • Add ability to seek into the current mixcloud (this is a bit slow in webkit, works much better in qtwebengine).

1.5.0

01 Aug 18:46
Compare
Choose a tag to compare

UI Improvements:

  • improvements to the toolbar on linux and windows
  • add web page navigation actions (back, forward, reload, home)
  • add ability to hide both the menu and the toolbar
  • add ability to run the application in fullscreen

Fixes

  • use a svg icon for the desktop entry on GNU/Linux. Icon will be installed into
    /usr/share/icons/hicolor/scalable/apps instead of /usr/share/pixmaps

1.4.0

04 May 16:56
Compare
Choose a tag to compare

New features:

  • Remove grooveshark plugins since the service has shutdown
  • Add Rdio integration (HTML5 service, free with audio ads)
  • UI improvements: remove the confusing stop action from the menus (all the supported services
    don't have a stop action, just pause).
  • OSX improvements:
    • add a dock menu with play/pause, next, previous and add to favorites action
    • use the same behaviour as on Ubuntu: no minimize to tray (tray is used just for messages), quit/close exits the
      application
  • Make flash an optional runtime dependency: flash plugins won't get enabled (even if installed) except
    for the service that require it (Deezer, Mixcloud and Soundcloud)
  • Get rid of Qt4 build support, now MellowPlayer is Qt5 only (even on Windows)

Fixed bugs:

  • Fix a corner case where the wrong image was used for the "song changed" notification (linux only,
    all desktop environments affected)
  • Fix/workaround key repeat issue with KGlobalAccel (KDE Sc/Plasma 5 only)
  • Fix "Close" action on minimized windows (all platforms except OSX and Ubuntu/Unity)
  • Fix "Add to favorites" action on Windows
  • Fix frozen player issue introduced in v1.3