summaryrefslogtreecommitdiffstats
path: root/HANDOFF.md
AgeCommit message (Collapse)AuthorFilesLines
3 daysChore: updated todo and handoffHEADmasterDanilo M.1-4/+7
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-4/+4
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-5/+5
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 daysChore: updated handoff and todoDanilo M.1-2/+2
5 dayschore: update HANDOFF, TODO, and desktop entry for v1.3v1.3Danilo M.1-8/+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-6/+8
5 daysChore: updated handoff and todo listDanilo M.1-9/+6
5 dayschore: add CLAUDE.md, HANDOFF.md, design spec, implementation plan, ↵Danilo M.1-0/+18
frontmatter fixes