- added the ability to set static root dir via
.env
(thanks to wilmardo #3637) - improved advanced search added to navigation, saves previously enabled filters and resetting search form only sets default value and does not remove the filter
- improved all date pickers use proper locale format
- improved indicate truncation of meal type name in shopping list item info row
- improved click handling in shopping line items to prevent opening dialog when missing button
- improved made snackbars for success messages less obstructive
- fixed step text in dark mode sometimes not visible
- fixed advanced search page #3676
- fixed wrong precision on VNumberInputs due to vuetify update change (#3662, #3668, all other number inputs)
- fixed recipe rating allowing decimals but database not supporting that #3669
- fixed external PDF viewer
- fixed not correctly using fallback locale when configured locale is missing values #3670
- fixed creation indicator on ModelSelect not very visible in dark mode