From 8ef55e2e059470a4748c14f9e06c33924de53fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Thu, 7 Oct 2021 04:39:30 +0100 Subject: v2.23.5 - (Fix) Odd crash when detecing for resin trap issues which was duplicating contours --- CHANGELOG.md | 4 ++++ UVtools.Core/Extensions/ParallelExtensions.cs | 1 + UVtools.Core/UVtools.Core.csproj | 2 +- UVtools.WPF/UVtools.WPF.csproj | 2 +- 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(this ParallelQuery source, Action 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 @@ https://github.com/sn4k3/UVtools https://github.com/sn4k3/UVtools MSLA/DLP, file analysis, calibration, repair, conversion and manipulation - 2.23.4 + 2.23.5 Copyright © 2020 PTRTECH UVtools.png AnyCPU;x64 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 @@ LICENSE https://github.com/sn4k3/UVtools Git - 2.23.4 + 2.23.5 AnyCPU;x64 -- cgit v1.2.3