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>2022-08-30 21:08:15 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-08-30 21:08:15 +0300
commit9b2cb427a5f87790f5e5dcbe33c3fce3d4f20396 (patch)
tree7e35ad6ab1974cb12291aeee0e46021d58717786 /UVtools.Core
parent94aae77bb53d0225db8d0504f8b946f26cc25d74 (diff)
v3.6.3v3.6.3
- **File formats:** - **Anycubic file format:** - (Add) Compatibility with the next version 517 of the format - (Improvement) Discovered and implemented more unknown fields - (Improvement) Dispose layer RLE bytes after encoding - (Fix) When creating or converting to anycubic file, it don't set the extra table mark name - (Fix) Only attempt to activate the advanced mode (TSMC) when the BottomLiftHeight2 or LiftHeight2 gets changed - (Add) Methods: `OnBeforeEncode` and `OnAfterEncode` - (Improvement) `IsUsingTSMC` now also checks for BottomLiftHeight2 and BottomRetractHeight2 - (Fix) OSF: Can't decode some files - (Fix) Undo cause application to crash (#543)
Diffstat (limited to 'UVtools.Core')
-rw-r--r--UVtools.Core/UVtools.Core.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/UVtools.Core.csproj b/UVtools.Core/UVtools.Core.csproj
index ad1e2e3..691b7bd 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>3.6.2</Version>
+ <Version>3.6.3</Version>
<Copyright>Copyright © 2020 PTRTECH</Copyright>
<PackageIcon>UVtools.png</PackageIcon>
<Platforms>AnyCPU;x64</Platforms>