Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: 8LWXpg/ptr

v0.15.1

15 Nov 10:18

Choose a tag to compare

[0.15.1]

Changed

  • Optimized for binary size.
  • Updated to Rust 1.88, edition 2024
  • Bumped dependencies
  • Refactor

v0.15.0

11 May 10:12

Choose a tag to compare

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-restart top level option.
  • Added no_restart field in config. (Breaking change)

v0.14.0

18 Apr 12:30

Choose a tag to compare

[0.14.0]

Added

  • Added token field in config that used when sending request to GitHub.

v0.13.0

27 Feb 02:36

Choose a tag to compare

[0.13.0]

Update with

ptr self-update

Added

  • Added edit subcommand that opens version.toml in default editor.
  • Added init subcommand that try to find and add existing plugins to config

Fixed

  • Fixed pin remove.

v0.12.0

06 Feb 10:59

Choose a tag to compare

[0.12.0]

Added

  • Added new optional argument --pattern for add subcommand (rust regex).

Changed

  • Skip unexpected file on zip extraction.
  • Changed self replace directory to %TEMP%.

v0.11.0

23 Dec 06:03

Choose a tag to compare

Added

  • Added self-update subcommand.

v0.10.0

20 Dec 08:30

Choose a tag to compare

[0.10.0]

Changed

  • Allow GitHub url as repository identifier.

v0.9.0

03 Dec 10:07

Choose a tag to compare

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 admin in version.toml set to false to disable killing as admin. (Breaking Change)
  • Added new subcommand pin, pinned plugins will not be updated with update --all.
  • Added new subcommand completion that generates PowerShell completion.

v0.8.0

05 Nov 13:15

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

Choose a tag to compare

[0.7.1]

Fixed

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