Skip to content

Releases: abgox/PSCompletions

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.

v5.0.0

30 Aug 15:38
8e2c9f2
Compare
Choose a tag to compare
  • Reduce file I/O operations and optimize initialization method to improve first load speed.
    • Remove the alias.txt file in each completion directory, and use data.json to store data.
  • Merge configuration data file config.json into data.json.
    • Note: If you use scoop to install PSCompletions, please check the manifest (persist) to update to data.json.
  • Modify the name of almost all configuration items.
    • The name of the configuration item has been modified, and it will not affect normal use. When the version is updated, it will automatically migrate the old configuration item to the new configuration item.
    • For example:
      • update => enable_completions_update
      • module_update => enable_module_update
      • menu_show_tip => enable_tip
      • ...
  • Remove two configuration items: github and gitee.
    • If you need to customize the url, please use the url configuration item.
    • psc config url <url>
  • Other optimizations and fixes.

v4.3.3

27 Aug 14:52
c2e0332
Compare
Choose a tag to compare
  • Fix an error that occurred when menu_is_prefix_match was enabled, due to the input after public prefix extraction.

v4.3.2

18 Aug 13:17
c9d927a
Compare
Choose a tag to compare
  • Fix a method(show_module_menu) parameter type conversion error.