From 0e099ae50b5c64102f57e369da1f27e4b3bc95ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 14 Nov 2021 23:19:43 +0000 Subject: [PATCH] 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) --- CHANGELOG.md | 7 +++++++ UVtools.Core/UVtools.Core.csproj | 2 +- UVtools.WPF/App.axaml.cs | 1 - UVtools.WPF/SystemOS/Windows/USB.cs | 9 ++++++++- UVtools.WPF/UVtools.WPF.csproj | 2 +- build/CreateRelease.WPF.ps1 | 1 + 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 @@ https://github.com/sn4k3/UVtools https://github.com/sn4k3/UVtools MSLA/DLP, file analysis, calibration, repair, conversion and manipulation - 2.24.3 + 2.24.4 Copyright © 2020 PTRTECH UVtools.png AnyCPU;x64 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. + * 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 @@ LICENSE https://github.com/sn4k3/UVtools Git - 2.24.3 + 2.24.4 AnyCPU;x64 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