From 75d492d37f1915483e88201b18368fbae3bed7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Tue, 21 Sep 2021 02:09:48 +0100 Subject: 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) --- CHANGELOG.md | 19 +++++++++++++++++++ build/CreateRelease.WPF.ps1 | 6 +++--- 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 -- cgit v1.2.3