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-09-23 04:54:15 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-09-23 04:54:15 +0300
commit321fabcdf891a19c1d1a4cec6532f9b7bd8422cb (patch)
tree8f15ecc881336efe402729b9378eee5da3486842 /CHANGELOG.md
parentb8a705ce214c98b05b4f4ec490019e91f4ec3454 (diff)
v2.23.1v2.23.1
- **Issues:** - (Add) Suction cups: Additional setting to specify the required minimum height to be flagged as a issue (#302) - (Change) Allow touching bounds to have a bounding rectangle and zoom into the issue - (Change) Disable the ability to copy issues row text from list as this is crashing the program - (Change) Decrease cache count of the layers from x10 to x5 to free RAM - (Fix) Touching bounds are reporting areas of 0 - (Fix) Draw crosshair for issues are called multiple times - (Fix) Detection error when resin traps are enabled on some cases (#303) - (Fix) Resin trap false-positives (#305) - (Fix) When removing multiple islands at once only the first is cleared from the issue list - **UI:** - (Change) Tool - Resize icon - (Change) Move "Crosshairs" button inside "Issues" button - (Add) Tool - Morph - Offset crop: Like erode but discards the outer pixels - (Fix) Corrected bottom lift unit label in light-off delay calculator (#304)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c031c11..3650bc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,26 @@
# Changelog
+## 23/09/2021 - v2.23.1
+
+- **Issues:**
+ - (Add) Suction cups: Additional setting to specify the required minimum height to be flagged as a issue (#302)
+ - (Change) Allow touching bounds to have a bounding rectangle and zoom into the issue
+ - (Change) Disable the ability to copy issues row text from list as this is crashing the program
+ - (Change) Decrease cache count of the layers from x10 to x5 to free RAM
+ - (Fix) Touching bounds are reporting areas of 0
+ - (Fix) Draw crosshair for issues are called multiple times
+ - (Fix) Detection error when resin traps are enabled on some cases (#303)
+ - (Fix) Resin trap false-positives (#305)
+ - (Fix) When removing multiple islands at once only the first is cleared from the issue list
+- **UI:**
+ - (Change) Tool - Resize icon
+ - (Change) Move "Crosshairs" button inside "Issues" button
+- (Add) Tool - Morph - Offset crop: Like erode but discards the outer pixels
+- (Fix) Corrected bottom lift unit label in light-off delay calculator (#304)
+
## 21/09/2021 - v2.23.0
-- Issues:
+- **Issues:**
- **Suction cups:**
- Add a auto repair feature for this issues by drill a vertical vent hole (#296)
- Add a manual repair feature for this issues by drill a vertical vent hole when click on remove (#301)