Skip to content

Commit

Permalink
See release_notes.md for V2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcanany committed Apr 29, 2023
1 parent fb6bd5e commit a55313e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion My Project/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a55313e

Please sign in to comment.