From a55313ef133288475e4885c5478003ecf9454d59 Mon Sep 17 00:00:00 2001 From: rmcanany <64286960+rmcanany@users.noreply.github.com> Date: Sat, 29 Apr 2023 11:40:03 -0500 Subject: [PATCH] See release_notes.md for V2023.2 --- My Project/Form1.vb | 2 +- release_notes.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/My Project/Form1.vb b/My Project/Form1.vb index ad5087f..33d7f84 100644 --- a/My Project/Form1.vb +++ b/My Project/Form1.vb @@ -1021,7 +1021,7 @@ Public Class Form1 Dim EndIdx As Integer = Len(LinkLabelGitHubReadme.Text) - 1 LinkLabelGitHubReadme.Links.Add(StartIdx, EndIdx, "https://github.com/rmcanany/SolidEdgeHousekeeper#readme") - Me.Text = "Solid Edge Housekeeper 2023.2" + Me.Text = "Solid Edge Housekeeper 2023.2.1" new_CheckBoxFileSearch.Checked = False new_ComboBoxFileSearch.Enabled = False diff --git a/release_notes.md b/release_notes.md index f6bd2e8..34cfddc 100644 --- a/release_notes.md +++ b/release_notes.md @@ -53,11 +53,22 @@ drive) was terminated after an hour. Fixed an issue where a Top Level search with multiple folders was not finding all related files (Thank you **@MonkTheOCD_Engie**). +Added a **Configuration Tab** option `Include part copies in search results`. Disabling +the option can eliminate extraneous files from being reported in some +cases. (Thank you **@n0minus38**) + ### Hide Constructions Fixed an issue where sketches, and PMI dimensions and annotations were not hidden (Thank you **@tempod** (github)). +Fixed an issue where etches were being hidden. + +### Update Insert Part Copies + +Added PMI Update all. Fixed an issue where PMI Update All was causing +the flat pattern to become out of date. + ### Home Tab file count Fixed an issue where the file count was incorrect for a multi-folder search.