[go: up one dir, main page]

Skip to content

v5.1.2

Compare
Choose a tag to compare
@abgox abgox released this 27 Nov 06:00
· 10 commits to main since this release
b1dc694
  • 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.