Skip to content

Commit e78a7f1

Browse files
committed
Version 1.7.0
1 parent 2abf948 commit e78a7f1

File tree

4 files changed

+131
-116
lines changed

4 files changed

+131
-116
lines changed

CHANGELOG.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
# Audiowaveform Version History
2+
3+
## v1.7.0 (2022-12-10)
4+
5+
* 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
8+
9+
## v1.6.0 (2022-02-18)
10+
11+
* Added support for Opus audio
12+
* Fixed crash when reading malformed .dat files
13+
14+
## v1.5.1 (2021-07-31)
15+
16+
* Fixed buffer overflow error in MP3 decoder
17+
18+
## v1.5.0 (2021-07-07)
19+
20+
* Added `--quiet` option, to disable progress and information messages
21+
* Increased channel limit to 24
22+
* Removed sample rate, zoom, and start time limits when generating
23+
waveform images
24+
25+
## v1.4.2 (2020-05-03)
26+
27+
* Enable `--amplitude-scale` option when generating waveform data
28+
29+
## v1.4.1 (2020-01-28)
30+
31+
* Enable conversion from FLAC or Ogg Vorbis audio to WAV format
32+
33+
## v1.4.0 (2019-11-03)
34+
35+
* Added `--input-format` and `--output-format` options, to enable
36+
reading input from stdin and writing output to stdout
37+
38+
## v1.3.3 (2018-12-11)
39+
40+
* Increase channel limit to eight
41+
42+
## v1.3.2 (2018-11-23)
43+
44+
* Fixed version 2 binary data format
45+
46+
## v1.3.1 (2018-11-21)
47+
48+
* Added `--split-channels` option to produce multi-channel output
49+
files
50+
* Enabled static linking
51+
52+
## v1.2.2 (2018-06-23)
53+
54+
* Fixed MinGW build
55+
* Updated Ubuntu package details
56+
57+
## v1.2.1 (2018-05-25)
58+
59+
* Added support for Ogg Vorbis audio
60+
61+
## v1.2.0 (2018-04-16)
62+
63+
* Added `--zoom` `auto` option to automatically fit the waveform to a
64+
given image width when generating PNG images
65+
66+
## v1.1.0 (2017-02-02)
67+
68+
* Skip information frames in MP3 files, to correct for initial
69+
offset delay
70+
71+
## v1.0.12 (2016-12-20)
72+
73+
* Added `--amplitude-scale` option to control ampltiude scaling
74+
when generating PNG images
75+
* Skip ID3 tags in MP3 files
76+
77+
## v1.0.11 (2016-04-22)
78+
79+
* Added `--compression` command line option to set PNG compression
80+
level
81+
* Removed examples to shorten `--help` output
82+
83+
## v1.0.10 (2015-03-27)
84+
85+
* Corrected handling of floating point format WAV files
86+
87+
## v1.0.9 (2014-11-12)
88+
89+
* Added `--pixels-per-second` option as alternative way of setting the
90+
zoom level
91+
92+
## v1.0.8 (2014-10-22)
93+
94+
* Corrected use of `--bits` option when converting waveform data files
95+
* Allow image colours to include transparency
96+
97+
## v1.0.7 (2014-09-22)
98+
99+
* Added support for FLAC audio
100+
101+
## v1.0.6 (2014-04-01)
102+
103+
* Added command-line options to set image colours
104+
105+
## v1.0.5 (2014-03-21)
106+
107+
* Allow creation of JSON waveform data files from input audio files
108+
109+
## v1.0.4 (2014-03-10)
110+
111+
* Added `--end` option to set time range when rendering images and
112+
`--no-axis-labels` option to control axis label rendering
113+
114+
## v1.0.3 (2013-12-11)
115+
116+
* Allow creation of PNG images directly from input audio files
117+
118+
## v1.0.2 (2013-12-11)
119+
120+
* Added support for mono input audio files
121+
122+
## v1.0.1 (2013-10-14)
123+
124+
* Initial public release

ChangeLog

Lines changed: 0 additions & 115 deletions
This file was deleted.

VERSION

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

debian/changelog

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

39
* Debian package for release 1.6.0

0 commit comments

Comments
 (0)