diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2013-05-19 12:58:18 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2013-05-19 12:58:18 +0200 |
commit | 466d16fe720b8bb63534871d26350f6e5c457d07 (patch) | |
tree | c98d31ad349495372c234a3a2369cd23fd80e5c6 | |
parent | bf6191b00825c4631312cf2446fd7b181abb7e1f (diff) | |
download | pianobar-466d16fe720b8bb63534871d26350f6e5c457d07.tar.gz pianobar-466d16fe720b8bb63534871d26350f6e5c457d07.tar.bz2 pianobar-466d16fe720b8bb63534871d26350f6e5c457d07.zip |
Prepare for release 2013.05.192013.05.19
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +Release 2013.05.19 + +- Keyboard shortcuts for play/pause, config setting act_songpause has been + renamed to act_songpausetoggle +- Better error handling of audio file download errors +- Fix TLS read error when using Pandora One tuner URL +- Fix a bug where rating a song from a shared station, played by quickmix + resulted in an error message +- Fix wrong name when deleting station from history menu +- New events for genre station selection: stationfetchgenre, stationaddgenre +- Minor Makefile and documentation bugfixes/improvements + Release 2012.12.01 - Save last station and volume to statefile diff --git a/src/config.h b/src/config.h index e767695..e0afecd 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.12.01-dev" +#define VERSION "2013.05.19" #endif /* _CONFIG_H */ |