summaryrefslogtreecommitdiffstats
path: root/HANDOFF.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-05 09:46:12 +0200
committerDanilo M. <danix@danix.xyz>2026-05-05 09:46:12 +0200
commitc83dbcb2401b9d599ae9ceddcb4c88eb49a9b1aa (patch)
tree16567598e0eeda18c2cfd958209f673619ec9dff /HANDOFF.md
parent3ca381250abeee149422d553ee84b19b1f99dea2 (diff)
downloadpublisher-c83dbcb2401b9d599ae9ceddcb4c88eb49a9b1aa.tar.gz
publisher-c83dbcb2401b9d599ae9ceddcb4c88eb49a9b1aa.zip
Chore: updated handoff and todo
Diffstat (limited to 'HANDOFF.md')
-rw-r--r--HANDOFF.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HANDOFF.md b/HANDOFF.md
index 4cc7339..30cec4f 100644
--- a/HANDOFF.md
+++ b/HANDOFF.md
@@ -8,7 +8,7 @@ What was confirmed:
All 34 tests pass. pytest-qt added to requirements.txt for the _detect_renames unit tests. The body-erasure bug was pre-existing since v1.0 — any article saved through FrontmatterEditor before this fix lost its content. MultiTokenCompleter does not call widget.setCompleter() because that re-enables Qt's built-in single-token prefix logic. Tag rename propagation is transactional: taxonomy save failure aborts propagation entirely. v1.3 tagged and pushed.
Still in progress:
- Nothing was left open in this session. Remaining TODO items are: font size spinner in SetupDialog, and transart backend availability validation using OLLAMA_HOST.
+ Nothing was left open in this session. Continue with items from the TODO.md list.
Next steps:
- Two TODO items remain. Suggested order: (1) font size spinner in SetupDialog (ui/setup_dialog.py) — add QSpinBox, save via Config.save(), re-apply with app.setFont(); (2) transart backend availability check using OLLAMA_HOST — validate before translation starts or disable the translate button with a popup reminder to activate RunPod.
+ Many TODO items remain. Suggested order: (1) fix the taxonomies bug when modifying from the frontmatter editor; (2) transart backend availability check using OLLAMA_HOST — validate before translation starts or disable the translate button with a popup reminder to activate RunPod. (3) font size spinner in SetupDialog (ui/setup_dialog.py) — add QSpinBox, save via Config.save(), re-apply with app.setFont();