v0.7.0: kiskegyed.hu parser, dual measurements, site links as URLs

- New parser for kiskegyed.hu: ingredients (with groups, dual measurements),
  instructions (ol > li > div), tags (section.tags)
- Dual measurement handling: "3 ek (70 g)" extracts alternate measurement
  to comment field
- Cross-site linking: kiskegyed→sobors links are followed to get full recipe
  (mirrors existing sobors→kiskegyed support)
- Supported sites now shown as clickable URLs in the import page
- supported_sites() returns dicts with name and url

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 18:45:25 +01:00
parent 0912311357
commit 20fabb84bf
4 changed files with 193 additions and 5 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## v0.7.0 (2026-02-24)
### Added
- Kiskegyed.hu parser: ingredients (with groups, dual measurements), instructions, tags
- Cross-site recipe linking: kiskegyed→sobors and sobors→kiskegyed links are followed automatically
- Dual measurement support: parenthesized alternate measurements (e.g. "3 ek (70 g)") extracted to comment field
### Changed
- Supported sites list now shows clickable URLs instead of plain text
## v0.6.1 (2026-02-24)
### Added