> For the complete documentation index, see [llms.txt](https://docs.cinedream.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cinedream.io/release-notes/release-notes-windows.md).

# Release Notes Windows

### 2025-10-27

#### Version 1.1.0 Build 142

```
## Major update - breaks backwards compatibility with 1.0

**This update will make it impossible to roll-back to 1.0.x without removing preferences and for projects saved using 1.1.x**

**You might experience slight shifts in colors for older projects if you used:**

- **Internal grading LUTs**
- **Bloom on Windows**

**Old installer versions are always available through License Manager.**

New features:

- Demo mode for unlicensed installs
- Additional 34 internal grading LUTs
- Additional Input Color Profile LUTs
- Additional navigation shortcuts
- Shortcuts for CineDream Emulations
- Ability to reset preferences

Fixes:

- Bloom algorithm on Windows is the same as on the Mac
- Resolve shared nodes and group-level nodes are now properly stored
- Updated Rec709 Input Color Profile to account for tinted highlights
- Updated Premiere CEP extension should address Failed to set parameters issue
- Updated Inter-Process Communication should address Failed to Fetch issues and improve performance
- Pinned panels status is preserved throughout sessions and after restart
- Several low-key UI improvements
```

### 2025-9-30

#### Version 1.0.2 Build 121

```
## Important NLE fixes

- Premiere projects are no longer subject to Failed to set parameters issue
- Fuji Film F-Log 2 input color profile works on Windows
- Proper context menu shows for custom presets
- Group filtering in shot matching page is working
- Changing session gamma does not require CineDream restart to take effect
- Better connectivity with Helper service and NLE hosts
```

### 2025-9-23

#### Version 1.0.1 Build 115

```
## Major stability improvements

**System reboot strongly suggested after install!**

## Fixes

- Images are properly retrieved from Resolve
- Crashes on closing or opening CineDream when Helper service was not running
- Crashes on app close when lut gallery was open
- Closing and opening a session no longer shows previous session thumbnails
- Scrolling experience is more consistent
- LUTs parse and import properly
- FujiFilm Flat profile renders correctly
- License Manager URLs lead to license manager website
```


---

# 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.cinedream.io/release-notes/release-notes-windows.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.
