Skip to content

Commit

Permalink
Release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugogirubato committed Jun 6, 2023
1 parent 12e3893 commit 1603899
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.4] - 2023-06-06

### Added

- Added support for Widevine keys directly in HLS.

### Fixed

- Fixed support for multiple `Periods`.
- Corrected the `Representation` type.
- Handled missing `Initialization` segments.
- Fixed the `Timelines` type.
- Correctly calculated the number of segments.
- Fixed the base URL ending with a `/`.
- Fixed the range for direct links.

### Changed

- Limited the conversion to video/audio files only.
- Updated HLS version to `6`.
- Dynamically calculated `#EXT-X-MEDIA-SEQUENCE`.
- Dynamically calculated `#EXT-X-TARGETDURATION`.

## [2.1.3] - 2023-06-05

### Added
Expand Down Expand Up @@ -65,6 +88,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release.

[2.1.4]: https://github.com/hyugogirubato/pydash2hls/releases/tag/v2.1.4
[2.1.3]: https://github.com/hyugogirubato/pydash2hls/releases/tag/v2.1.3
[2.1.2]: https://github.com/hyugogirubato/pydash2hls/releases/tag/v2.1.2
[2.1.1]: https://github.com/hyugogirubato/pydash2hls/releases/tag/v2.1.1
Expand Down

0 comments on commit 1603899

Please sign in to comment.