From cdf00f4af12e9a5890f47455d19a57deea797248 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Nov 2020 11:32:58 +0100 Subject: Release 2020.11.28 --- ChangeLog | 6 ++++++ src/config.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b76cbbf..50b78e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 2020.11.28 + +- Support changing station modes +- Allow choosing time format +- Add optional debug output + Release 2020.04.05 - Support writing audio to named pipe (audio_pipe) diff --git a/src/config.h b/src/config.h index 4580f43..3c505fb 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2020.04.05-dev" +#define VERSION "2020.11.28" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.3