diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Release 2012.06.24 + +- Removed setting audio_format, added audio_quality. libfaad (aac) is now required, + libmad (mp3) is optional (for Pandora One users) +- Fix thumbs up/down +- Fix race condition +- Fix custom key bindings +- Improve error messages +- Minor bugfixes + Release 2012.05.06 - Move to JSON API (v5), see http://pan-do-ra-api.wikia.com/ diff --git a/src/config.h b/src/config.h index bb6de05..e57d0e3 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.05.06-dev" +#define VERSION "2012.06.24" #endif /* _CONFIG_H */ |