diff options
author | Alexander Yakushev <yakushev.alex@gmail.com> | 2011-11-11 01:14:25 +0200 |
---|---|---|
committer | Alexander Yakushev <yakushev.alex@gmail.com> | 2011-11-11 01:14:25 +0200 |
commit | 498f6aa0332f9ba274d7bbd361c77dc8b5dd2721 (patch) | |
tree | 980dcb8dac9769ec64b7a23b96091cca6ee691e6 | |
parent | 82df5523c1d148aaf90aaad13fa451f22491cf27 (diff) | |
download | awesompd-498f6aa0332f9ba274d7bbd361c77dc8b5dd2721.tar.gz awesompd-498f6aa0332f9ba274d7bbd361c77dc8b5dd2721.tar.bz2 |
Update version numbers and add modify README
-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 |