---
title: Unreleased
---
import ReleaseHead from './\_release-head.md';
## :sparkling_heart: Contributors
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
## :rocket: Features
## :bug: Bug fixes
## :fire: Deprecation and removal
## :arrow_up: Before upgrading
:::caution
Please follow this **before the upgrade procedure**.
:::
## :arrow_up: Upgrading
### Icecast mount default charset
During the first installation, the installer will configure Icecast to use UTF-8 as default charset for mounts. To upgrade an existing installation, you may want to manually apply the changes in the `/etc/icecast2/icecast.xml`:
```xml
UTF-8
```
Or if only want to set the charset to UTF-8 for specific mounts (for example `/main.mp3`):
```xml
/main.mp3
UTF-8
```
Please, see the [documentation for more details](../admin-manual/stream-configuration.md#utf-8-metadata-in-icecast-mp3-streams).
## :warning: Known issues
The following issues may need a workaround for the time being. Please search the [issues](https://github.com/libretime/libretime/issues) before reporting problems not listed below.
## :memo: Colophon