From ab78ae390a135d169c4d792e46211fcb3e4080b5 Mon Sep 17 00:00:00 2001 From: Dom Date: Thu, 2 Jul 2026 00:06:39 +0200 Subject: [PATCH] chore(version): bump 1.0.1 -> 1.0.2 (fixes client + installeur upgrade-safe) Nouvelle politique : versionner chaque livrable. 1.0.2 = httpx embed + capture JPEG + watchdog RDP + MAJ silencieuse (OFF) + installeur voie 1 (preserve identite, tue Lea, backup, purge). Source de verite = config.py (AGENT_VERSION) + Lea.iss (MyAppVersion). Co-Authored-By: Claude Opus 4.8 (1M context) --- agent_v0/agent_v1/config.py | 2 +- deploy/installer/Lea.iss | 2 +- deploy/installer/config_template.txt | 2 +- deploy/lea_package/config.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent_v0/agent_v1/config.py b/agent_v0/agent_v1/config.py index 0c50b01e5..a6c743596 100644 --- a/agent_v0/agent_v1/config.py +++ b/agent_v0/agent_v1/config.py @@ -27,7 +27,7 @@ if platform.system() == "Windows": except Exception: pass -AGENT_VERSION = os.environ.get("RPA_AGENT_VERSION", "1.0.1") +AGENT_VERSION = os.environ.get("RPA_AGENT_VERSION", "1.0.2") # Identifiant unique de la machine (utilisé pour le multi-machine) # Configurable via variable d'environnement, sinon auto-généré depuis hostname + OS diff --git a/deploy/installer/Lea.iss b/deploy/installer/Lea.iss index e6625df4b..515ed0955 100644 --- a/deploy/installer/Lea.iss +++ b/deploy/installer/Lea.iss @@ -23,7 +23,7 @@ ; ============================================================ #define MyAppName "Lea" -#define MyAppVersion "1.0.1" +#define MyAppVersion "1.0.2" #define MyAppPublisher "AIVANOV" #define MyAppURL "https://lea.labs.laurinebazin.design" #define MyAppExeName "Lea.bat" diff --git a/deploy/installer/config_template.txt b/deploy/installer/config_template.txt index f00440a38..96ea22aea 100644 --- a/deploy/installer/config_template.txt +++ b/deploy/installer/config_template.txt @@ -26,4 +26,4 @@ USER_ID= SERVER_URL=CONFIGURE_ME API_TOKEN=CONFIGURE_ME -AGENT_VERSION=1.0.1 +AGENT_VERSION=1.0.2 diff --git a/deploy/lea_package/config.txt b/deploy/lea_package/config.txt index e4e35ff83..921d3db7b 100644 --- a/deploy/lea_package/config.txt +++ b/deploy/lea_package/config.txt @@ -36,7 +36,7 @@ RPA_MACHINE_ID=CONFIGURE_ME RPA_USER_LABEL=CONFIGURE_ME # --- Parametres avances (ne pas modifier sauf indication) --- -RPA_AGENT_VERSION=1.0.1 +RPA_AGENT_VERSION=1.0.2 RPA_BLUR_SENSITIVE=false RPA_LOG_RETENTION_DAYS=180