Skip to content

v0.5.0

Compare
Choose a tag to compare
@8LWXpg 8LWXpg released this 18 Oct 05:14
· 39 commits to master since this release

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.