diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-03 16:09:38 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-03 16:09:38 +0200 |
| commit | 2319a6bf3c32407d387c45a522f20e23b7ba885f (patch) | |
| tree | 8d7186e5487ff2c01b5069a3f4630dce2c7d1b3a /requirements.txt | |
| parent | 365b911ba1288ccfb428602ba765750ad9d0a139 (diff) | |
| download | publisher-2319a6bf3c32407d387c45a522f20e23b7ba885f.tar.gz publisher-2319a6bf3c32407d387c45a522f20e23b7ba885f.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
