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-09-21 04:09:48 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-09-21 04:09:48 +0300
commit75d492d37f1915483e88201b18368fbae3bed7ac (patch)
tree13e438bc055d0b0dcd431e0bbe4d885e6f30b6cc
parent6b1c70d362091bae4e2025ac73f4fe45aa9b6030 (diff)
v2.23.0v2.23.0
- Issues: - **Suction cups:** - Add a auto repair feature for this issues by drill a vertical vent hole (#296) - Add a manual repair feature for this issues by drill a vertical vent hole when click on remove (#301) - (Add) Allow to group issues by type and/or layer on display list (Configurable) - (Add) Linked issues (Resin traps and suction traps) are now grouped into a single main issue (#300) - (Add) Tracker bar: Colorize the issue tracker map with it own colors (Configurable) - (Improvement) Order issues by area in descending order - (Improvement) Always bring the selected issue into UI view on the list - (Fix) When manually removing a issue from the list, it will no longer reselect other and make the user loss track of the remove issue view - (Fix) Allow to ignore all issue type - Tool - Repair layers and issues: - (Improvement) Allow to have profiles in the dialog - (Improvement) Ignored issues are not repaired - (Fix) Material ml calculation was calculating a bad value for PhotonWorkshop files - (Fix) Settings were not being saved on systems that lacks special folder information, ie Rosetta. Now it will use up to 4 possible special folders as fallback if the prior doesn't exists (#299)
-rw-r--r--CHANGELOG.md19
-rw-r--r--build/CreateRelease.WPF.ps16
2 files changed, 22 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb94e6a..c031c11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## 21/09/2021 - v2.23.0
+
+- Issues:
+ - **Suction cups:**
+ - Add a auto repair feature for this issues by drill a vertical vent hole (#296)
+ - Add a manual repair feature for this issues by drill a vertical vent hole when click on remove (#301)
+ - (Add) Allow to group issues by type and/or layer on display list (Configurable)
+ - (Add) Linked issues (Resin traps and suction traps) are now grouped into a single main issue (#300)
+ - (Add) Tracker bar: Colorize the issue tracker map with it own colors (Configurable)
+ - (Improvement) Order issues by area in descending order
+ - (Improvement) Always bring the selected issue into UI view on the list
+ - (Fix) When manually removing a issue from the list, it will no longer reselect other and make the user loss track of the remove issue view
+ - (Fix) Allow to ignore all issue type
+- Tool - Repair layers and issues:
+ - (Improvement) Allow to have profiles in the dialog
+ - (Improvement) Ignored issues are not repaired
+- (Fix) Material ml calculation was calculating a bad value for PhotonWorkshop files
+- (Fix) Settings were not being saved on systems that lacks special folder information, ie Rosetta. Now it will use up to 4 possible special folders as fallback if the prior doesn't exists (#299)
+
## 16/09/2021 - v2.22.0
- **UI:**
diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1
index 251e3e7..f1fc18f 100644
--- a/build/CreateRelease.WPF.ps1
+++ b/build/CreateRelease.WPF.ps1
@@ -32,10 +32,10 @@ Set-Location $PSScriptRoot\..
####################################
### Configuration ###
####################################
-#$enableMSI = $true
-$buildOnly = 'win-x64'
+$enableMSI = $true
+#$buildOnly = 'win-x64'
#$buildOnly = 'osx-x64'
-#$enableNugetPublish = $true
+$enableNugetPublish = $true
# Profilling
$stopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
$deployStopWatch = New-Object -TypeName System.Diagnostics.Stopwatch