Rebuild readme

This commit is contained in:
TheSpad 2023-08-21 14:18:46 +01:00
parent 9f72d6a51f
commit 72ba0cc05b
No known key found for this signature in database
GPG key ID: 08F06191F4587860
2 changed files with 2 additions and 0 deletions

View file

@ -224,6 +224,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **25.08.23:** - Rebase to Alpine 3.18, pin Pillow to 9.5.0.
* **03.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **25.03.23:** - Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html).
* **24.12.22:** - Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin.

View file

@ -28,6 +28,7 @@ param_ports:
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
# changelog
changelogs:
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18, pin Pillow to 9.5.0."}
- {date: "03.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)."}
- {date: "24.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin."}