Skip to content

Commit 5b3bbb2

Browse files
committed
Version 1.7.1
1 parent a19517f commit 5b3bbb2

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Audiowaveform Version History
22

3+
## v1.7.1 (2023-03-19)
4+
5+
* Fixed waveform image generation when audio is read from a socket
6+
and the `--zoom auto` option is used to automatically fit the
7+
waveform to a given image width
8+
39
## v1.7.0 (2022-12-10)
410

511
* Fixed waveform image generation when audio is piped to stdin
6-
and the `--zoom auto` option to automatically fit the waveform
7-
to a given image width
12+
and the `--zoom auto` option is used to automatically fit the
13+
waveform to a given image width
814

915
## v1.6.0 (2022-02-18)
1016

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,4 +495,4 @@ Thank you to all our [contributors](https://github.com/bbc/audiowaveform/graphs/
495495

496496
## Copyright
497497

498-
Copyright 2013-2022 British Broadcasting Corporation
498+
Copyright 2013-2023 British Broadcasting Corporation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
audiowaveform (1.7.1-1RELEASE1) RELEASE; urgency=low
2+
3+
* Debian package for release 1.7.1
4+
5+
-- Chris Needham <chris@chrisneedham.com> Sun, 19 Mar 2023 11:50:00 +0000
6+
17
audiowaveform (1.7.0-1RELEASE1) RELEASE; urgency=low
28

39
* Debian package for release 1.7.0

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Upstream-Name: audiowaveform
33
Source: <https://github.com/bbc/audiowaveform>
44

55
Files: *
6-
Copyright: 2021 BBC Research and Development
6+
Copyright: 2023 BBC Research and Development
77
License: GPL-3.0+
88

99
Files: debian/*
10-
Copyright: 2021 Chris Needham <chris@chrisneedham.com>
10+
Copyright: 2023 Chris Needham <chris@chrisneedham.com>
1111
License: GPL-3.0+
1212

1313
Files: src/madlld-1.1p1/*

0 commit comments

Comments
 (0)