Skip to content

Releases: abgox/PSCompletions

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.

v5.0.2

31 Aug 09:03
a4a2f43
Compare
Choose a tag to compare
  • Remove unnecessary file I/O operations.
  • Other optimizations and fixes.

v5.0.1

30 Aug 16:31
8b4bdac
Compare
Choose a tag to compare
  • Fix the issue that psc did not add after updating the module version.