commit b044553e2b819cb5580868c1784676d96d886a97
Author: Ole Aamot <ole@gnome.org>
Date:   Wed Jul 14 11:36:29 2021 +0200

    Release GNOME Gingerblue 0.8.0 (2021-07-14)

 ChangeLog                      |  38 +++++++
 NEWS                           |  27 +++++
 po/Makefile.in.in              | 222 ++++++++++++++++++++++++++++++++++++++++-
 src/Makefile.am                |   4 +-
 src/gingerblue-config.c        |   2 -
 src/gingerblue-studio-stream.c |   6 +-
 6 files changed, 291 insertions(+), 8 deletions(-)

commit c2fea7f3891a8abadf09ca166b3e14eae1a40fc0
Author: Ole Aamot <ole@gnome.org>
Date:   Wed Jul 14 10:38:44 2021 +0200

    GNOME Gingerblue 0.8.0 (2021-07-14)

 ChangeLog                         |  40 ++
 gingerblue.spec.in                |   3 +
 meson.build                       |   4 +-
 src/Makefile.am                   |   4 +-
 src/gingerblue-app.c              |   2 +-
 src/gingerblue-chord.h            |   2 +-
 src/gingerblue-config.c           |  25 +-
 src/gingerblue-config.h           |   2 +-
 src/gingerblue-file.c             |   2 +-
 src/gingerblue-file.h             |   2 +-
 src/gingerblue-knob.c             |   2 +-
 src/gingerblue-knob.h             |   2 +-
 src/gingerblue-line.c             |   2 +-
 src/gingerblue-line.h             |   2 +-
 src/gingerblue-main-loop.c        |   2 +-
 src/gingerblue-main.c             |  43 ++-
 src/gingerblue-main.h             |   2 +-
 src/gingerblue-record.c           |   2 +-
 src/gingerblue-record.h           |   2 +-
 src/gingerblue-song.c             |   2 +-
 src/gingerblue-song.h             |   2 +-
 src/gingerblue-studio-config.c    |   2 +-
 src/gingerblue-studio-player-kb.h |  35 ++
 src/gingerblue-studio-player.c    | 762 ++++++++++++++++++++++++++++++++++++++
 src/gingerblue-studio-player.h    |  71 ++++
 src/gingerblue-studio-stream.c    | 115 ++++++
 src/gingerblue-studio-stream.h    |   6 +
 src/gingerblue.c                  |   2 +-
 src/gingerblue.h                  |   9 +-
 src/meson.build                   |   2 +-
 30 files changed, 1111 insertions(+), 42 deletions(-)

commit b85bcfefb7b9a42b8f001c07f63e95e29a2ed3c8
Author: Ole Aamot <ole@gnome.org>
Date:   Wed Jul 14 03:15:46 2021 +0200

    Add more dependencies for 0.8.0

 meson.build     | 9 ++++++++-
 src/meson.build | 4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 163abc4fef399adc9973a2aa6e4f406e90f35f0c
Author: Ole Aamot <ole@gnome.org>
Date:   Wed Jul 14 02:58:21 2021 +0200

    Add gstreamer-tag-1.0 for GINGERBLUE_PKG_DEPS in configure.ac

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 709572e09a8369b86cc499d2619144f46544d75e
Author: Ole Aamot <ole@gnome.org>
Date:   Wed Jul 14 02:00:02 2021 +0200

    Initial work on meta tagging to Ogg Vorbis in Gst recorder pipeline

 configure.ac          |  2 +-
 src/gingerblue-main.c | 32 ++++++++++++++++++++++++++++----
 2 files changed, 29 insertions(+), 5 deletions(-)

commit 5ec65ba9cdbe8c810c7b6aada90d5e20c631e7e6
Author: Ole Aamot <ole@gnome.org>
Date:   Wed Jul 14 00:38:25 2021 +0200

    Release GNOME Gingerblue 0.7.0 (2021-07-14)

 ChangeLog       | 41 +++++++++++++++++++++++++++++++++++++++++
 meson.build     |  4 ++--
 src/meson.build |  3 ++-
 3 files changed, 45 insertions(+), 3 deletions(-)