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-09-15 19:01:00 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-09-15 19:01:00 +0300
commit6ff9fee77c9ecbd808fa8e615c1e55437cb26ac1 (patch)
tree3cb87273b8c2fd1ea92907df2b8cf1ee9eedbb65 /RELEASE_NOTES.md
parentee146f81dd7cd44562fab8cc1959eee504bc7cf9 (diff)
v3.6.4v3.6.4
- **Windows MSI installer:** - (Add) UVtools folder to start menu with: - UVtools - UVtoolsCmd - Uninstall UVtools - (Add) Prompt for add open in UVtools when right-click on supported files - (Add) Prompt for create desktop shortcut - (Add) Prompt for launch UVtools after the installation - (Improvement) Cleanup and simplify the install project - (Add) PrusaSlicer printer: Peopoly Phenom Forge - (Upgrade) .NET from 6.0.8 to 6.0.9 - (Fix) Corruption in file after attempt to save to a locked file (#551)
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f55bf64..fbedafa 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,12 +1,13 @@
-- **File formats:**
- - **Anycubic file format:**
- - (Add) Compatibility with the next version 517 of the format
- - (Improvement) Discovered and implemented more unknown fields
- - (Improvement) Dispose layer RLE bytes after encoding
- - (Fix) When creating or converting to anycubic file, it don't set the extra table mark name
- - (Fix) Only attempt to activate the advanced mode (TSMC) when the BottomLiftHeight2 or LiftHeight2 gets changed
- - (Add) Methods: `OnBeforeEncode` and `OnAfterEncode`
- - (Improvement) `IsUsingTSMC` now also checks for BottomLiftHeight2 and BottomRetractHeight2
- - (Fix) OSF: Can't decode some files
-- (Fix) Undo cause application to crash (#543)
+- **Windows MSI installer:**
+ - (Add) UVtools folder to start menu with:
+ - UVtools
+ - UVtoolsCmd
+ - Uninstall UVtools
+ - (Add) Prompt for add open in UVtools when right-click on supported files
+ - (Add) Prompt for create desktop shortcut
+ - (Add) Prompt for launch UVtools after the installation
+ - (Improvement) Cleanup and simplify the install project
+- (Add) PrusaSlicer printer: Peopoly Phenom Forge
+- (Upgrade) .NET from 6.0.8 to 6.0.9
+- (Fix) Corruption in file after attempt to save to a locked file (#551)