Breaking
Chrome headless is no longer optional. This significantly improved parsing.
chrome-headless:
image: zenika/alpine-chrome:latest
container_name: chrome-headless
restart: unless-stopped
command:
- "--no-sandbox"
- "--disable-gpu"
- "--disable-dev-shm-usage"
- "--remote-debugging-address=0.0.0.0"
- "--remote-debugging-port=3000"
- "--headless"
ports:
- "3003:3000"
What's Changed
- Ability to change the prompts used in settings => admin
- Improved transcriber logic
- Double tapping/clicking planned recipes opens the recipe page
- small icon that opens the original recipe page
- Add recipes button now opens a dropdown instead of instantly redirecting to the manual creation.
- Support for trusting additional origins using the
TRUSTED_ORIGINSflag. This can be any comma separated string - Fixes: User menu remaining open when clicking import
- Fixes: Text truncation no longer uses the tailwind truncate class in the calendar
- Fixes: Comma decimals being parsed as nothing so 2,5 ended up as 25
- Fixes: Unicode character handling