Wine Cellar
Self-hosted wine management app for tracking your collection and tasting notes
Alternative to: vivino, cellartracker
0.2.0
2025-12-130.2.0 (2025-12-13)
feat
-
wine: allow uploading multiple images of a wine
This allows uploading images for front, back, label front, label back. Additionally, previews are now shown in the form and images can be deleted. -
auth: use django-allauth for authentication
For now this will allow login via openid_connect. Other providers can be added on request. Also adds proper email and password change views.It also introduces a new setting
ENABLE_SIGNUPwhich defaults toFalse. To enable signups add/change it in.env-prod.
fix
-
wine_card: wrap image in a fixed-size container
-
deps: update react monorepo to v19.2.1
-
wine detail: fix image carousel buttons not working
- use consistent button icons
- fix template structure and js element querying
-
wine list: fix filtering getting lost on page change
-
docker: fix pip not installing optional dependencies
-
deps: update dependency @babel/runtime to v7.28.4
-
wine_card: add missing maring-top and make detail container use available space
-
deps: update dependency barcode-detector to v3.0.8