mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Prepare for 0.4.2 release
This commit is contained in:
parent
87ea69b457
commit
38bebc242a
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,21 +5,21 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0.
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) since v0.2.0.
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.4.2] - 2022-07-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [playback] `subprocess`: Better error handling
|
|
||||||
- [playback] `pipe`: Better error handling
|
- [playback] `pipe`: Better error handling
|
||||||
|
- [playback] `subprocess`: Better error handling
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- [core] `apresolve`: Blacklist ap-gew4 and ap-gue1 access points that cause channel errors
|
- [core] `apresolve`: Blacklist ap-gew4 and ap-gue1 access points that cause channel errors
|
||||||
- [playback] `pipe`: Implement stop
|
- [playback] `pipe`: Implement stop
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [playback] `alsamixer`: make `--volume-ctrl fixed` work as expected when combined with `--mixer alsa`
|
|
||||||
- [main] fix `--opt=value` line argument logging
|
- [main] fix `--opt=value` line argument logging
|
||||||
|
- [playback] `alsamixer`: make `--volume-ctrl fixed` work as expected when combined with `--mixer alsa`
|
||||||
|
|
||||||
### Removed
|
## Removed
|
||||||
|
|
||||||
## [0.4.1] - 2022-05-23
|
## [0.4.1] - 2022-05-23
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [0.1.0] - 2019-11-06
|
## [0.1.0] - 2019-11-06
|
||||||
|
|
||||||
[unreleased]: https://github.com/librespot-org/librespot/compare/v0.4.1..HEAD
|
[0.4.2]: https://github.com/librespot-org/librespot/compare/v0.4.1..v0.4.2
|
||||||
[0.4.1]: https://github.com/librespot-org/librespot/compare/v0.4.0..v0.4.1
|
[0.4.1]: https://github.com/librespot-org/librespot/compare/v0.4.0..v0.4.1
|
||||||
[0.4.0]: https://github.com/librespot-org/librespot/compare/v0.3.1..v0.4.0
|
[0.4.0]: https://github.com/librespot-org/librespot/compare/v0.3.1..v0.4.0
|
||||||
[0.3.1]: https://github.com/librespot-org/librespot/compare/v0.3.0..v0.3.1
|
[0.3.1]: https://github.com/librespot-org/librespot/compare/v0.3.0..v0.3.1
|
||||||
|
|
Loading…
Reference in a new issue