Skip to content

Commit 915dd99

Browse files
kongchen1992meta-codesync[bot]
authored andcommitted
{Documentation} Core - Add 2.1.3 changelog entry
Summary: WHY: 2.1.3 was released (D105974819 bumped version.txt) but the public-facing changelog on the docs site was not updated. Users browsing the Project Aria Tools doc site need to see what shipped in 2.1.3. WHERE: docs-research-tools/projectariatools/changelog.mdx — the static doc site changelog page. Adds a new '## Version 2.1.3' section above 2.1.2 with the two changes from the 2.1.3 release: random-access P-frame decoding in getImageDataByIndex() for H.265 streams, and a VRS dependency bump to pick up ProximitySensorRecordableClass support. HOW tested: Pure markdown / MDX content change, no code paths affected. Verified file renders by inspecting the diff against the existing 2.1.2 / 2.1.1 / 2.1.0 entries — same heading levels, same section structure (New Features / Improvements). Reviewed By: PiotrBrzyski Differential Revision: D106396894 fbshipit-source-id: b53ed1310d1aa989b40bb292f3f881d3fa4f2ce9
1 parent 1bfe7e5 commit 915dd99

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

website/docs-research-tools/projectariatools/changelog.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ title: Changelog
55

66
# Changelog
77

8+
---
9+
## Version 2.1.3
10+
11+
### New Features
12+
13+
- Added random-access P-frame video decoding: `getImageDataByIndex()` now supports non-sequential frame access for H.265 video streams. The decoder automatically replays from the preceding keyframe, enabling random-access for training data pipelines and video editors
14+
15+
### Improvements
16+
17+
- Bumped VRS dependency to include `ProximitySensorRecordableClass` support
18+
819
---
920
## Version 2.1.2
1021

0 commit comments

Comments
 (0)