Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0](https://github.com/kixelated/mp4-atom/compare/v0.15.0...v0.16.0) - 2026-09-25

### Other

- add support for .mp3 ([#237](https://github.com/kixelated/mp4-atom/pull/237))
- Feature/UUID ([#231](https://github.com/kixelated/mp4-atom/pull/231))
- add support for jpeg ([#235](https://github.com/kixelated/mp4-atom/pull/235))
- add support for Apples dtyp box ([#234](https://github.com/kixelated/mp4-atom/pull/234))
- add additional test ([#233](https://github.com/kixelated/mp4-atom/pull/233))
- add support for mebx ([#230](https://github.com/kixelated/mp4-atom/pull/230))
- Add support for mdta-style meta data ([#228](https://github.com/kixelated/mp4-atom/pull/228))
- add support for Nero-style Chapter List Box (`chpl`) ([#232](https://github.com/kixelated/mp4-atom/pull/232))
- preserve unknown stsd codec bodies on parse, refuse to emit ([#229](https://github.com/kixelated/mp4-atom/pull/229))
- Add support for metadata tracks ([#226](https://github.com/kixelated/mp4-atom/pull/226))

## [0.15.0](https://github.com/kixelated/mp4-atom/compare/v0.14.0...v0.15.0) - 2026-07-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Luke Curley <kixelated@gmail.com>", "Brad Hards <bradh@frogmouth.net
repository = "https://github.com/kixelated/mp4-atom"
license = "MIT OR Apache-2.0"

version = "0.15.0"
version = "0.16.0"
edition = "2021"

keywords = ["mp4", "isobmff", "mp4box", "audio", "video"]
Expand Down
Loading