Skip to content

Releases: 8LWXpg/ptr

v0.7.0

28 Oct 03:32

Choose a tag to compare

[0.7.0]

Added

  • Added manual select fallback if assets matching failed.

Fixed

  • Fixed extracting plugin zip file with backslashes in the path.
  • Ignore version when importing plugin.

v0.6.0

21 Oct 10:57

Choose a tag to compare

[0.6.0]

Added

  • Added --version flag in update command to specify the version of the plugin to update.

v0.5.0

18 Oct 05:14

Choose a tag to compare

Highlights

Breaking Change

This update introduces a new pt_path field in the configuration file, which makes it incompatible with previous configurations. To update your config automatically after upgrading, please run the following command:

ptr import --dry-run

[0.5.0]

Added

  • Added pt_path field in the configuration file to specify the path to PowerToys installation. (Breaking Change)
  • Added --dry-run (-d) flag in import command to only update the configuration file without downloading the plugin, useful when config file spec is changed.

Changed

  • Support ARM64 along with arm64 in the archive name.
  • Check for .zip file extension in the archive name.
  • Only check plugins field on import command.

v0.4.2

30 Sep 14:12

Choose a tag to compare

[0.4.2]

Fixed

  • Fixed extracting plugin with different folder name.

v0.4.1

29 Sep 10:19

Choose a tag to compare

[0.4.1]

Fixed

  • Fixed extracting plugin with different folder name.

v0.4.0

19 Sep 06:20

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

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

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

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

Choose a tag to compare

First release