diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2020-04-05 09:57:51 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2020-04-05 09:57:51 +0200 |
commit | e65f3fdb80605c3691e80c93528aea87c51e11df (patch) | |
tree | 99c74d958c377a920f0af7c8bfaede5414d498bf | |
parent | e07f023cb5cdbb0c24d6dccd9f3b771078831dcb (diff) | |
download | pianobar-57638efacaa0d94a631f3f79ed15543907a9672d.tar.gz pianobar-57638efacaa0d94a631f3f79ed15543907a9672d.tar.bz2 pianobar-57638efacaa0d94a631f3f79ed15543907a9672d.zip |
Release 2020.04.052020.04.05
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Release 2020.04.05 + +- Support writing audio to named pipe (audio_pipe) +- Add resampling (sample_rate) +- Fix station list not showing more than 95 stations + Release 2019.02.14 - Fix MP3 playback (affects premium subscribers with audio quality “high”) diff --git a/src/config.h b/src/config.h index 702a088..332c569 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2019.02.14-dev" +#define VERSION "2020.04.05" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L |