> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/scopebox/releases.md).

# Releases

{% hint style="info" %}
ScopeBox 4 runs on macOS 12 and newer and requires [Metal](https://support.apple.com/en-us/HT205073). For older systems, use the now legacy ScopeBox 3.
{% endhint %}

### ScopeBox 4

ScopeBox 4.4 (May 14, 2024) - [Download](https://updates.hedge.video/scopebox/macos/updates/ScopeBox%204.4.zip)

* Adds support for playing RAW media from new Sony BURANO, RED V Raptor \[X], and more
* Fixes possible crash opening HML palette
* Fixes possible crash applying source LUT
* Improves stability and speed

ScopeBox 4.3.1 (Nov 30, 2023) - [Download](https://updates.hedge.video/divergent_archive/ScopeBox%204.3.1.dmg)

* Fixes functionality related to colorized scopes
* Restores interface for RGB Parade "overlay" layout
* Fixes crashes when working with AVFoundation sources

ScopeBox 4.3 (Nov 7, 2023) - [Download](https://updates.hedge.video/divergent_archive/ScopeBox%204.3.dmg)

* Support for a lot of new codecs: RED, ARRIRAW, Phantom CineRAW, Sony X-OCN, and CanonRAW
* New looping option for movie sources
* New fine grained control of source video levels
* Support for HDR monitoring from Final Cut Pro via ScopeLink
* Cleaner more modern UI, and a new icon
* Improved support for Blackmagic ATEM and USB video sources
* Fix for a ScopeLink bug particular to Final Cut Pro playback on Apple silicon
* ScopeBox 4.3 requires MacOS 12 or later. For earlier versions of MacOS, please download ScopeBox 4.2, below.&#x20;

Scopebox 4.2 (Feb 8, 2022) - [Download](https://updates.hedge.video/divergent_archive/ScopeBox%204.2.dmg)

* Updates Assimilate ScopeLink plugin for Scratch 9.4
* Updates Adobe ScopeLink transmit plugin for CC22
* HLG EOTF fix for CIE plot
* Fix timeline overlays when zooming

ScopeBox 4.1 - [Download](https://updates.hedge.video/divergent_archive/ScopeBox%204.1.dmg)

ScopeBox 4.0.9 - [Download](https://updates.hedge.video/divergent_archive/ScopeBox%204.0.9.dmg)

### ScopeBox 3

ScopeBox 3.5.6 - [Download](https://updates.hedge.video/scopebox/macos/updates/ScopeBox%203.5.6.dmg)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/scopebox/releases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
