update changelog for trackposition

This commit is contained in:
dvdsk 2024-06-18 01:09:16 +02:00
parent fd9747d198
commit edbe3f5b9e
No known key found for this signature in database
GPG key ID: F687E89FC7894F98

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Adds a new source `track_position`. It keeps track of duration since the
beginning of the underlying source.
### Fixed
- Mp4a with decodable tracks after undecodable tracks now play. This matches
VLC's behaviour.