|
2 | 2 |
|
3 | 3 | Release history for the DaVinci Resolve MCP Server. The latest release is summarized in the root README; older entries live here to keep the README focused. |
4 | 4 |
|
| 5 | +## What's New in v2.46.0 |
| 6 | + |
| 7 | +Community PR bundle: five contributed fixes and features (#62–#66), live-validated |
| 8 | +on Resolve Studio 21. |
| 9 | + |
| 10 | +- **Fixed** timeline marker frames are now correctly relative to the timeline |
| 11 | + start (#66): timecode params and the playhead default rebase by |
| 12 | + `GetStartFrame()`, so markers on hour-start timelines land where the UI |
| 13 | + shows them instead of an hour past the end. Raw `frame` params pass through |
| 14 | + unchanged (documented as relative). Contact sheets and marker thumbnail |
| 15 | + review rebase the other way with a legacy-absolute guard. |
| 16 | +- **Fixed** project lint no longer flags audio-only timelines as empty (#62); |
| 17 | + live lint state now reports per-type `video/audio/subtitle_item_count`. |
| 18 | +- **Added** `media_pool.check_proxy_media_compatibility` (#63): ffprobe-vs-source |
| 19 | + signature diagnostics (resolution/fps/frames/sample rate, expected |
| 20 | + codec/profile). Same-aspect downscales count as compatible — half-res |
| 21 | + proxies are the normal workflow. |
| 22 | +- **Added** readback verification envelopes (`verified_operation`) around |
| 23 | + `media_pool.link_proxy_checked` (#63) and `media_pool.append_to_timeline` |
| 24 | + (#64): preflight, execution, post-state readback, verification status, and a |
| 25 | + journal event. `link_proxy_checked` gains `check_compatibility` / |
| 26 | + `require_compatible` guards that refuse incompatible proxies before linking. |
| 27 | +- **Added** `bins` to declarative project specs (#65): missing media-pool bin |
| 28 | + paths plan as `ensure` actions and are created idempotently; existing bins |
| 29 | + are noops. Bin paths normalize to the `Master/` prefix so unprefixed spec |
| 30 | + bins converge instead of reporting perpetual drift. |
| 31 | + |
5 | 32 | ## What's New in v2.45.0 |
6 | 33 |
|
7 | 34 | The edit engine — Phase E, the final phase of the analysis + edit-engine |
|
0 commit comments