Skip to content

Commit 095536f

Browse files
authored
Prepare for 0.3.0 release
1 parent 4c1b227 commit 095536f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0.
77

88
## [Unreleased]
9+
10+
## [0.3.0] - YYYY-MM-DD
11+
912
### Added
1013
- [discovery] The crate `librespot-discovery` for discovery in LAN was created. Its functionality was previously part of `librespot-connect`.
1114
- [playback] Add support for dithering with `--dither` for lower requantization error (breaking)
1215
- [playback] Add `--volume-range` option to set dB range and control `log` and `cubic` volume control curves
1316
- [playback] `alsamixer`: support for querying dB range from Alsa softvol
1417
- [playback] Add `--format F64` (supported by Alsa and GStreamer only)
15-
- [playback] Add `--normalisation-type auto` that switches between album and track automatically
18+
- [playback] Add `--normalisation-gain-type auto` that switches between album and track automatically
1619

1720
### Changed
1821
- [audio, playback] Moved `VorbisDecoder`, `VorbisError`, `AudioPacket`, `PassthroughDecoder`, `PassthroughError`, `DecoderError`, `AudioDecoder` and the `convert` module from `librespot-audio` to `librespot-playback`. The underlying crates `vorbis`, `librespot-tremor`, `lewton` and `ogg` should be used directly. (breaking)
@@ -23,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2326
- [playback] Make cubic volume control available to all mixers with `--volume-ctrl cubic`
2427
- [playback] Normalize volumes to `[0.0..1.0]` instead of `[0..65535]` for greater precision and performance (breaking)
2528
- [playback] `alsamixer`: complete rewrite (breaking)
26-
- [playback] `alsamixer`: query card dB range for the `log` volume control unless specified otherwise
29+
- [playback] `alsamixer`: query card dB range for the volume control unless specified otherwise
2730
- [playback] `alsamixer`: use `--device` name for `--mixer-card` unless specified otherwise
2831
- [playback] `player`: consider errors in `sink.start`, `sink.stop` and `sink.write` fatal and `exit(1)` (breaking)
2932
- [playback] `player`: make `convert` and `decoder` public so you can implement your own `Sink`
@@ -67,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6770

6871
## [0.1.0] - 2019-11-06
6972

70-
[unreleased]: https://github.com/librespot-org/librespot/compare/v0.2.0..HEAD
73+
[unreleased]: https://github.com/librespot-org/librespot/compare/v0.3.0..HEAD
74+
[0.3.0]: https://github.com/librespot-org/librespot/compare/v0.2.0..v0.3.0
7175
[0.2.0]: https://github.com/librespot-org/librespot/compare/v0.1.6..v0.2.0
7276
[0.1.6]: https://github.com/librespot-org/librespot/compare/v0.1.5..v0.1.6
7377
[0.1.5]: https://github.com/librespot-org/librespot/compare/v0.1.3..v0.1.5

0 commit comments

Comments
 (0)