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-11-03 02:39:21 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-11-03 02:39:21 +0300
commite727a097b31a0b71f8bc22649364e69f2aa72b3a (patch)
tree0e5571f2632faa4168f0de9eacbbd59bbb3ae7bb /RELEASE_NOTES.md
parent55cbe02a7b756f3318ee2382584a1f52aa2180ce (diff)
v3.8.1v3.8.1
- **Tools:** - **PCB Exposure:** - (Add) Allow to scale the drawing sizes per gerber file - (Add) Allow to invert the drawing polarity per gerber file (#592) - (Add) Allow to drag and drop files into "Add files" button and grid header - (Improvement) Do not add empty layers when usable to draw or when draw a all black image - (Improvement) "Merge all gerbers into one layer" will now draw all gerber into one image instead of perform the Max(of all gerbers pixels), allowing to subtract areas as they are on gerbers - **Import layers:** Fix error when trying to insert layers - **Export layers images:** Better compression of contours for SVG export, resulting in smooth curves, better visuals and lower file size - (Add) Outline: Triangulate - (Remove) Avalonia.Diagnostics dependency in release mode
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md38
1 files changed, 10 insertions, 28 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5af7a2e..a355dcb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,29 +1,11 @@
-- **File formats:**
- - (Add) Property: DisplayTotalOnTime
- - (Add) Property: DisplayTotalOffTime
- - (Add) SL1File Property: high_viscosity_tilt_time
-- **Tools**
- - **I printed this file**
- - (Add) Display on time for the print information
- - (Improvement) Labels on numeric box
- - (Improvement) Show print time label formatted as hh:mm:ss
+- **Tools:**
- **PCB Exposure:**
- - (Improvement) Increase "Exposure time" maximum from 200s to 1000s (#592)
- - (Fix) Set `BottomLightHeight` to 0
- - (Fix) Set `TransitionLayerCount` to 0
-- **Issues:**
- - (Improvement) Overhang detection by using a dynamic cross kernel
- - (Improvement) Bring back the discard logic of "false-positive" islands based on overhang detection but improve the threshold of the detection to be safer (#591, #591)
-- **PrusaSlicer:**
- - (Change) Elegoo Mars 2 to use file version 4
- - (Change) Elegoo Mars 2 Pro to use file version 4
-- (Add) Status bar: On and Off time (hh:mm:ss) as tooltip in the Print time label
-- (Improvement) When any of libcvextern dependencies are missing, it try to show the missing libraries in the error message (Linux only)
-- (Improvement) Auto-upgrade procedure for non-Windows systems
-- (Improvement) macOS arm64 (M1/M2) can now run natively if installed via the auto installer script
-- (Fix) Error on Mat cache manager when file have only one layer
-- (Fix) Suggestion "Transition layer count" shows as never applied when using with file formats that use in-firmware transition layers
-- (Upgrade) openCV from 4.5.4 to 4.6.0
- - Custom library is now built to strip unused dependencies and reduce library size
-- (Remove) arch and rhel packages in favor of a generic linux
-
+ - (Add) Allow to scale the drawing sizes per gerber file
+ - (Add) Allow to invert the drawing polarity per gerber file (#592)
+ - (Add) Allow to drag and drop files into "Add files" button and grid header
+ - (Improvement) Do not add empty layers when usable to draw or when draw a all black image
+ - (Improvement) "Merge all gerbers into one layer" will now draw all gerber into one image instead of perform the Max(of all gerbers pixels), allowing to subtract areas as they are on gerbers
+ - **Import layers:** Fix error when trying to insert layers
+ - **Export layers images:** Better compression of contours for SVG export, resulting in smooth curves, better visuals and lower file size
+- (Add) Outline: Triangulate
+- (Remove) Avalonia.Diagnostics dependency in release mode