summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
12 daysfeat: add multi-token autocomplete for categories in FrontmatterEditorv1.4Danilo M.1-1/+7
12 daysfix: use lowercase article types and restore selection in FrontmatterEditorDanilo M.4-6/+7
12 daysfix: render and save list-typed frontmatter fields (categories) correctlyDanilo M.2-8/+17
12 daysChore: updated handoff and todoDanilo M.2-11/+26
2026-05-03chore: update HANDOFF, TODO, and desktop entry for v1.3v1.3Danilo M.3-15/+12
2026-05-03fix: preserve article body when saving frontmatterDanilo M.1-2/+3
2026-05-03feat: propagate tag renames to articles after taxonomy saveDanilo M.3-2/+87
2026-05-03feat: multi-token tag autocomplete in FrontmatterEditorDanilo M.1-3/+36
2026-05-03fix: always set explicit foreground color on ArticleItemv1.2Danilo M.1-0/+2
2026-05-03feat: add keyboard shortcuts (Ctrl+Q/N/R/1/2/T)Danilo M.1-0/+14
2026-05-03feat: wire Traduci button in MissingTranslationViewDanilo M.2-3/+22
2026-05-03feat: add Categories tab to TaxonomyViewDanilo M.2-5/+109
2026-05-03feat: add typora_args config field for Wayland launch flagsDanilo M.4-4/+16
2026-05-03Chore: updated TODO and HANDOFF.Danilo M.6-10/+240
2026-05-03fix: replace text elide workarounds with QStyledItemDelegate for proper two-l...v1.1Danilo M.1-12/+50
2026-05-03fix: disable text elision on article lists so metadata shows fullyDanilo M.1-0/+3
2026-05-03fix: enable word wrap on article list widgets to prevent text truncationDanilo M.1-0/+3
2026-05-03fix: remove stale f-string prefix on badge strings, reset size hint in Missin...Danilo M.1-2/+3
2026-05-03feat: show type, date, tags, categories in article list rowsDanilo M.1-5/+23
2026-05-03feat: add meta_type, meta_tags, meta_categories, meta_date properties to ArticleDanilo M.2-0/+74
2026-05-03Chore: updated handoff and todo listDanilo M.2-9/+14
2026-05-03fix: update desktop entry paths to /opt/my-publisherv1.0Danilo M.1-2/+2
2026-05-03feat: add assets dir with desktop entry and blogilo.svg iconDanilo M.2-0/+66
2026-05-03docs: add font size spinner to TODODanilo M.1-0/+4
2026-05-03feat: add font_size config option, apply at startupDanilo M.2-0/+8
2026-05-03docs: add TODO.md tracking remaining known gapsDanilo M.1-0/+13
2026-05-03chore: add CLAUDE.md, HANDOFF.md, design spec, implementation plan, frontmatt...Danilo M.6-2/+2977
2026-05-03fix: stop double stopped emit, restore race, worker leak, encapsulation, git ...Danilo M.5-4/+12
2026-05-03feat: complete my-publisher app — all views wired and workingDanilo M.1-0/+5
2026-05-03feat: media view with drag-drop upload and clipboard path copyDanilo M.2-6/+99
2026-05-03feat: taxonomy view with IT/EN pair table and orphan detectionDanilo M.2-1/+138
2026-05-03feat: hugo server panel with start/stop and log streamingDanilo M.2-1/+82
2026-05-03feat: git view with status, pull/push, and deleted article restoreDanilo M.2-3/+165
2026-05-03feat: translation view with QProcess streaming and post-translation previewDanilo M.2-2/+124
2026-05-03feat: new article stub creation with Typora openDanilo M.2-2/+105
2026-05-03fix: remove dead code/imports, wrap fm column in QScrollArea, fix path displa...Danilo M.3-12/+13
2026-05-03feat: frontmatter editor dialog with type dropdown and tag autocompleteDanilo M.1-0/+85
2026-05-03feat: article detail panel with frontmatter display and markdown previewDanilo M.1-0/+132
2026-05-03feat: articles view with IT/EN tabs and missing translation highlightDanilo M.2-3/+133
2026-05-03fix: wire badge into sidebar layout, remove unused QFont/QSizePolicy importsDanilo M.1-3/+11
2026-05-03feat: main window with sidebar navigation and file watcherDanilo M.3-0/+212
2026-05-03fix: correct remove_article return type, emit started via QProcess signalDanilo M.2-2/+2
2026-05-03feat: TranslationWorker QProcess for transart.py streamingDanilo M.1-0/+48
2026-05-03feat: HugoWorker QProcess with log streamingDanilo M.1-0/+49
2026-05-03feat: GitWorker QThread for pull/push/rm/restoreDanilo M.1-0/+72
2026-05-03fix: narrow exception clause to ValueError/OSError, add corrupt frontmatter testDanilo M.2-1/+9
2026-05-03feat: article scanner with translation pair detectionDanilo M.2-0/+75
2026-05-03fix: remove unused field import, document orphan-discard contract in save_tax...Danilo M.1-1/+2
2026-05-03feat: taxonomy load/save with IT/EN pair alignmentDanilo M.2-0/+66
2026-05-01feat: TOML frontmatter parse/write with tomlkitDanilo M.2-0/+77