### Description V3 has several breaking changes that need to be addressed ### Testing Notes **What I did:** Tested using docusaurus: ```shell make docs-dev ```
24 lines
837 B
Plaintext
24 lines
837 B
Plaintext
---
|
|
title: LibreTime 3.0.1
|
|
---
|
|
|
|
import ReleaseHead from "./_release-head.mdx";
|
|
|
|
<ReleaseHead date="2022-12-20" version="3.0.1" />
|
|
|
|
## :sparkling_heart: Contributors
|
|
|
|
The LibreTime project wants to thank the following contributors for authoring PRs to this release:
|
|
|
|
- @jooola
|
|
- @paddatrapper
|
|
|
|
## :bug: Bug fixes
|
|
|
|
- remove systemd ProtectHome feature ([#2244](https://github.com/libretime/libretime/issues/2244))
|
|
- **installer:** install missing sudo
|
|
- **installer:** set home and login when running as postgres
|
|
- **legacy:** add log entry on task run ([#2316](https://github.com/libretime/libretime/issues/2316))
|
|
- **legacy:** log errors on connect check failure ([#2317](https://github.com/libretime/libretime/issues/2317))
|
|
- **worker:** replace deprecated cgi.parse_header ([#2333](https://github.com/libretime/libretime/issues/2333))
|