• v0.11 64a1b18951

    sochen released this 2026-03-04 21:49:51 -08:00 | 38 commits to master since this release

    Sprint 7 Changes

    Emoji on Vocab Cards

    Emoji extracted from meanings (🥑 avocado, 🍎 apple…) and displayed prominently on card back. Meaning text is cleaned.

    Hebrew Prepositions

    Hebrew parentheticals like (על) extracted from English meaning and displayed inline after the Hebrew word on both card sides.

    Conjugation Card Reduction (~630 fewer cards)

    Present-tense expansion now picks 1 pronoun per form key (seeded RNG, deterministic per verb). past_3p picks 1 gender. 1st-person forms gain a gender label (זכר/נקבה).
    Total conjugation cards: 1,834 (was ~2,464).

    Renamed: Hebrew Flash Cards

    • Output files: hebrew_vocabulary.apkg, hebrew_conjugations.apkg
    • Anki deck names: "Hebrew Vocabulary", "Hebrew Conjugations"
    • Anki model name: "Hebrew Flash Cards"
    • No study data loss: deck IDs and note GUIDs unchanged.

    Vocab Audio Infrastructure

    Scraper now captures data-audio URLs from pealim.com list pages into CSV. Audio download step reads directly from CSV (no extra scraping needed).

    Bug Fix

    Deduplicate source CSV entries with identical Hebrew words to prevent GUID collisions (eliminated 149 duplicate entries).

    Downloads