You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0.
7
7
8
8
## [Unreleased]
9
+
10
+
## [0.3.0] - YYYY-MM-DD
11
+
9
12
### Added
10
13
-[discovery] The crate `librespot-discovery` for discovery in LAN was created. Its functionality was previously part of `librespot-connect`.
11
14
-[playback] Add support for dithering with `--dither` for lower requantization error (breaking)
12
15
-[playback] Add `--volume-range` option to set dB range and control `log` and `cubic` volume control curves
13
16
-[playback]`alsamixer`: support for querying dB range from Alsa softvol
14
17
-[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
16
19
17
20
### Changed
18
21
-[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
23
26
-[playback] Make cubic volume control available to all mixers with `--volume-ctrl cubic`
24
27
-[playback] Normalize volumes to `[0.0..1.0]` instead of `[0..65535]` for greater precision and performance (breaking)
0 commit comments