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) <noreply@anthropic.com>
This commit is contained in:
Dom
2026-07-02 00:06:39 +02:00
parent e59489e2cd
commit ab78ae390a
4 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -26,4 +26,4 @@ USER_ID=
SERVER_URL=CONFIGURE_ME
API_TOKEN=CONFIGURE_ME
AGENT_VERSION=1.0.1
AGENT_VERSION=1.0.2

View File

@@ -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