This commit is contained in:
Martin Atukunda 2026-01-18 11:09:52 +01:00 committed by GitHub
commit 44bf73df81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -82,6 +82,7 @@ RUN \
beetcamp \
python3-discogs-client \
flask \
flask-cors \
PyGObject \
pyacoustid \
pylast \

View file

@ -83,6 +83,7 @@ RUN \
beetcamp \
python3-discogs-client \
flask \
flask-cors \
PyGObject \
pyacoustid \
pylast \

View file

@ -83,6 +83,7 @@ init_diagram: |
"beets:latest" <- Base Images
# changelog
changelogs:
- {date: "09.04.25:", desc: "Add flask-cors required for [web plugin](https://beets.readthedocs.io/en/stable/plugins/web.html)."}
- {date: "27.01.25:", desc: "Rebase to Alpine 3.21."}
- {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20, switch from Pillow to Imagemagick."}