summaryrefslogtreecommitdiffstats
path: root/TODO.md
AgeCommit message (Collapse)AuthorFilesLines
3 daysChore: updated todo and handoffHEADmasterDanilo M.1-3/+3
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-12/+13
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 daysfeat: run npm build before hugo server and add manual Build CSS buttonv1.5Danilo M.1-3/+3
NpmWorker (QObject+QProcess) runs `npm run build` in the blog repo. HugoPanel sequences: build CSS → start hugo on Avvia. A separate "Build CSS" button allows rebuilding Tailwind while the server runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysfix: use lowercase article types and restore selection in FrontmatterEditorDanilo 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>
3 daysfix: render and save list-typed frontmatter fields (categories) correctlyDanilo M.1-7/+13
FrontmatterEditor was only handling tags as a list; categories fell through to str(val) which produced Python repr output in the widget and wrote corrupted TOML strings on save. Extend display and save logic to all list-typed frontmatter fields generically. Also update TODO with new bugs and reorganise frontmatter section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysChore: updated handoff and todoDanilo M.1-9/+24
5 dayschore: update HANDOFF, TODO, and desktop entry for v1.3v1.3Danilo M.1-5/+5
Mark tag autocomplete and rename propagation as complete in TODO. Update desktop entry Exec path and Icon to match installed location. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 daysChore: updated TODO and HANDOFF.Danilo M.1-2/+10
5 daysChore: updated handoff and todo listDanilo M.1-0/+8
5 daysdocs: add font size spinner to TODODanilo M.1-0/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 daysdocs: add TODO.md tracking remaining known gapsDanilo M.1-0/+13
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>