mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-07 17:02:45 +01:00
Moved changelog addition to readme-vars.
This commit is contained in:
parent
bea908d6f4
commit
3b06fc0a0f
2 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **01.10.24:** - Add packages required for Discogs plugin.
|
|
||||||
* **28.08.24:** - Rebase to Alpine 3.20.
|
* **28.08.24:** - Rebase to Alpine 3.20.
|
||||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||||
* **25.08.23:** - Rebase to Alpine 3.18, switch from Pillow to Imagemagick.
|
* **25.08.23:** - Rebase to Alpine 3.18, switch from Pillow to Imagemagick.
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ param_ports:
|
||||||
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
|
||||||
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
|
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
|
||||||
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
||||||
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18, switch from Pillow to Imagemagick."}
|
- {date: "25.08.23:", desc: "Rebase to Alpine 3.18, switch from Pillow to Imagemagick."}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue