mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
v3.8.3
- **UVtoolsCmd:**
- **print-properties:**
- (Change) `-b`, `--base` option to `-a`, `-all` to indicate all properties and sub-properties, now defaults to only show base properties
- (Add) `-r`, `--range` option to prints only the matching layer(s) index(es) in a range
- (Add) `-i`, `--indexes` option to prints only the matching layer(s) index(es)
- (Add) Command: `set-properties <input-file> <property=value> Set properties in a file or to it layers with new values`
- (Add) Command: `print-issues <input-file> Detect and print issues in a file`
- (Add) New option to the `run` command: `-p, --property <property=value> Set a property with a new value (Compatible with operations only)`
- (Remove) Command: `print-layers` as it has been moved to `print-properties`, use `-r :` to obtain same result as default on `print-layers`
- **Issues:**
- (Fix) Issues groups with only one issue was displaying the wrong area value
- (Fix) Volume incorrectly calculated, resulting in a high value for group of issues
- (Fix) Incorrect calculation of the bounding rectangle for a group of issues
- **Repair layers:**
- (Add) Switch to opt between "Re-detect the selected issues before repair" and "Use and repair the previous detected issues" (Default)
- (Improvement) Do not allow to run the tool if there are no detected issues when the option "Use and repair the previous detected issues" is selected
- (Improvement) Linux: Recompile libcvextern.so on a older system to be able to run on both older and newest system (#603)
- (Upgrade) .NET from 6.0.10 to 6.0.11
This commit is contained in:
@@ -320,8 +320,8 @@
|
||||
<Component Id="cmpE35DDB3C925C83E74C7DAAE6FEA6C156" Guid="*">
|
||||
<File Id="filEAEAE1CB9E8AC1FF00B05453ABEE2ADF" KeyPath="yes" Source="$(var.HarvestPath)\mscordaccore.dll" />
|
||||
</Component>
|
||||
<Component Id="cmp512821EEEEE08D5AC2E2CEA01FDB1ABE" Guid="*">
|
||||
<File Id="fil44B372C655F54FBD2A2C09F0E183A476" KeyPath="yes" Source="$(var.HarvestPath)\mscordaccore_amd64_amd64_6.0.1022.47605.dll" />
|
||||
<Component Id="cmp7FE735164884E23E3A78C7D52A84A02E" Guid="*">
|
||||
<File Id="filF23EC789015B97CDD2EEC3398CD076F0" KeyPath="yes" Source="$(var.HarvestPath)\mscordaccore_amd64_amd64_6.0.1122.52304.dll" />
|
||||
</Component>
|
||||
<Component Id="cmpA5ABEAD31F33B1E5825EC6F159ABFB0F" Guid="*">
|
||||
<File Id="fil1A6B0EBD5A5BF8DD0582A2665D3492F1" KeyPath="yes" Source="$(var.HarvestPath)\mscordbi.dll" />
|
||||
@@ -1687,7 +1687,7 @@
|
||||
<ComponentRef Id="cmp3E4F3E4686A9B425B5812E5171CCDEEF" />
|
||||
<ComponentRef Id="cmp16861E24C897764CA922EC062BA74EC9" />
|
||||
<ComponentRef Id="cmpE35DDB3C925C83E74C7DAAE6FEA6C156" />
|
||||
<ComponentRef Id="cmp512821EEEEE08D5AC2E2CEA01FDB1ABE" />
|
||||
<ComponentRef Id="cmp7FE735164884E23E3A78C7D52A84A02E" />
|
||||
<ComponentRef Id="cmpA5ABEAD31F33B1E5825EC6F159ABFB0F" />
|
||||
<ComponentRef Id="cmp5D6845991403E371A015DF7EBDF71F13" />
|
||||
<ComponentRef Id="cmp57B8361D25AD503DC733F4039E5A38B0" />
|
||||
|
||||
Reference in New Issue
Block a user