Skip to content

Commit

Permalink
release 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tilboerner committed Dec 15, 2013
1 parent 45e26c3 commit 99874dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
---------

0.30.0 (2013-12-15)

- FEATURE: Change album art in media browser
- FEATURE: Play WMA files via live transcoding (needs ffmpeg)
- FEATURE: Update notifications for admins in web client
config key `update_notifications = [True] | False`
- FEATURE: `--version` switch for main script displays useful info
- FIX: !!! SSL config: relative paths are now relative to location of config file
- FIX: Resolve some unicode issues when playing tracks containing non-ASCII characters
- FIX: autoplay when adding first track now works for all playlists
- FIX: CherryMusic shuts down cleanly when parent process dies
- FIX: `media.basedir` can now handle trailing path separator
- FIX: Can change and delete playlists again
- FIX: Can delete users again
- FIX: Online indicator in admin dialog works again
- IMPROVEMENT: online tracking of test coverage at https://coveralls.io/r/devsnd/cherrymusic
- IMPROVEMENT: audioread failure no longer pretends to be a serious error

0.29.0 (2013-11-10)

- FEATURE: confirm dialog when closing browser while music is playing
Expand Down
2 changes: 1 addition & 1 deletion cherrymusicserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#python 2.6+ backward compability
from __future__ import unicode_literals

VERSION = "0.29.0"
VERSION = "0.30.0"
__version__ = VERSION
DESCRIPTION = "an mp3 server for your browser"
LONG_DESCRIPTION = """CherryMusic is a music streaming
Expand Down

0 comments on commit 99874dc

Please sign in to comment.