Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
Changes since 0.1.1

* lyrics tab
* :shuffle command
* expanded insert command to be able to insert songs matching a field from the focused track
* made header format customizable in config
* fix playlist reloading itself when position 0 changes
* fix encoding related crash in search
* fix current position in a playlist not being cleared when moving to another one
* fix shuffle not updating the playlist correctly
* some new keybindings in default config file
* merged urwid upstream changes
  • Loading branch information
pflouret committed May 2, 2009
1 parent 03f65fb commit 47416cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'rake/clean'
require 'rake/packagetask'

module Ccx2
VERSION = '0.1.1'
VERSION = '0.2.0'
end

VERSION_FILE_CONTENTS = %Q{
Expand Down
4 changes: 2 additions & 2 deletions pkg/arch/ccx2/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer palbo <quuxbaz@gmail.com>
pkgname=ccx2
pkgver=0.1.1
pkgver=0.2.0
pkgrel=1
pkgdesc="Console client for xmms2"
arch=(i686 x86_64)
Expand All @@ -11,7 +11,7 @@ optdepends=("pil: for cover art display"
"python-lxml: for lyrics display"
"python-simplejson: for lyrics display, if python < 2.6")
source=(http://cloud.github.com/downloads/palbo/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('cefea56377a73081f7111c3eb99f5bea')
md5sums=('0305d9c9cb8dc4fe628320447ab91618')

build() {
cd $srcdir/$pkgname-$pkgver
Expand Down
2 changes: 1 addition & 1 deletion src/ccx2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '0.1.1'
__version__ = '0.2.0'

0 comments on commit 47416cb

Please sign in to comment.