Skip to content

Commit 692b493

Browse files
committed
Version 1.8.1
1 parent 5562929 commit 692b493

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
lines changed

CHANGELOG.md

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

3+
## v1.8.1 (2023-07-08)
4+
5+
* Fixed rounded bar style rendering to show bars during silent
6+
periods of audio
7+
38
## v1.8.0 (2023-05-31)
49

510
* Added support for rendering waveforms as vertical bars. Use the

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
audiowaveform (1.8.1-1RELEASE1) RELEASE; urgency=low
2+
3+
* Debian package for release 1.8.1
4+
5+
-- Chris Needham <chris@chrisneedham.com> Sat, 8 Jul 2023 10:00:00 +0000
6+
17
audiowaveform (1.8.0-1RELEASE1) RELEASE; urgency=low
28

39
* Debian package for release 1.8.0

rpm/build_rpm_amazon_linux_2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -e
77

8-
AUDIOWAVEFORM_VERSION=1.8.0
9-
AUDIOWAVEFORM_PACKAGE_VERSION=1.8.0
8+
AUDIOWAVEFORM_VERSION=1.8.1
9+
AUDIOWAVEFORM_PACKAGE_VERSION=1.8.1
1010
IMAGE=audiowaveform_rpm
1111
docker build -t $IMAGE -f Dockerfile-amazon-linux-2 --build-arg AUDIOWAVEFORM_VERSION=${AUDIOWAVEFORM_VERSION} --build-arg AUDIOWAVEFORM_PACKAGE_VERSION=${AUDIOWAVEFORM_PACKAGE_VERSION} .
1212
CONTAINER_ID=`docker create $IMAGE`

rpm/build_rpm_centos7.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -e
77

8-
AUDIOWAVEFORM_VERSION=1.8.0
9-
AUDIOWAVEFORM_PACKAGE_VERSION=1.8.0
8+
AUDIOWAVEFORM_VERSION=1.8.1
9+
AUDIOWAVEFORM_PACKAGE_VERSION=1.8.1
1010
IMAGE=audiowaveform_rpm
1111
docker build -t $IMAGE -f Dockerfile-centos7 --build-arg AUDIOWAVEFORM_VERSION=${AUDIOWAVEFORM_VERSION} --build-arg AUDIOWAVEFORM_PACKAGE_VERSION=${AUDIOWAVEFORM_PACKAGE_VERSION} .
1212
CONTAINER_ID=`docker create $IMAGE`

rpm/build_rpm_centos8.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -e
77

8-
AUDIOWAVEFORM_VERSION=1.8.0
9-
AUDIOWAVEFORM_PACKAGE_VERSION=1.8.0
8+
AUDIOWAVEFORM_VERSION=1.8.1
9+
AUDIOWAVEFORM_PACKAGE_VERSION=1.8.1
1010
IMAGE=audiowaveform_rpm
1111
docker build -t $IMAGE -f Dockerfile-centos8 --build-arg AUDIOWAVEFORM_VERSION=${AUDIOWAVEFORM_VERSION} --build-arg AUDIOWAVEFORM_PACKAGE_VERSION=${AUDIOWAVEFORM_PACKAGE_VERSION} .
1212
CONTAINER_ID=`docker create $IMAGE`

ubuntu/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
PROJECT=audiowaveform
1111
REPO=git@github.com:bbc/${PROJECT}.git
12-
TAG=1.8.0
12+
TAG=1.8.1
1313
SOURCE_DIR=${PROJECT}_${TAG}
1414
TARBALL=${SOURCE_DIR}.orig.tar.gz
1515
PACKAGES_DIR=packages

0 commit comments

Comments
 (0)