v0.6.1: follow linked recipes on sobors.hu, white favicon

- Sobors.hu parser: detect external links in instructions and follow them
  to scrape real recipe content (e.g. kiskegyed.hu linked recipes)
- Article-style ingredient fallback for sobors.hu pages without structured
  ingredient containers (h4 + ul > li plain text)
- Favicon changed to logo_notext_white.svg

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 18:18:54 +01:00
parent 45534391f0
commit baa63a43b2
4 changed files with 78 additions and 3 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## v0.6.1 (2026-02-24)
### Added
- Sobors.hu linked recipe support: when instructions link to another site (e.g. kiskegyed.hu), the scraper follows the link and imports the real recipe content
- Article-style ingredient fallback for sobors.hu pages without structured ingredient containers
### Changed
- Favicon updated to white logo variant (logo_notext_white.svg)
## v0.6.0 (2026-02-24)
### Added