Skip to content

Releases: Zakret/PSwizget

1.0.15

17 Nov 17:12
ce3a6a0
Compare
Choose a tag to compare

1.0.15

  • once a week, the script checks if there is a new version available on powershellgallery.com and if so, the information is added to the table;
  • the package's manifest file is downloaded if there is an update for it. Information about the release notes and the URL for them are retrieved from the manifest file and can be presented to the user under the [ R ] option;
  • manifests older than 3 months are deleted at the end of the script;
  • additional files to the script are now placed in the folder;
  • testing the Internet connection can be omitted with the omitNetTest parameter;
  • reformating the table, separators and menu;
  • better parameter validation, error handling and easier debugging;
  • adjusted version recognition mechanism;
  • the script can now play an idle animation while waiting for the user's response ( idleAnimation parameter ).

1.0.14

  • bug fixed "Parameter set cannot be resolved"
  • passed path is now tested if file location is really a path and if it exist
  • Aoption Soption and Coption are now unified under the -option

1.0.13

  • you can now pre-select one of the options available from the menu by adding the Aoption, Coption or Soption parameter

1.0.12

  • wingetParam option with custom parameters to pass to winget. '-h' is set by default
  • blacklistPath option with custom blacklist file location. Default is "~\toSkip.txt"

1.0.11

  • fixed issue with Windows Powershell (desktop)

1.0.15-alpha

14 Nov 10:11
Compare
Choose a tag to compare
1.0.15-alpha Pre-release
Pre-release

1.0.15-alpha
- the package manifest file is downloaded if there is an update for it.
Information about the release notes and the URL for them are retrieved from the manifest file;
- additional files to the script are now placed in the folder;
- testing the Internet connection can be omitted with the omitNetTest parameter;
- reformatting the table, separators and menu;
- better parameter validation, error handling and easier debugging;
- adjusted version recognition mechanism;
- the script can now play an idle animation while waiting for the user's response
( idleAnimation parameter ).


1.0.14
- bug fixed "Parameter set cannot be resolved"
- passed path is now tested if file location is really a path and if it exist
- Aoption Soption and Coption are now unified under the -option

1.0.13
- you can now pre-select one of the options available from the menu by adding the Aoption, Coption or Soption parameter

1.0.12
- wingetParam option with custom parameters to pass to winget. '-h' is set by default
- blacklistPath option with custom blacklist file location. Default is "~\toSkip.txt"

1.0.11
- fixed issue with Windows Powershell (desktop)

v1.0.10

29 Jun 09:00
Compare
Choose a tag to compare
  • bug fixes
  • colorized output
  • the title bar shows which package is currently being updated
  • better readability
  • added the ability to escape the selected option