| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 3 days | feat: check OLLAMA_HOST reachability before starting translationv1.6 | Danilo M. | 2 | -0/+38 | |
| Non-blocking QThread check hits /api/tags on the resolved ollama host before launching TranslationWorker. Shows QMessageBox.warning() if unreachable; proceeds silently if reachable. Adds ollama_host field to Config with env-var fallback to http://localhost:11434. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 3 days | fix: use lowercase article types and restore selection in FrontmatterEditor | Danilo M. | 1 | -2/+2 | |
| ARTICLE_TYPES lowercased to match Hugo theme expectations. FrontmatterEditor now matches the existing frontmatter value case-insensitively so the correct type is selected rather than defaulting to the first item. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 5 days | feat: propagate tag renames to articles after taxonomy save | Danilo M. | 1 | -0/+33 | |
| After saving TaxonomyView, detect renamed IT/EN tags by comparing old and new it_to_en dicts, then rewrite frontmatter of affected articles. Status bar shows count of updated articles. Taxonomy save failure aborts propagation. Adds pytest-qt and four unit tests for _detect_renames. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 5 days | feat: add meta_type, meta_tags, meta_categories, meta_date properties to Article | Danilo M. | 1 | -0/+45 | |
| 5 days | chore: add CLAUDE.md, HANDOFF.md, design spec, implementation plan, ↵ | Danilo M. | 1 | -1/+7 | |
| frontmatter fixes | |||||
| 5 days | fix: narrow exception clause to ValueError/OSError, add corrupt frontmatter test | Danilo M. | 1 | -0/+8 | |
| 5 days | feat: article scanner with translation pair detection | Danilo M. | 1 | -0/+41 | |
| 5 days | feat: taxonomy load/save with IT/EN pair alignment | Danilo M. | 1 | -0/+43 | |
| 7 days | feat: TOML frontmatter parse/write with tomlkit | Danilo M. | 1 | -0/+49 | |
| 7 days | feat: Article dataclass and ARTICLE_TYPES | Danilo M. | 1 | -0/+36 | |
| 7 days | fix: clean up config module - remove self-import pattern, pass path ↵ | Danilo M. | 1 | -14/+10 | |
| explicitly in tests | |||||
| 7 days | feat: config load/save with tomlkit | Danilo M. | 1 | -0/+29 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 7 days | chore: initial project scaffold | Danilo M. | 1 | -0/+0 | |
