Skip to content

Releases: abgox/PSCompletions

v5.1.3

30 Nov 05:16
9f2b8b9
Compare
Choose a tag to compare
  • Fix the issue of dynamic completion not taking effect for commands with hooks.ps1.
  • When a module needs to be updated, it will try multiple update methods.
  • Other optimizations and fixes.

v5.1.2

27 Nov 06:00
b1dc694
Compare
Choose a tag to compare
  • Due to future changes in Windows Terminal, 😄🤔😎 will not be displayed properly in the completion menu, so these three default special symbols will change.
    • Related issue: microsoft/terminal#18242
    • Currently, Windows Terminal is available, Windows Terminal Preview is not available.
    • PSCompletions will not automatically replace them, you need to run the command psc reset menu symbol to replace them.
    • The changes are as follows:
      • 😄 =>
      • 🤔 => ?
      • 😎 =>
  • Fix the issue of not taking effect after configuration modification.
  • Other optimizations and fixes.

v5.1.1

22 Nov 05:20
74e2a53
Compare
Choose a tag to compare
  • Fix the issue of order.json parsing compression causing completion errors.
  • Other optimizations and fixes.

v5.1.0

21 Nov 05:22
d7f7404
Compare
Choose a tag to compare
  • Add method $PSCompletions.argc_completions() for argc-completions.
  • Optimize the module directory structure, and put unnecessary files into the temp directory.
  • Reduce unnecessary duplicate parsing, making subsequent completions faster after the first completion.
  • Other optimizations and fixes.

v5.0.8

15 Nov 13:55
d7563e6
Compare
Choose a tag to compare
  • Fix the issue that the help information is not changed after switching languages.
  • Fix some issues with the reset subcommand.
  • Now, when downloading/updating completions, all json files will be compressed.

v5.0.7

09 Nov 10:29
792e7ea
Compare
Choose a tag to compare
  • Fix an initialization bug.

v5.0.6

26 Oct 09:30
fadbe35
Compare
Choose a tag to compare
  • Fix directory path completion without trailing path separators.
  • Other optimizations and fixes.

v5.0.5

02 Sep 08:55
419bdab
Compare
Choose a tag to compare
  • Add a method return_completion in $PSCompletions for hooks.ps1.
  • Other optimizations and fixes.

v5.0.4

01 Sep 10:36
ad66e89
Compare
Choose a tag to compare
  • Fix the issue that the psc rm * command will reset all configuration items.
  • Other optimizations and fixes.

v5.0.3

31 Aug 11:15
4cb836b
Compare
Choose a tag to compare
  • Fix the error that the psc subcommand runs into an error.
  • Other optimizations and fixes.