Skip to content

Release history

bar-assistant releases

Bar assistant is a all-in-one solution for managing your home bar

All releases

6 shown

v5.15.0 New feature
Notable features
  • New `/generate/cocktail-image` endpoint for AI-powered image generation
  • Support for OpenAI and Gemini AI providers
  • Added `is_ai_image_enabled` server status indicator
Full changelog

New

  • Added /generate/cocktail-image, used to generate cocktail images with AI
    • Currently only supports OpenAI and Gemini providers
    • Added GEN_AI_IMAGE_PROVIDER and GEN_AI_IMAGE_MODEL env variables
    • Examples:
      # OpenAI Example
      GEN_AI_IMAGE_PROVIDER=openai
      GEN_AI_IMAGE_MODEL=gpt-image-1
      OPENAI_API_KEY=sk-your-key
      
      # Gemini Example
      GEN_AI_IMAGE_PROVIDER=gemini
      GEN_AI_IMAGE_MODEL=gemini-3.1-flash-image-preview
      GEMINI_API_KEY=your-key
      
  • Added is_ai_image_enabled to server status endpoint

Fixes

  • Fixed adding ingredients to shelf removing matching shopping list items outside the current bar
v5.14.0 Bug fix

## Changes - Updated AI prompts ## Fixes - Fixed email header links

Changelog

Changes

  • Updated AI prompts

Fixes

  • Fixed email header links
v5.13.0 New feature
Breaking changes
  • Removed feeds feature
Notable features
  • Kanidm SSO provider
  • Generative AI endpoints for ingredients/cocktails/recipes
v5.12.0 New feature
Notable features
  • Collection filtering in public index
  • Collections metadata

Beta — feedback welcome: [email protected]