Bar Assistant
All-in-one solution for managing your home bar
Alternative to: barsys
About
Versions (103)
v2.3.0
2023-07-30New
- Added cocktails count to
tag,glassandcocktail_methodresources - Added
abv_min,abv_max,user_rating_min,user_rating_maxandmain_ingredient_idcocktail query filters - Added
main_ingredientsingredient query filter - Added
shelf_ingredientscocktail query filter- This will return all cocktails you can make with the given ingredients
- This allows you to create on-the-fly custom shelf cocktails
- Added POST
/collections/{id}/cocktailsendpoint- This endpoint allows you to add multiple cocktails to collection with single call
- Added
cocktailsrequest property toCollectionRequestschema- This allows you to add cocktails when creating new collection
- Added
includequery option tococktailsendpoint- This is used to toggle extra available data when fetching cocktails
Changes
- ABV is now saved in the cocktails table with the cocktail #139
- Default results per page on
cocktailsresource increased to 25
Deprecated
- Property
user_idonCocktailschema will be removed in next release, useuser.idproperty instead - Property
main_ingredient_nameonCocktailschema will be removed in next release
Fixes
- Fixed boolean query filters not correctly filtering the results
- Fixed slugs with only numbers fetching by
idcolumn first instead ofslug#140 - Added missing cache clearing after importing data from zip file
- Fixed missing eager load of
userrelation when fetching cocktails - Fixed old cocktail ingredients not having correct ingredient sorting
- Fixed image extension detection sometimes falling back to jpg for no good reason