From 2319a6bf3c32407d387c45a522f20e23b7ba885f Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 3 May 2026 16:09:38 +0200 Subject: feat: propagate tag renames to articles after taxonomy save After saving TaxonomyView, detect renamed IT/EN tags by comparing old and new it_to_en dicts, then rewrite frontmatter of affected articles. Status bar shows count of updated articles. Taxonomy save failure aborts propagation. Adds pytest-qt and four unit tests for _detect_renames. Co-Authored-By: Claude Sonnet 4.6 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 112f3ac..1e1e770 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ PyQt6>=6.10.0,<6.11.0 tomlkit>=0.12.0 mistune>=3.0.0 +pytest-qt>=4.0.0 -- cgit v1.2.3