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-04-05 23:24:00 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-04-05 23:24:00 +0300
commit47777024363a2836e3ae203d7bb6995facac23a4 (patch)
tree86177e51c61f5528c551a91f7a8fc16dc2aeb830 /CHANGELOG.md
parent824805a190f3023f3c42d19d50c41f18a83c751d (diff)
v2.8.2v2.8.2
* **Operations:** * Force validate all operations on execute if they haven't been before, if validation fails it will show the message error * Add some utility functions to ease layer and mat allocation in the file * Layer remove: Disallow to select and remove all layers * Tool - Edit print parameters: Retract speed wasn't propagating the value to normal layers * File formats: Better control, set and checking for null/empty thumbnails
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c67036f..e1d1a8c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,18 @@
# Changelog
+## 05/04/2021 - v2.8.2
+
+* **Operations:**
+ * Force validate all operations on execute if they haven't been before, if validation fails it will show the message error
+ * Add some utility functions to ease layer and mat allocation in the file
+ * Layer remove: Disallow to select and remove all layers
+ * Tool - Edit print parameters: Retract speed wasn't propagating the value to normal layers
+* File formats: Better control, set and checking for null/empty thumbnails
+
## 04/04/2021 - v2.8.1
* Clipboard Manager: As now full backups are made when removing or adding layers, the undo and redo no longer rebuilds layer properties nor Z heights
-* Resin traps: Improved the detection to group areas with cross paths and process them as one whole area, this also increase the detection speed and performance (#179, #13 )
+* Resin traps: Improved the detection to group areas with cross paths and process them as one whole area, this also increase the detection speed and performance (#179, #13)
* Action - Layer import: Fix a bug preventing to import layers of any kind
## 28/03/2021 - v2.8.0