mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 22/08/2021 - v2.19.3
|
||||
|
||||
- (Fix) CTB: Corrupt and unprintable file when saving (#270)
|
||||
|
||||
## 21/08/2021 - v2.19.2
|
||||
|
||||
- **File Formats:**
|
||||
|
||||
+2
-2
@@ -29,7 +29,6 @@
|
||||
- For beta testing new features
|
||||
|
||||
# Supporters / Contributors
|
||||
|
||||
- https://github.com/sponsors/sn4k3
|
||||
- Ingo Strohmenger
|
||||
- Sven Vogt
|
||||
@@ -63,4 +62,5 @@
|
||||
- Thomas Wilbert
|
||||
- Gary Kyle
|
||||
- Peter Csaki
|
||||
- Chris Luginbuhl
|
||||
- Chris Luginbuhl
|
||||
- Tim Savage
|
||||
@@ -623,7 +623,11 @@ namespace UVtools.Core.FileFormats
|
||||
Parent = parent;
|
||||
SetFrom(layer);
|
||||
|
||||
TableSize = parent.HeaderSettings.Version <= 2 ? TABLE_SIZE : LayerDefEx.TABLE_SIZE;
|
||||
if (parent.HeaderSettings.Version >= 2)
|
||||
{
|
||||
TableSize += LayerDefEx.TABLE_SIZE;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void SetFrom(Layer layer)
|
||||
|
||||
@@ -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.19.2</Version>
|
||||
<Version>2.19.3</Version>
|
||||
<Copyright>Copyright © 2020 PTRTECH</Copyright>
|
||||
<PackageIcon>UVtools.png</PackageIcon>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
|
||||
<RepositoryType>Git</RepositoryType>
|
||||
<Version>2.19.2</Version>
|
||||
<Version>2.19.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
||||
Reference in New Issue
Block a user