diff options
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | awesompd.lua | 2 | ||||
-rw-r--r-- | jamendo.lua | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -3,3 +3,14 @@ This is an advanced MPD widget\client for AwesomeWM. For the detailed installation guide see http://awesome.naquadah.org/wiki/Awesompd_widget . Also you can find an example of widget configuration in file rcsample.lua. + +### Changes in 1.1.0 + +* Album covers are now also shown for the local tracks (images are taken from the current track's folder) + +* When the Jamendo track is playing you can visit artist's or album's page from the Jamendo menu + +* Notification now shows the album name for the current track (for both local and Jamendo tracks) + +* A few minor modifications and bugfixes + diff --git a/awesompd.lua b/awesompd.lua index 1daa273..417a51c 100644 --- a/awesompd.lua +++ b/awesompd.lua @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- -- @author Alexander Yakushev <yakushev.alex@gmail.com> -- @copyright 2010-2011 Alexander Yakushev --- @release v1.1.0pre +-- @release v1.1.0 --------------------------------------------------------------------------- awesompd = {} diff --git a/jamendo.lua b/jamendo.lua index a6989c6..26d4815 100644 --- a/jamendo.lua +++ b/jamendo.lua @@ -1,7 +1,7 @@ --------------------------------------------------------------------------- -- @author Alexander Yakushev <yakushev.alex@gmail.com> -- @copyright 2011 Alexander Yakushev --- @release v1.1.0pre +-- @release v1.1.0 --------------------------------------------------------------------------- -- Grab environment |