[Xfce4-commits] <xfce4-mpc-plugin:master> Update for 0.3.4 release.
Landry Breuil
noreply at xfce.org
Tue Nov 3 21:52:01 CET 2009
Updating branch refs/heads/master
to 8776e8dc12bc8649f2756c305501c7138f60d011 (commit)
from 7189c143a0e7becec7ebfe4fa21f1a883c196098 (commit)
commit 8776e8dc12bc8649f2756c305501c7138f60d011
Author: Landry Breuil <landry at xfce.org>
Date: Tue Nov 3 21:46:35 2009 +0100
Update for 0.3.4 release.
ChangeLog | 2 +-
README | 2 +-
TODO | 2 --
configure.ac.in | 4 ++--
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5aa1f6f..5045601 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-xx-xx-2009 Landry Breuil <landry at fr.homeunix.org>
+03-11-2009 Landry Breuil <landry at fr.homeunix.org>
* release 0.3.4
* add user-configurable markup for playlist and tooltip
* properly resize buttons icons
diff --git a/README b/README
index 7bf74bb..e711ed2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Xfce4-Mpc-Plugin
----------------
-This is a simple Musicpd (http://www.musicpd.org) client plugin for the Xfce 4.4 panel.
+This is a simple Musicpd (http://www.musicpd.org) client plugin for the Xfce panel.
Features :
- next/stop/play/pause/previous buttons
- current volume/status/playing track when mouse passes over the plugin
diff --git a/TODO b/TODO
index c5b3075..5e7af2d 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-- improve playlist management, keep it persistent instead of creating it on each middle-click
-- add configurable title display string (with %artist%, %title%, %track%, %album%...) in tooltip and playlist
- support multiple outputs enabling/disabling
- add volume progressbar/slider ?
- fix all strings length checking
diff --git a/configure.ac.in b/configure.ac.in
index 0d9a292..1c113c4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,8 +5,8 @@ dnl
m4_define([mpc_version_major], [0])
m4_define([mpc_version_minor], [3])
-m4_define([mpc_version_micro], [3])
-m4_define([mpc_version_tag], [git]) # Leave empty for releases
+m4_define([mpc_version_micro], [4])
+m4_define([mpc_version_tag], []) # Leave empty for releases
m4_define([mpc_version_build], [@REVISION@])
m4_define([mpc_version], [mpc_version_major().mpc_version_minor().mpc_version_micro()ifelse(mpc_version_tag(), [], [], [mpc_version_tag()-mpc_version_build()])])
More information about the Xfce4-commits
mailing list