Releases: 8LWXpg/ptr
Releases Β· 8LWXpg/ptr
v0.15.1
v0.15.0
Hightlights
Breaking Change
This update introduces a new no_restart field in the configuration file, which makes it incompatible with previous configurations. To update your config after upgrading, do the following:
- Edit config with
ptr edit - Add following config
no_restart = false[0.15.0]
Added
- Added
--no-restarttop level option. - Added
no_restartfield in config. (Breaking change)
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
Highlights
Breaking Change
This update introduces a new admin 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.9.0]
Added
- Added new field
admininversion.tomlset tofalseto disable killing as admin. (Breaking Change) - Added new subcommand
pin, pinned plugins will not be updated withupdate --all. - Added new subcommand
completionthat generates PowerShell completion.