跳转至

Release Notes

v1.4.0

1
2
3
4
5
- Added: add Copilot Chat
- Added: add KeyboardShortcut in completion panel
- Added: add KeyboardShortcut for show/hide compleiton panel
- Updated: update completion panel postion logic
- Fixed: fix run without node environment

v1.3.0

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
- Updated: update Copilot project root path detection
    - It will detect the root project with blowing files
        - *.xcodeproj
        - *.xcworkspace
        - *.playground
        - .git
        - .Package.swift
        - buildServer.json
        - .clangd
        - .clang-tidy
        - .clang-format
        - compile_commands.json
        - compile_flags.txt
        - conanfile.ac
- Updated: remove duplicate completion item
- Fixed: fix show empty completion list
- Fixed: fix repeat the error code query

v1.2.0

1
- Added: add Xcode & Runtimes image installer

v1.1.0

1
2
- Added: add Apple Error Code Query
- Added: add Developer Cleaner

v1.0.0

1
2
- Added: add Copilot Service
- Added: add request Accessibility permission button