Skip to content

Releases: karlomikus/vue-salt-rim

v1.8.0

25 Mar 17:07
8d5f01f
Compare
Choose a tag to compare

New

  • Added internationalization
    • Currently supports English (US) and Croatian
    • Checkout src/locales/ folder if you are intereseted in contributing a new language
  • You can now share public link of a cocktail recipe
  • You can now change bar name and description, this will update the application logo
  • Added print button to print pages
  • Added Meilisearch version to footer

Fixes

  • Fixed container overflow on shelf page on smaller screens
  • Fixed inconsistencies with unit conversion when adding ingredients

New Contributors

v1.7.1

20 Mar 17:16
fe7ea72
Compare
Choose a tag to compare

Fixes

  • Fix nginx post body size #62

v1.7.0

13 Mar 21:50
842fbb0
Compare
Choose a tag to compare

New

  • You can now upload multiple cocktail images
    • You can sort images, first one in the list is used for default thumbnail
  • Added confirm dialogs
  • Selected fluid units are now also used as default when adding ingredients #60

Changes

  • Updated UI styling
  • Version now automatically updated from github ref

v1.6.0

25 Feb 10:02
9b998dc
Compare
Choose a tag to compare

Official docker image moved to barassistant/salt-rim.

Check here to learn more about it.

v1.5.1

17 Feb 19:11
fb4d538
Compare
Choose a tag to compare

Fixes

  • Fix pagination when there is a lot of data

v1.5.0

13 Feb 17:53
b6c43e4
Compare
Choose a tag to compare

New

  • Added form for cocktail scraping
  • Added ingredient variety updating
  • Added 404 page

Changes

  • Updated PWA icons
  • Docker image now uses nginx for serving the application

Fixes

  • Fixed rating not changing when selecting a different cocktail

v1.4.1

28 Jan 15:46
a20366f
Compare
Choose a tag to compare

Fixes

  • Auto-update PWA cache on version change
  • Fix sort not updating when cocktail ingredient sort attribute is duplicated or missing

v1.4.0

26 Jan 18:11
7aec418
Compare
Choose a tag to compare

New

  • You can now sort cocktail ingredients by dragging and dropping
    • Putting ingredient on first place will mark it as a main ingredient of the cocktail

Changes

  • Updated cocktails list page
    • Now includes more filters: main ingredient, strength, method
  • Use theme for instantsearch components
  • Updated cocktail page
    • Added more details: calculated ABV, method, average rating
  • Move links from shelf to navigation

v1.3.0

08 Jan 14:58
62549a0
Compare
Choose a tag to compare

New

  • Added tag management to settings
  • Added shopping list page
    • View all items on your shopping list
    • You can now print your shopping list

Changes

  • Updated ingredients page
    • Now includes filters and searching similar to cocktails
    • You can now add ingredients to shopping list directly from the grid
    • Added filters: Category, Origin and Strength
  • Updated shelf page
    • Now includes application stats
    • Removed shelf cocktails, favorites and shopping list grid view
    • Added 3 columns with: Latest cocktails, Latest shopping list items and Favorite cocktails
  • Refactored behavior of cocktail shelf and favorites filters
  • Small styling changes
    • Updated default fonts
    • Expanded default container width
  • Updated instantsearch routing handling

Work In Progress

  • Started work on PWA features
    • Still needs a lot of testing

v1.2.0

02 Jan 21:31
bd37894
Compare
Choose a tag to compare

New

  • Added cocktail recipe printing
  • Added users management
  • Check for admin permissions on some actions

Fixes

  • Show user rating instead of average rating in cocktail details
  • Correctly handle dropdown click away when multiple dropdowns are present
  • Add missing loader on ingredient form