Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: digitalsleuth/WIN-FOR

v11.1.0

05 Dec 03:04

Choose a tag to compare

  • 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

18 Jul 20:16

Choose a tag to compare

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

30 May 22:58

Choose a tag to compare

FIXED

New Git download file name variables were passed incorrectly to the download/install functions. Proper value is now being passed.

v10.1.0

28 May 02:45

Choose a tag to compare

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

05 Jan 16:19

Choose a tag to compare

CHANGELOG

  • minor change in logging output (removed milliseconds from timestamp)

v10.0.0

03 Nov 22:05

Choose a tag to compare

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

09 Feb 03:30

Choose a tag to compare

Changelog

  • Fixed an issue where the repo folder 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

31 Jan 01:23

Choose a tag to compare

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

14 Nov 03:28

Choose a tag to compare

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

06 Oct 15:34

Choose a tag to compare

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