Releases: digitalsleuth/WIN-FOR
v11.1.0
- Updates to Results viewing, now right-click on the log file button to open the log file in your default .log application
- Double-click on a cell in the Results view to view the entire text in a new window
- Fixed parent checkboxes not initially recognizing unchecked children
- Fixed search result spacing
- Fixed maximum recursion depth reached issue due to order of operations error
v11.0.0
MAJOR UPDATE
- Major UI updates
- Refined the Results viewing and loading
- Refined the search process
Full Changelog: v10.1.0...v11.0.0
v10.2.0
FIXED
New Git download file name variables were passed incorrectly to the download/install functions. Proper value is now being passed.
v10.1.0
Full Changelog: v10.0.1...v10.1.0
IMPORTANT Prior releases will no longer function properly, as the versioning for Git will be adjusted in the future with the deprecation of 32-bit releases. As such version structures are going to change and have been adjusts to the latest version, 2.49.0.windows.1.
Additionally, it will now install SaltStack 3007.2, to account for the deprecation of WMIC in Windows 11 24H2 and above, where 3007.1 previously had wmic-reliant components.
v10.0.1
CHANGELOG
- minor change in logging output (removed milliseconds from timestamp)
v10.0.0
CHANGELOG
This release supports the latest package repo from SaltStack as a result of recent changes from the SaltStack team. It will install SaltStack 3007.1 vice 3005.x, as 3005 is no longer supported or available from the SaltStack repo.
Other changes include a bit of minor code cleanup and preparations for theme modifications in the future.
v9.2.0
Changelog
- Fixed an issue where the
repofolder wasn't properly cloned, resulting in failures during the following installs / updates - Refactored directory management into a single function vice independent management
- Removed some incorrect Start Menu paths from the layout
v9.1.0
Changelog
- Added the ability to choose a customized theme, and added a blank template to get started
- Cleaned up some of the code behind and better organized it
- Updated the "Results" and "Errors" windows to see the actual Salt State ID Error results, and the actual
[ERROR ]lines in the log. - Some font resizing
v9.0.0
CHANGELOG
- Added the ability to select Debloat Options prior to install
- Added the option to select a "Custom" theme for the installation, providing a zip file containing the specific state files and images to be used in the theme (documentation to follow)
- Changed theme and layout of the application
- Improved error handling
- Option to open all relevant log files now available on the Error Window
v8.4.0
CHANGES:
- Removes dependency on internal hash and version of SaltStack and Git, making it easier to update those versions without the need to update the Customizer
- Minor UI modifications