docs: add missing data to release note
This commit is contained in:
parent
3c50d67b8e
commit
c695b32394
|
@ -4,12 +4,15 @@ title: LibreTime 3.0.0 alpha 11
|
|||
|
||||
import ReleaseHead from './\_release-head.md';
|
||||
|
||||
<ReleaseHead date='TBD' version='3.0.0-alpha.11'/>
|
||||
<ReleaseHead date='2022-03-28' version='3.0.0-alpha.11'/>
|
||||
|
||||
## :sparkling_heart: Contributors
|
||||
|
||||
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
|
||||
|
||||
- [@jooola](https://github.com/jooola)
|
||||
- [@paddatrapper](https://github.com/paddatrapper)
|
||||
|
||||
## :rocket: Features
|
||||
|
||||
- Use setuptools entrypoints ([#1409](https://github.com/libretime/libretime/issues/1409))
|
||||
|
@ -59,6 +62,8 @@ The LibreTime project wants to thank the following contributors for authoring PR
|
|||
- **legacy:** replace massivescale/celery-php with jooola/celery-php
|
||||
- **worker:** set celery timezone to UTC
|
||||
- **api:** include id in file/webstream serializers
|
||||
- remove uninstall script ([#1682](https://github.com/libretime/libretime/issues/1682))
|
||||
- **worker:** add service log filepath ([#1640](https://github.com/libretime/libretime/issues/1640))
|
||||
|
||||
## :bug: Bug fixes
|
||||
|
||||
|
@ -104,8 +109,12 @@ The LibreTime project wants to thank the following contributors for authoring PR
|
|||
- **api:** static_url settings is required in dev mode ([#1662](https://github.com/libretime/libretime/issues/1662))
|
||||
- **api_client:** comply to legacy schedule events
|
||||
- **playout:** remove stream_buffer_start in event dispatch
|
||||
|
||||
## :fire: Deprecation and removal
|
||||
- add PPA for newer liquidsoap version on Ubuntu
|
||||
- upgrade python packages during install ([#1707](https://github.com/libretime/libretime/issues/1707))
|
||||
- **installer:** test and create correct log path
|
||||
- **installer:** remove rougue reference to /var/log/airtime ([#1710](https://github.com/libretime/libretime/issues/1710))
|
||||
- **installer:** remove /var/tmp/airtime reference
|
||||
- **worker:** drop logfile reference until environment variable expansion works correctly
|
||||
|
||||
## :arrow_up: Upgrading
|
||||
|
||||
|
@ -283,5 +292,3 @@ playout works correctly and can be heard in Icecast, however the **On Air**
|
|||
button is greyed out and the status reported on the **Streams** status page can
|
||||
report errors connecting to Liquidsoap. The current workaround is to upgrade the
|
||||
server to Ubuntu 20.04.
|
||||
|
||||
## :memo: Colophon
|
||||
|
|
Loading…
Reference in New Issue