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-11-15 02:19:43 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-11-15 02:19:43 +0300
commit0e099ae50b5c64102f57e369da1f27e4b3bc95ad (patch)
tree6b5a29f2dcd5d3ba0c6dec3d3338d8d7e2ce114e
parent48c2c10cfd77005d9eb77a2042c23e916a700c16 (diff)
v2.24.4v2.24.4
- **File - Send to - Device** - (Add) Progress with the transfered megabyte(s) and allow to cancel the transfer - (Add) It will prompt for drive ejection [Configurable - On by default] [Windows only] (#340) - (Fix) PhotonS: Some slicers will not fill the pixel RLE to the end when the remaining pixels are trailing black, this was triggering error on read because data checksum was incomplete, ignoring checksum now (#344)
-rw-r--r--CHANGELOG.md7
-rw-r--r--UVtools.Core/UVtools.Core.csproj2
-rw-r--r--UVtools.WPF/App.axaml.cs1
-rw-r--r--UVtools.WPF/SystemOS/Windows/USB.cs9
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj2
-rw-r--r--build/CreateRelease.WPF.ps11
6 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 004ddf6..86f9dec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 14/11/2021 - v2.24.4
+
+- **File - Send to - Device**
+ - (Add) Progress with the transfered megabyte(s) and allow to cancel the transfer
+ - (Add) It will prompt for drive ejection [Configurable - On by default] [Windows only] (#340)
+- (Fix) PhotonS: Some slicers will not fill the pixel RLE to the end when the remaining pixels are trailing black, this was triggering error on read because data checksum was incomplete, ignoring checksum now (#344)
+
## 12/11/2021 - v2.24.3
- (Upgrade) .NET from 5.0.11 to 5.0.12
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index b816934..dc66e2b 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.24.3</Version>
+ <Version>2.24.4</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>
diff --git a/UVtools.WPF/App.axaml.cs b/UVtools.WPF/App.axaml.cs
index badd7bf..ab9c6cd 100644
--- a/UVtools.WPF/App.axaml.cs
+++ b/UVtools.WPF/App.axaml.cs
@@ -12,7 +12,6 @@ using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
-using System.Runtime.InteropServices;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;
diff --git a/UVtools.WPF/SystemOS/Windows/USB.cs b/UVtools.WPF/SystemOS/Windows/USB.cs
index 4c96e59..5a81239 100644
--- a/UVtools.WPF/SystemOS/Windows/USB.cs
+++ b/UVtools.WPF/SystemOS/Windows/USB.cs
@@ -1,4 +1,11 @@
-using System;
+/*
+ * GNU AFFERO GENERAL PUBLIC LICENSE
+ * Version 3, 19 November 2007
+ * Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ * Everyone is permitted to copy and distribute verbatim copies
+ * of this license document, but changing it is not allowed.
+ */
+using System;
using System.Runtime.InteropServices;
using System.Threading;
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 7efce1d..38e0b02 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.24.3</Version>
+ <Version>2.24.4</Version>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index f1fc18f..58b3766 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -34,6 +34,7 @@ Set-Location $PSScriptRoot\..
####################################
$enableMSI = $true
#$buildOnly = 'win-x64'
+#$buildOnly = 'linux-x64'
#$buildOnly = 'osx-x64'
$enableNugetPublish = $true
# Profilling