Skip to content

Releases: 8LWXpg/ptr

v0.4.0

19 Sep 06:20
Compare
Choose a tag to compare

[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.

v0.3.0

27 Aug 13:14
Compare
Choose a tag to compare

[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.

v0.2.0

23 Aug 07:55
84f28f2
Compare
Choose a tag to compare

[0.2.0]

Added

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

v0.1.1

17 Aug 09:09
Compare
Choose a tag to compare

Chages:

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

v0.1.0

15 Aug 10:50
Compare
Choose a tag to compare

First release