Skip to content

Releases: abgox/PSCompletions

v5.2.5

19 Dec 09:05
v5.2.5
b6a3211
Compare
Choose a tag to compare
  • Fix a bug where filtering completions would cause an error when the configuration item enable_tip is set to 0, and reduce the flashing of completion menu.

v5.2.4

19 Dec 07:05
v5.2.4
ea572ac
Compare
Choose a tag to compare

v5.2.3

18 Dec 14:53
v5.2.3
37a7d0c
Compare
Choose a tag to compare
  • Use https://abgox.github.io/PSCompletions as the primary source for module and completion updates.
  • This is a fix specifically for those users whose language is zh-CN or set to zh-CN.
  • The order to try now is:
    1. https://abgox.github.io/PSCompletions
    2. https://github.com/abgox/PSCompletions/raw/main
    3. https://gitee.com/abgox/PSCompletions/raw/main

v5.2.2

18 Dec 13:31
v5.2.2
1f3ea13
Compare
Choose a tag to compare
  • Optimize the display of menus, making the menu items and command help more reasonable.
  • Optimize the display effect of PowerShell built-in command help prompts.
  • Fix a bug where all configuration items may be reset after module updates.
  • Other fixes and optimizations.

v5.2.1

13 Dec 05:15
1e007b3
Compare
Choose a tag to compare
  • Fix an issue where some completion items were missing due to errors during parsing of completions.
  • Other optimizations and fixes.

v5.2.0

12 Dec 05:10
457d277
Compare
Choose a tag to compare
  • Add an option --force to the command psc update *.
  • Stop using filter mode to get completions, and cache the parsed tree object, which greatly improves completion performance.
  • Expand the completion sorting function, now, completions that are not added by psc add will also be sorted automatically based on command history.
  • Add a style bold_line_rect_border for border lines. Use it by the command psc menu line_theme bold_line_rect_border.
  • Modify the default symbol (?!») to avoid rendering issues caused by special characters.
  • Optimize the display effect of the completion menu in various terminal window sizes.
  • Delay the effective node of hooks to the end of processing completion items, which is more flexible.
  • Replace the configuration item disable_hooks with enable_hooks.
  • Fix the issue of multiple update confirmations caused by the CompletionPredictor module.
  • Fix compatibility issues in Windows PowerShell, such as the completion menu being misaligned and other compatibility issues.
  • Fix the issue of not fully utilizing the terminal width for command prompt information adaptation.
  • Now, you can create a data.json file with content {} in the installation logic of Scoop application manifests.
  • Other optimizations and fixes.

v5.1.4

30 Nov 06:00
f3db04b
Compare
Choose a tag to compare
  • Fix the issue of unexpected border style change when using PowerShell and Windows PowerShell together in v5.1.3.

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.