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:
@@ -27,7 +27,7 @@ if platform.system() == "Windows":
|
|||||||
except Exception:
|
except Exception:
|
||||||
pass
|
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)
|
# Identifiant unique de la machine (utilisé pour le multi-machine)
|
||||||
# Configurable via variable d'environnement, sinon auto-généré depuis hostname + OS
|
# Configurable via variable d'environnement, sinon auto-généré depuis hostname + OS
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
; ============================================================
|
; ============================================================
|
||||||
|
|
||||||
#define MyAppName "Lea"
|
#define MyAppName "Lea"
|
||||||
#define MyAppVersion "1.0.1"
|
#define MyAppVersion "1.0.2"
|
||||||
#define MyAppPublisher "AIVANOV"
|
#define MyAppPublisher "AIVANOV"
|
||||||
#define MyAppURL "https://lea.labs.laurinebazin.design"
|
#define MyAppURL "https://lea.labs.laurinebazin.design"
|
||||||
#define MyAppExeName "Lea.bat"
|
#define MyAppExeName "Lea.bat"
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ USER_ID=
|
|||||||
SERVER_URL=CONFIGURE_ME
|
SERVER_URL=CONFIGURE_ME
|
||||||
API_TOKEN=CONFIGURE_ME
|
API_TOKEN=CONFIGURE_ME
|
||||||
|
|
||||||
AGENT_VERSION=1.0.1
|
AGENT_VERSION=1.0.2
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ RPA_MACHINE_ID=CONFIGURE_ME
|
|||||||
RPA_USER_LABEL=CONFIGURE_ME
|
RPA_USER_LABEL=CONFIGURE_ME
|
||||||
|
|
||||||
# --- Parametres avances (ne pas modifier sauf indication) ---
|
# --- Parametres avances (ne pas modifier sauf indication) ---
|
||||||
RPA_AGENT_VERSION=1.0.1
|
RPA_AGENT_VERSION=1.0.2
|
||||||
RPA_BLUR_SENSITIVE=false
|
RPA_BLUR_SENSITIVE=false
|
||||||
RPA_LOG_RETENTION_DAYS=180
|
RPA_LOG_RETENTION_DAYS=180
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user