New
- Added
ENABLE_PASSWORD_LOGIN
variable- You can now disable password login by setting this to false
- Added external feeds support
- We now collect RSS feeds from popular cocktail related websites and show recipes and news items
- Currently in beta, can be enabled with
ENABLE_FEEDS=true
env variable
- Added
units
to ingredients- Used to define default units for specific ingredients
- Added more
info
andwarning
level logs to authentication - Added
is_feeds_enabled
andis_password_login_enabled
toServerVersion
schema - Added
bars.read
andbars.write
to personal access token abilities
Changes
- Search index sync refresh no longer happens automatically on docker (re)start
- You should now run it manually or via bar optimize endpoint
Fixes
- Fixed missing
images
onBarRequest
schema - Fixed missing properties on
Ingredient
schema