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-05-21 02:59:28 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-05-21 02:59:28 +0300
commit13ff766d05780ca195f7d373a4f6a583e7ac2f2d (patch)
treeba1886826f73d3f892c3365e2ac95e2717da8669 /CHANGELOG.md
parentc800f887d2d50f9f34500c323f5cc8c750ef258b (diff)
v3.4.3v3.4.3
- (Add) Information about the loaded file when copying from the about box - (Improvement) Tools are now disabled on the menu if not supported by the file format once each file load (#476) - (Fix) Tool - Edit tool parameters: Overlap label on "per layer override" mode (#478) - (Fix) Corruption of `GZip` and `Deflate` layer compression methods
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06bbe51..6397818 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,16 @@
# Changelog
+## 21/05/2022 - v3.4.3
+
+- (Add) Information about the loaded file when copying from the about box
+- (Improvement) Tools are now disabled on the menu if not supported by the file format once each file load (#476)
+- (Fix) Tool - Edit tool parameters: Overlap label on "per layer override" mode (#478)
+- (Fix) Corruption of `GZip` and `Deflate` layer compression methods
+
## 16/05/2022 - v3.4.2
- **Core:**
- - (Add) Getter `FileFormat.DisplayPixelCount` Gets the display total number of pixels (ResolutionX * ResolutionY)
+ - (Add) Getter `FileFormat.DisplayPixelCount` Gets the display total number of pixels (`ResolutionX` * `ResolutionY`)
- (Add) Getter `Layer.NonZeroPixelRatio` Gets the ratio between non zero pixels and display number of pixels
- (Add) Getter `Layer.NonZeroPixelPercentage` Gets the percentage of non zero pixels relative to the display number of pixels
- (Add) Getter `Layer.PreviousHeightLayer()` Gets the previous layer with a different height from the current, returns null if no previous layer