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-12-22 20:50:17 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-12-22 20:50:17 +0300
commit275f41a492d8c3f524225816cfc02bbf61890ace (patch)
treecb717af608cbe76173af3d3eb3a6679755469b01 /CHANGELOG.md
parent606d4346a31389d4b8ff4284bcc03331ebd387f5 (diff)
v2.27.1v2.27.1
- **PrusaSlicer:** - (Add) Keyword 'FILEVERSION_n' to allow set the file format version/revision - (Change) Printer: AnyCubic Photon Mono 4K and Mono X 6K, to use version 516 - **Anycubic file format:** - (Fix) Encoding or converting a new file with version 516 was setting wrong length for the new tables - (Fix) Setting bottom lift height or speed was not working and keep the same value - (Add) FileFormats: Abstract `Version` property to set or get the version on file formats - (Add) CXDLP: Compability with new file v2 revsion (#376) - (Upgrade) AvaloniaUI from 0.10.8 to 0.10.11
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 33a733c..1dcaf68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## 22/12/2021 - v2.27.1
+
+- **PrusaSlicer:**
+ - (Add) Keyword 'FILEVERSION_n' to allow set the file format version/revision
+ - (Change) Printer: AnyCubic Photon Mono 4K and Mono X 6K, to use version 516
+- **Anycubic file format:**
+ - (Fix) Encoding or converting a new file with version 516 was setting wrong length for the new tables
+ - (Fix) Setting bottom lift height or speed was not working and keep the same value
+- (Add) FileFormats: Abstract `Version` property to set or get the version on file formats
+- (Add) CXDLP: Compability with new file v2 revsion (#376)
+- (Upgrade) AvaloniaUI from 0.10.8 to 0.10.11
+-
## 18/12/2021 - v2.27.0
- **Tool - Morph:**