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 /CHANGELOG.md
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)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 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