# Changelog

## 2.1.2

Hotfixes for the Raspberry Pi, causing the Pi to hang after a bit of time.

## 2.1.0

**🎮 Better Control & UI**

* The settings menu got a complete makeover
* You can now see what's currently playing right at the top
* Added a new MediaManager mode (/mediamanager)
* File names look cleaner (no more pesky file extensions!)
* Added asset types and more helpful tooltips
* There is a new option to open on your second screen (we'd love your feedback on this!).
* Set default actions for new imports
* Customize your Electron output background
* Plus, we fixed those annoying bugs with moving assets and settings loading

**⌨️ New Hotkey Controls**

K to stop, L to play, Space to toggle pause, Up/down arrows to navigate files

## 2.0.3

\+ Fix: Issues with creating the initial folders

\+ Fix: Issues when the system suddenly loses power while PlayoutBee is writing to a file&#x20;

\+ Fix: Improved loading of Settings

\+ Fix: Racecontioon on the Pi Let Playoutbee consume 10% of CPU

\+ Feat: updated OpenOutput command to open Chrome with the right command line parameters

## 2.0.2

\+ Fix: Updated Hyperdeck protocol Version to be compatible with Atem 9.5.0

\+ Fix: Updated CMD/CTRL + F to work for Fullscreen on macOS

\+ Feat:  TCP API without feedback for usage with QSYS systems&#x20;

\+ Fix: Removed unused Logging&#x20;

## 2.0.0

\+ Fix: Issue with Fullscreening on MacOs

\+ Feat: Improve scaling for non 16:9 media on a 16:9 canvas

\+ Feat: API to open Output on Pi and manage the Output window on MacOS and Windows.

\+ Feat: API to shutdown the Pi&#x20;

\+ Change: Default to not blacking out on Pause

\+ Feat: allow other ports than 3000 for PlayoutBee ( right now, it only needs to be changed in the Settings file)

+Feat: API to rotate Assets and  set the End Action

+Feat: Send Updates to connected Atems if we have an update in PlayoutBee

## OLD Changelog for Version 0.9->1.0

### 0.9.4

### Changed

* refreshed UI
* added ability to Select Clips to use for Next , Play Next&#x20;
* added Goto command to the API
* added /setBlackout Api endpoint
* added /setAction Api endpoint
* replaced /alpa and /secondOutput with query Parameters see "URLS"
* fixed Pause Button&#x20;
* fixed duplicate Timecode
* Slate and Overlay option for displaying current clip name and timecode on the Output
* fix autoplay restarting when opening a controller
* fix loop not loaded after restart&#x20;
* fix selected ID not selected after Restart&#x20;
* performance Improvements

## 0.9.3

### Changed

* you now can choose what PlayoutBee should do when a Video ends&#x20;
* Changes for the API + new functions fix for pointer being shown on Boot
* Countdown mode to make the Video end at a specific time.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.playoutbee.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
