Releases: 8LWXpg/ptr
Releases · 8LWXpg/ptr
v0.7.0
v0.6.0
v0.5.0
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_pathfield in the configuration file to specify the path to PowerToys installation. (Breaking Change) - Added
--dry-run (-d)flag inimportcommand to only update the configuration file without downloading the plugin, useful when config file spec is changed.
Changed
- Support
ARM64along witharm64in the archive name. - Check for
.zipfile extension in the archive name. - Only check plugins field on
importcommand.