Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit fef30d8

Browse files
committed
Update CHANGELOG
1 parent fbe98e4 commit fef30d8

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
> :warning: Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
99
10+
## [unreleased]
11+
12+
## [0.3.0]
13+
14+
### Added
15+
16+
- Basic test suite for known and accepted parts of makemkv log
17+
18+
### Changed
19+
20+
- Split parsing logic into separate internal method (by [@slick-nick-90](https://github.com/slick-nick-90))
21+
- Extend parser and fix common parsing issues (by [@slick-nick-90](https://github.com/slick-nick-90))
22+
- Added: `codec_id`, `codec_short`, `codec_long`, `source_filename`, `segments_count`, `segments_map`, `metadata_langcode`, `metadata_language`, `volume_name`, `comment`
23+
- Changed: `framerate` accepts floating point values
24+
- Removed: `codec`
25+
26+
### Fixed
27+
28+
- `video_angle` is now a key in the `Title` dictionary (instead of `Stream`)
29+
1030
## [0.2.2]
1131

1232
### Changed
@@ -51,6 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5171

5272
- `MakeMKV.f()` / universal firmware tool support
5373

54-
[0.2.2]: https://github.com/d-k-bo/python-makemkv/compare/tag/v0.2.1...v0.2.2
55-
[0.2.1]: https://github.com/d-k-bo/python-makemkv/compare/tag/v0.2.0...v0.2.1
74+
[unreleased]: https://github.com/d-k-bo/python-makemkv/compare/v0.3.0...HEAD
75+
[0.3.0]: https://github.com/d-k-bo/python-makemkv/compare/v0.2.2...v0.3.0
76+
[0.2.2]: https://github.com/d-k-bo/python-makemkv/compare/v0.2.1...v0.2.2
77+
[0.2.1]: https://github.com/d-k-bo/python-makemkv/compare/v0.2.0...v0.2.1
5678
[0.2.0]: https://github.com/d-k-bo/python-makemkv/releases/tag/v0.2.0

0 commit comments

Comments
 (0)