diff options
-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 */ |