summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/config.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 118a7aa..b76cbbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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