Releases: abgox/PSCompletions
Releases · abgox/PSCompletions
v5.0.7
v5.0.6
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
- 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.
- Note: If you use scoop to install
- 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
andgitee
.- If you need to customize the url, please use the
url
configuration item. psc config url <url>
- If you need to customize the url, please use the
- Other optimizations and fixes.