From 97db4b16141bc747169a26b48101dfcaf42142c5 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 25 Jun 2026 12:06:32 +0200 Subject: [PATCH] Cambio versione per rilascio a cliente --- UpdateLog.txt | 5 +++++ Version.lua | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 489b829..b4fed34 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,10 @@ ==== Beam Update Log ==== +Versione 3.1f3 (25/06/2026) +- Modif : LapJoint - migliorata gestione BirdsMouth con più di 3 facce +- Modif : Per identificare feature di testa, oltre che verificare se sia troncante, si controlla anche la feature taglio +- Added : LapJoint - CleanCorner per tasche a 3 facce a U + Versione 3.1f2 (18/06/2026) - Added : Gestione svuotature in doppio tipo NT diff --git a/Version.lua b/Version.lua index 7b46ba6..60f155f 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '3.1f2' +VERSION = '3.1f3' MIN_EXE = '3.1b1'