Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 786 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 786 Bytes

Change Log

[0.4.0]

Added

  • Support for renaming the downloaded plugin folder to the provided name.

Changed

  • Default to using winapi to elevate the process, as there's no major difference between sudo and winapi.

[0.3.0]

Added

  • Now polling for file access after killing PowerToys, with interval of 50ms and max retries of 10.
  • Create feature winapi that uses Windows API to elevate the process, the default is using sudo.

[0.2.0]

Added

  • Support for killing and restarting PowerToys, this will pop 2 UAC prompts.

[0.1.1]

Changed

  • Removed the progress bar, as most plugins are too small to display a meaningful download progress.
  • Replaced asynchronous code with reqwest::blocking for simplicity.

[0.1.0]

First release