Skip to content

Releases: abgox/PSCompletions

v5.3.2

10 Jan 10:20
v5.3.2
8452381
Compare
Choose a tag to compare

v5.3.1

05 Jan 05:55
v5.3.1
bb104e1
Compare
Choose a tag to compare

v5.3.0

01 Jan 05:10
v5.3.0
6ba83e0
Compare
Choose a tag to compare

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.