Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-10-07 06:39:30 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-10-07 06:39:30 +0300
commit8ef55e2e059470a4748c14f9e06c33924de53fd1 (patch)
treedfe7cc3631590a5d6f6fe38b7d2cd26b689195e5
parent5627ad38cf8152f2a1170a72a2709289147b4c7e (diff)
v2.23.5v2.23.5
- (Fix) Odd crash when detecing for resin trap issues which was duplicating contours
-rw-r--r--CHANGELOG.md4
-rw-r--r--UVtools.Core/Extensions/ParallelExtensions.cs1
-rw-r--r--UVtools.Core/UVtools.Core.csproj2
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj2
4 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f6eac6..165658c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 07/10/2021 - v2.23.5
+
+- (Fix) Odd crash when detecing for resin trap issues which was duplicating contours
+
## 04/10/2021 - v2.23.4
- (Fix) RGB images was preventing file open/save/convertion
diff --git a/UVtools.Core/Extensions/ParallelExtensions.cs b/UVtools.Core/Extensions/ParallelExtensions.cs
index 45d54af..2f747ad 100644
--- a/UVtools.Core/Extensions/ParallelExtensions.cs
+++ b/UVtools.Core/Extensions/ParallelExtensions.cs
@@ -15,6 +15,7 @@ namespace UVtools.Core.Extensions
{
public static class ParallelExtensions
{
+ //public static readonly ParallelOptions ParallelSingleThread = new() { MaxDegreeOfParallelism = 1 };
public static void ForAllInApproximateOrder<TSource>(this ParallelQuery<TSource> source, Action<TSource> action)
{
Partitioner.Create(source)
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index 4fcd3ee..1a240dc 100644
--- a/UVtools.Core/UVtools.Core.csproj
+++ b/UVtools.Core/UVtools.Core.csproj
@@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<PackageProjectUrl>https://github.com/sn4k3/UVtools</PackageProjectUrl>
<Description>MSLA/DLP, file analysis, calibration, repair, conversion and manipulation</Description>
- <Version>2.23.4</Version>
+ <Version>2.23.5</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 07f8ebd..eef7830 100644
--- a/UVtools.WPF/UVtools.WPF.csproj
+++ b/UVtools.WPF/UVtools.WPF.csproj
@@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
- <Version>2.23.4</Version>
+ <Version>2.23.5</Version>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>