chore(main): release 4.3.0 (#3049)

🤖 I have created a release *beep* *boop*
---


## [4.3.0](https://github.com/libretime/libretime/compare/4.2.0...4.3.0)
(2025-03-12)


### Features

* add flac support to Web player
([#3128](https://github.com/libretime/libretime/issues/3128))
([203c927](203c927554))
* add Norwegian Bokmål locale
([#3073](https://github.com/libretime/libretime/issues/3073))
([e614fbc](e614fbcf6c))
* **analyzer:** parse comment fields from mp3 files
([#3082](https://github.com/libretime/libretime/issues/3082))
([02a779b](02a779b413))
* **api:** added filters on genre & md5 for files api
([#3127](https://github.com/libretime/libretime/issues/3127))
([b1bdd6d](b1bdd6d9be))
* **api:** enable writes to schedule table
([#3109](https://github.com/libretime/libretime/issues/3109))
([2ac7e8a](2ac7e8a506))
* **legacy:** implement subset sum solution to show scheduling
([#3019](https://github.com/libretime/libretime/issues/3019))
([5b5c68c](5b5c68c628)),
closes [#3018](https://github.com/libretime/libretime/issues/3018)
* **legacy:** order by filename when lptime is null
([#3069](https://github.com/libretime/libretime/issues/3069))
([8c26505](8c26505622))
* **legacy:** show filename and size on edit page and add filename
datatable column
([#3083](https://github.com/libretime/libretime/issues/3083))
([16deaf0](16deaf08c6)),
closes [#3053](https://github.com/libretime/libretime/issues/3053)
* **legacy:** trused header sso auth
([#3095](https://github.com/libretime/libretime/issues/3095))
([2985d85](2985d8554a))
* **legacy:** update deprecated PHP code
([#2789](https://github.com/libretime/libretime/issues/2789))
([3a8dcbc](3a8dcbce60))
* **playout:** add Liquidsoap 2.0 support
([#2786](https://github.com/libretime/libretime/issues/2786))
([f9c0bd5](f9c0bd5a05))
* use custom intro/outro playlists per show
([#2941](https://github.com/libretime/libretime/issues/2941))
([299be3c](299be3c142))


### Bug Fixes

* add missing file for nb_NO locale
([#3075](https://github.com/libretime/libretime/issues/3075))
([a3865aa](a3865aa6ee))
* **analyzer:** make ffmpeg filters less aggressive
([#3086](https://github.com/libretime/libretime/issues/3086))
([32cad0f](32cad0faa4)),
closes [#2629](https://github.com/libretime/libretime/issues/2629)
* docker warnings "keywords casing do not match"
([#3048](https://github.com/libretime/libretime/issues/3048))
([e095cb2](e095cb2a5f))
* intro/outro playlist unset was impossible
([#3101](https://github.com/libretime/libretime/issues/3101))
([7992a9b](7992a9be2d))
* **legacy:** additional specifics added to CSVexport.js for RFC 4180
([#3131](https://github.com/libretime/libretime/issues/3131))
([644d2b9](644d2b9ce5)),
closes [#2477](https://github.com/libretime/libretime/issues/2477)
* **legacy:** fix filename criteria searching
([#3068](https://github.com/libretime/libretime/issues/3068))
([c883d0f](c883d0f2d5))
* **legacy:** migrations from airtime 2.5.1
([#3123](https://github.com/libretime/libretime/issues/3123))
([82d5af2](82d5af2dfb))
* **legacy:** support Postgresql 12 syntax
([#3103](https://github.com/libretime/libretime/issues/3103))
([0b221f4](0b221f4fff)),
closes [#3102](https://github.com/libretime/libretime/issues/3102)
* **playout:** improve the way hashlib is called in
libretime_playout/player
([#3135](https://github.com/libretime/libretime/issues/3135))
([5b4c720](5b4c720e10)),
closes [#3134](https://github.com/libretime/libretime/issues/3134)
* regenerate API schema
([38a0bf9](38a0bf98b2))
* regenerate API schema
([ce257a1](ce257a1f35))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
libretime-bot 2025-03-13 00:31:06 +01:00 committed by GitHub
parent a246b8979d
commit 183d49742b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 40 additions and 7 deletions

View File

@ -1 +1 @@
{".":"4.2.0"}
{".":"4.3.0"}

View File

@ -1,5 +1,38 @@
# Changelog
## [4.3.0](https://github.com/libretime/libretime/compare/4.2.0...4.3.0) (2025-03-12)
### Features
* add flac support to Web player ([#3128](https://github.com/libretime/libretime/issues/3128)) ([203c927](https://github.com/libretime/libretime/commit/203c9275540289fa670b4e9ec62f41e5ea27e4fa))
* add Norwegian Bokmål locale ([#3073](https://github.com/libretime/libretime/issues/3073)) ([e614fbc](https://github.com/libretime/libretime/commit/e614fbcf6cfc52e236135a5529bf4d05bdd5fa43))
* **analyzer:** parse comment fields from mp3 files ([#3082](https://github.com/libretime/libretime/issues/3082)) ([02a779b](https://github.com/libretime/libretime/commit/02a779b4134e8e4121a49d1c213640117157ae8f))
* **api:** added filters on genre & md5 for files api ([#3127](https://github.com/libretime/libretime/issues/3127)) ([b1bdd6d](https://github.com/libretime/libretime/commit/b1bdd6d9bee3a545e7f65e39ffbf2fa84f241b11))
* **api:** enable writes to schedule table ([#3109](https://github.com/libretime/libretime/issues/3109)) ([2ac7e8a](https://github.com/libretime/libretime/commit/2ac7e8a50606e64f3c0db54717388576e95c0b4e))
* **legacy:** implement subset sum solution to show scheduling ([#3019](https://github.com/libretime/libretime/issues/3019)) ([5b5c68c](https://github.com/libretime/libretime/commit/5b5c68c6281326d55bd777cf926aa58027e20e1b)), closes [#3018](https://github.com/libretime/libretime/issues/3018)
* **legacy:** order by filename when lptime is null ([#3069](https://github.com/libretime/libretime/issues/3069)) ([8c26505](https://github.com/libretime/libretime/commit/8c2650562289bc790f994b2a2bd2d0d9e97957cb))
* **legacy:** show filename and size on edit page and add filename datatable column ([#3083](https://github.com/libretime/libretime/issues/3083)) ([16deaf0](https://github.com/libretime/libretime/commit/16deaf08c6fb49bc66b704e1672cbc047697cb00)), closes [#3053](https://github.com/libretime/libretime/issues/3053)
* **legacy:** trused header sso auth ([#3095](https://github.com/libretime/libretime/issues/3095)) ([2985d85](https://github.com/libretime/libretime/commit/2985d8554aca8d8c81f8a8ca214e483a4ba1de9c))
* **legacy:** update deprecated PHP code ([#2789](https://github.com/libretime/libretime/issues/2789)) ([3a8dcbc](https://github.com/libretime/libretime/commit/3a8dcbce60d52ac7e9ce991817fea8a1b18f9de7))
* **playout:** add Liquidsoap 2.0 support ([#2786](https://github.com/libretime/libretime/issues/2786)) ([f9c0bd5](https://github.com/libretime/libretime/commit/f9c0bd5a05dede8ea8fb779a5f67c604e0e3360d))
* use custom intro/outro playlists per show ([#2941](https://github.com/libretime/libretime/issues/2941)) ([299be3c](https://github.com/libretime/libretime/commit/299be3c142875e2a0c19c2712494b861800b67ef))
### Bug Fixes
* add missing file for nb_NO locale ([#3075](https://github.com/libretime/libretime/issues/3075)) ([a3865aa](https://github.com/libretime/libretime/commit/a3865aa6eed914b1604fe4a933a9be7b4d2cbb40))
* **analyzer:** make ffmpeg filters less aggressive ([#3086](https://github.com/libretime/libretime/issues/3086)) ([32cad0f](https://github.com/libretime/libretime/commit/32cad0faa495d4c6058ca75c4aee74b95b73b08e)), closes [#2629](https://github.com/libretime/libretime/issues/2629)
* docker warnings "keywords casing do not match" ([#3048](https://github.com/libretime/libretime/issues/3048)) ([e095cb2](https://github.com/libretime/libretime/commit/e095cb2a5f6b0b62613b7a6bab9a820d5a4a85f3))
* intro/outro playlist unset was impossible ([#3101](https://github.com/libretime/libretime/issues/3101)) ([7992a9b](https://github.com/libretime/libretime/commit/7992a9be2d0d9882de63d9c0a04e396271bcfe8b))
* **legacy:** additional specifics added to CSVexport.js for RFC 4180 ([#3131](https://github.com/libretime/libretime/issues/3131)) ([644d2b9](https://github.com/libretime/libretime/commit/644d2b9ce51321b8219a9902b8bfcac8b9443506)), closes [#2477](https://github.com/libretime/libretime/issues/2477)
* **legacy:** fix filename criteria searching ([#3068](https://github.com/libretime/libretime/issues/3068)) ([c883d0f](https://github.com/libretime/libretime/commit/c883d0f2d570dc502dbec99c0f1d2e53fd2e3419))
* **legacy:** migrations from airtime 2.5.1 ([#3123](https://github.com/libretime/libretime/issues/3123)) ([82d5af2](https://github.com/libretime/libretime/commit/82d5af2dfbcb7fbebb58de64228b1c4eeed984e6))
* **legacy:** support Postgresql 12 syntax ([#3103](https://github.com/libretime/libretime/issues/3103)) ([0b221f4](https://github.com/libretime/libretime/commit/0b221f4fff9ccb55203ddaf7231f5f9b98d135bf)), closes [#3102](https://github.com/libretime/libretime/issues/3102)
* **playout:** improve the way hashlib is called in libretime_playout/player ([#3135](https://github.com/libretime/libretime/issues/3135)) ([5b4c720](https://github.com/libretime/libretime/commit/5b4c720e10037e39b3405d6a55eb835a60e339a2)), closes [#3134](https://github.com/libretime/libretime/issues/3134)
* regenerate API schema ([38a0bf9](https://github.com/libretime/libretime/commit/38a0bf98b2a5b1024714686f9ca9a5ac30052227))
* regenerate API schema ([ce257a1](https://github.com/libretime/libretime/commit/ce257a1f35d938990bcaa89d52e0d2b07489c1cf))
## [4.2.0](https://github.com/libretime/libretime/compare/4.1.0...4.2.0) (2024-06-22)

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
version = "4.2.0" # x-release-please-version
version = "4.3.0" # x-release-please-version
setup(
name="libretime-analyzer",

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
version = "4.2.0" # x-release-please-version
version = "4.3.0" # x-release-please-version
setup(
name="libretime-api-client",

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
version = "4.2.0" # x-release-please-version
version = "4.3.0" # x-release-please-version
setup(
name="libretime-api",

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
version = "4.2.0" # x-release-please-version
version = "4.3.0" # x-release-please-version
setup(
name="libretime-playout",

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
version = "4.2.0" # x-release-please-version
version = "4.3.0" # x-release-please-version
setup(
name="libretime-shared",

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
version = "4.2.0" # x-release-please-version
version = "4.3.0" # x-release-please-version
setup(
name="libretime-worker",