0.3.0
What's Changed
- Few-shot learning from editor-corrected Babbel stories by @rmens in #7
- Fix three few-shot reliability issues by @rmens in #9
- Use post title as Babbel story title and keep it in sync by @rmens in #8
- Fix missing translation strings for title sync by @rmens in #10
Upgrade
The title_prompt setting is automatically removed on plugin activation. To clean it up manually:
UPDATE wp_options
SET option_value = REPLACE(option_value, 's:12:"title_prompt";s:0:"";', '')
WHERE option_name = 'knabbel_settings';Full Changelog: 0.2.10...0.3.0