🤖 I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/libretime/libretime/compare/3.2.0...4.0.0) (2024-01-07) ### ⚠ BREAKING CHANGES * The media file serving is now handled by Nginx instead of the API service. The `storage.path` field is now used in the Nginx configuration, so make sure to update the Nginx configuration file if you change it. * **installer:** The default listen port for the installer is now `8080`. We recommend that you put a reverse proxy in front of LibreTime. * **installer:** The `--update-nginx` flag was removed from the installer. The nginx configuration deployed by the installer will now always be overwritten. Make sure to move your customizations to a reverse proxy configuration. * The default system output (`stream.outputs.system[].kind`) changed from `alsa` to `pulseaudio`. Make sure to update your configuration file if you rely on the default system output. * The `general.secret_key` configuration field is now required. Make sure to update your configuration file and add a secret key. ### Features * default system output is now `pulseaudio` ([#2842](https://github.com/libretime/libretime/issues/2842)) ([ |
||
---|---|---|
.. | ||
3.0.0-alpha.00.md | ||
3.0.0-alpha.01.md | ||
3.0.0-alpha.02.md | ||
3.0.0-alpha.03.md | ||
3.0.0-alpha.04.md | ||
3.0.0-alpha.05.md | ||
3.0.0-alpha.06.md | ||
3.0.0-alpha.07.md | ||
3.0.0-alpha.08.md | ||
3.0.0-alpha.09.md | ||
3.0.0-alpha.10.md | ||
3.0.0-alpha.11.md | ||
3.0.0-alpha.12.md | ||
3.0.0-alpha.13.md | ||
3.0.0-beta.0.md | ||
3.0.0-beta.1.md | ||
3.0.0-beta.2.md | ||
3.0.0.md | ||
3.0.1.md | ||
3.0.2.md | ||
3.1.0.md | ||
3.2.0.md | ||
4.0.0.md | ||
README.md | ||
_category_.yml | ||
_release-head.md | ||
unreleased.md |
README.md
Releases
:::note
✨ New LibreTime versions are released when it's ready ™️.
:::
Versioning schema
We follow the Semantic Versioning standards.
In a nutshell, given a version number MAJOR.MINOR.PATCH
we increment the:
MAJOR
version when we make incompatible API changes,MINOR
version when we add functionality in a backwards-compatible manner, andPATCH
version when we make backwards-compatible bug fixes.
Distributions releases support
New releases target the current stable distributions release, and development should prepare for future stable distributions releases.
- We recommend installing LibreTime on the current stable distributions.
- We don't provide maintenance releases for old stable distributions.
Ubuntu 18.04 | Debian 10 | Ubuntu 20.04 | Debian 11 | |
---|---|---|---|---|
Release date | 2018-04-26 | 2019-07-06 | 2020-04-23 | 2021-08-14 |
End of life | 2023-04 | 2024-06 | 2025-04 | 2026-06 |
Versions | ||||
3.0.x | deprecated | deprecated | recommended | recommended |
3.1.x | recommended | recommended |