Skip to content

Releases: 8LWXpg/ptr

v0.8.0

05 Nov 13:15
Compare
Choose a tag to compare

[0.8.0]

Changed

  • Support different zip structure
  • Use %ProgramFiles% in PowerToys executable lookup.

v0.7.1

03 Nov 03:48
Compare
Choose a tag to compare

[0.7.1]

Fixed

  • Prompt for path if PowerToys installation path is not found.

v0.7.0

28 Oct 03:32
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

[0.4.2]

Fixed

  • Fixed extracting plugin with different folder name.

v0.4.1

29 Sep 10:19
Compare
Choose a tag to compare

[0.4.1]

Fixed

  • Fixed extracting plugin with different folder name.

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.