chore: GUI v5.4 — version bump + étape 1 formats listés

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 22:42:51 +01:00
parent 63a4a013a2
commit dcccd60c39

View File

@@ -86,7 +86,7 @@ except ImportError:
# Constantes
# ---------------------------------------------------------------------------
APP_TITLE = "Pseudonymisation de vos documents"
APP_VERSION = "v5.0"
APP_VERSION = "v5.4"
def _app_dir() -> Path:
"""Répertoire racine de l'application (compatible Nuitka standalone)."""
@@ -394,7 +394,7 @@ class App:
# ÉTAPE 1 — Choix du dossier
# =============================================================
tk.Label(
main, text="1. Choisir les documents", font=self._f_body_bold,
main, text="1. Choisir les documents ou fichiers (PDF, Word, Images, Texte)", font=self._f_body_bold,
bg=CLR_BG, fg=CLR_TEXT, anchor="w",
).pack(fill=tk.X, padx=pad_x, pady=(0, 6))