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:
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1d470b9..e8e3896 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,12 @@
-- (Add) Debug sub menu to test some behaviours (Only when compiled in debug mode, not visible on public release)
-- (Add) Utility method `LayerExists` to the file formats to know if specific layer index exists in the collection
-- (Improvement) Add loaded file information to the crash dialog message
-- (Fix) Message dialog height do not expand with text (#537)
-- (Fix) Crash when all layers get removed and UI attempt to show a layer (#538)
+- **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)