Skip to content

Commit

Permalink
Version 0.16.1 (2021-11-09)
Browse files Browse the repository at this point in the history
- see changelog
  • Loading branch information
DavidGeeraerts committed Nov 9, 2021
1 parent 2b5a027 commit f6b9c84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 5 additions & 2 deletions ADDS_Tool.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
@Echo Off
@SETLOCAL enableextensions
SET $PROGRAM_NAME=Active_Directory_Domain_Services_Tool
SET $Version=0.16.0
SET $BUILD=2021-07-05 08:30
SET $Version=0.16.1
SET $BUILD=2021-11-09 0830
Title %$PROGRAM_NAME%
Prompt ADT$G
color 8F
Expand Down Expand Up @@ -733,6 +733,7 @@ GoTo:EOF
:: Reset Variables
SET $SEARCH_ATTRIBUTE=name
SET $SEARCH_KEY=
SET $LAST_SEARCH_COUNT=
:: Last Search Log Close - Notepad
call :LSLCN
call :SM
Expand Down Expand Up @@ -854,6 +855,7 @@ GoTo:EOF
:SUU
SET $SEARCH_ATTRIBUTE=UPN
SET $SEARCH_KEY=
SET $LAST_SEARCH_COUNT=
:: Last Search Log Close - Notepad
call :LSLCN
call :SM
Expand Down Expand Up @@ -977,6 +979,7 @@ GoTo:EOF
SET $SEARCH_KEY=
SET $SEARCH_KEY_USER_FIRST=
SET $SEARCH_KEY_USER_LAST=
SET $LAST_SEARCH_COUNT=
:: Last Search Log Close - Notepad
call :LSLCN
call :SM
Expand Down
10 changes: 7 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@

---

## Version 0.16.0 Build: 2021-07-05
### Changed
- Search Count moved to top of Search HUD.
## Version 0.16.1 Build: 2021-11-09
### Fixed
- User search not resetting "Search Results" on new search

---


## Version 0.16.0 Build: 2021-07-05
### Changed
- Search Count moved to top of Search HUD.

## Version 0.15.0 Build: 2021-04-09
#### Added
- Custom OU subroutine
Expand Down

0 comments on commit f6b9c84

Please sign in to comment.