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-02 03:02:13 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-05-02 03:02:13 +0300
commit3130ebe0f21d34f3d50c5ef05b7d0144ce674aa9 (patch)
tree5aa893183909e4822d82852a1ca40466698a74f6 /RELEASE_NOTES.md
parent2625c13cc3179a55865e5594180050258ab60a95 (diff)
v3.4.0v3.4.0
- **Tools:** - (Add) PCB exposure: Converts a gerber file to a pixel perfect image given your printer LCD/resolution to exposure the copper traces. - (Improvement) Export settings now indent the XML to be more user friendly to edit - (Improvement) Layer import: Allow to have profiles - (Improvement) Layer import: Validates if selected files exists before execute - (Fix) Lithophane: Disallow having start threshold equal to end threshold - (Add) Windows explorer: Right-click on files will show "Open with UVtools" on context menu which opens the selected file on UVtools (Windows MSI only) - (Improvement) Island and overhang detection: Ignore detection on all layers that are in direct contact with the plate (On same first layer position) - (Improvement) Cmd: Better error messages for convert command when using shared extensions and no extension
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md19
1 files changed, 9 insertions, 10 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 91d56c0..db07aef 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,11 +1,10 @@
-- **UI:**
- - (Add) Setting: Restore window last position - If enabled, it will restore the main window last known client position on startup (#460)
- - (Add) Setting: Restore window last size - If enabled, it will restore the main window last known client size on startup (#460)
- - (Improvement) If there are missing dependencies it will show a proper window with information instead of crashing application without any visuals
- - (Improvement) Start maximized is set before windows spawn to prevent the flicker effect on main window
-- (Add) File formats: Property `IsUsingTSMC` - Indicates whatever file globals are using TSMC or not
-- (Change) Lithophane: Noise removal and gap closing iterations defaults to 0
-- (Fix) Anycubic files: Printers are unable to use TSMC values after save (#457)
-- (Fix) Pixel Editor button is hidden when using screens with scalling > 100% [dirty-fix] (#458)
-- (Upgrade) .NET from 6.0.3 to 6.0.4
+- **Tools:**
+ - (Add) PCB exposure: Converts a gerber file to a pixel perfect image given your printer LCD/resolution to exposure the copper traces.
+ - (Improvement) Export settings now indent the XML to be more user friendly to edit
+ - (Improvement) Layer import: Allow to have profiles
+ - (Improvement) Layer import: Validates if selected files exists before execute
+ - (Fix) Lithophane: Disallow having start threshold equal to end threshold
+- (Add) Windows explorer: Right-click on files will show "Open with UVtools" on context menu which opens the selected file on UVtools (Windows MSI only)
+- (Improvement) Island and overhang detection: Ignore detection on all layers that are in direct contact with the plate (On same first layer position)
+- (Improvement) Cmd: Better error messages for convert command when using shared extensions and no extension