Skip to content

Commit 5fec215

Browse files
committed
Version 1.9.0
1 parent 5332733 commit 5fec215

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## v1.9.0 (2023-09-30)
4+
5+
* Added support for input JSON format waveform data files
6+
7+
* The `--waveform-colors` option now allows you to set different colors
8+
for each audio channel
9+
310
## v1.8.1 (2023-07-08)
411

512
* Fixed rounded bar style rendering to show bars during silent

VERSION

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

debian/changelog

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

39
* Debian package for release 1.8.1

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.1
12+
TAG=1.9.0
1313
SOURCE_DIR=${PROJECT}_${TAG}
1414
TARBALL=${SOURCE_DIR}.orig.tar.gz
1515
PACKAGES_DIR=packages

0 commit comments

Comments
 (0)