Releases: 8LWXpg/ptr
Releases · 8LWXpg/ptr
v0.8.0
v0.7.1
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_path
field in the configuration file to specify the path to PowerToys installation. (Breaking Change) - Added
--dry-run (-d)
flag inimport
command to only update the configuration file without downloading the plugin, useful when config file spec is changed.
Changed
- Support
ARM64
along witharm64
in the archive name. - Check for
.zip
file extension in the archive name. - Only check plugins field on
import
command.