| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 3 days | feat: check OLLAMA_HOST reachability before starting translationv1.6 | Danilo M. | 1 | -0/+7 | |
| 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 | -1/+1 | |
| 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: add Categories tab to TaxonomyView | Danilo M. | 1 | -0/+8 | |
| Single-list editor for docs/categories.txt with article usage counts scanned from frontmatter. Supports multi-select delete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 5 days | feat: add typora_args config field for Wayland launch flags | Danilo M. | 1 | -0/+3 | |
| Allows passing extra CLI args (e.g. --ozone-platform=wayland) to Typora at launch without baking them into the binary path. 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/+29 | |
| 5 days | feat: add font_size config option, apply at startup | Danilo M. | 1 | -0/+3 | |
| Reads font_size (int, default 10) from config.toml and sets it as the app-wide QFont point size before the main window is shown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 5 days | chore: add CLAUDE.md, HANDOFF.md, design spec, implementation plan, ↵ | Danilo M. | 1 | -1/+1 | |
| frontmatter fixes | |||||
| 5 days | fix: narrow exception clause to ValueError/OSError, add corrupt frontmatter test | Danilo M. | 1 | -1/+1 | |
| 5 days | feat: article scanner with translation pair detection | Danilo M. | 1 | -0/+34 | |
| 5 days | fix: remove unused field import, document orphan-discard contract in ↵ | Danilo M. | 1 | -1/+2 | |
| save_taxonomy | |||||
| 5 days | feat: taxonomy load/save with IT/EN pair alignment | Danilo M. | 1 | -0/+23 | |
| 7 days | feat: TOML frontmatter parse/write with tomlkit | Danilo M. | 1 | -0/+28 | |
| 7 days | feat: Article dataclass and ARTICLE_TYPES | Danilo M. | 1 | -0/+15 | |
| 7 days | fix: clean up config module - remove self-import pattern, pass path ↵ | Danilo M. | 1 | -12/+7 | |
| explicitly in tests | |||||
| 7 days | feat: config load/save with tomlkit | Danilo M. | 1 | -0/+40 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 7 days | chore: initial project scaffold | Danilo M. | 1 | -0/+0 | |
