Skip to content

0.4.0 (2026-01-15)

Choose a tag to compare

@goapunk goapunk released this 16 Jan 10:35
· 640 commits to main since this release

0.4.0 (2026-01-15)

feat

  • stats: if a stock item has no price, use the price of the wine

fix

  • docker: fix DJANGO_ENABLE_SIGNUPS variable not working as intended
    When DJANGO_ENABLE_SIGNUPS is set to "False" it still allowed signups.
    If you didn't want to allow signups please check if any users registered
    in the django-admin under /admin.

  • templates: fix allauth templates not showing errors

  • docker dev: fix hot reload not working, add missing services for full dev setup

  • docker-dev: don't flush database on start

  • deps: update dependency react-barcode-scanner to v4.0.1

  • wine details: order stock items by storage, row, column

refactor

  • templates: remove redundant login template