Skip to content

Commit c880f12

Browse files
chore: release v0.11.0
1 parent 54e7e5a commit c880f12

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.11.0](https://github.com/kixelated/mp4-atom/compare/v0.10.1...v0.11.0) - 2026-04-02
10+
11+
### Added
12+
13+
- add support for nclc colour type in colr box ([#110](https://github.com/kixelated/mp4-atom/pull/110))
14+
15+
### Other
16+
17+
- implement LHVCDecoderConfigurationBox (lhvC) ([#141](https://github.com/kixelated/mp4-atom/pull/141))
18+
- Add Brad Hards to authors ([#144](https://github.com/kixelated/mp4-atom/pull/144))
19+
- implement 3GPP narrowband codec sample entry (samr) ([#135](https://github.com/kixelated/mp4-atom/pull/135))
20+
- fix up tests after recent commits ([#140](https://github.com/kixelated/mp4-atom/pull/140))
21+
- implement track reference (tref) box ([#139](https://github.com/kixelated/mp4-atom/pull/139))
22+
- implement Web Video Text Tracks (WebVTT) sample entry format ([#131](https://github.com/kixelated/mp4-atom/pull/131))
23+
- implement rtng box ([#136](https://github.com/kixelated/mp4-atom/pull/136))
24+
- implement ainf box. ([#122](https://github.com/kixelated/mp4-atom/pull/122))
25+
- add ccst support for AV1 ([#133](https://github.com/kixelated/mp4-atom/pull/133))
26+
- Add option for having taic box ([#132](https://github.com/kixelated/mp4-atom/pull/132))
27+
- implement hint media header (hmhd) box ([#115](https://github.com/kixelated/mp4-atom/pull/115))
28+
- Add support for "uri " infe boxes inside iinf ([#123](https://github.com/kixelated/mp4-atom/pull/123))
29+
930
## [0.10.1](https://github.com/kixelated/mp4-atom/compare/v0.10.0...v0.10.1) - 2026-01-23
1031

1132
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>", "Brad Hards <bradh@frogmouth.net
55
repository = "https://github.com/kixelated/mp4-atom"
66
license = "MIT OR Apache-2.0"
77

8-
version = "0.10.1"
8+
version = "0.11.0"
99
edition = "2021"
1010

1111
keywords = ["mp4", "isobmff", "mp4box", "audio", "video"]

0 commit comments

Comments
 (0)