Skip to content

Commit 0e55bf4

Browse files
committed
Merge tag '0.16.1' into develop
2 parents 4a1ab57 + db434c1 commit 0e55bf4

3 files changed

Lines changed: 31 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ This feature is powered by ChatGPT. Please ensure that you have set up your Open
168168

169169
The chat knows the following information:
170170
- The selected code in the active editor.
171-
- The file path of the active file.
172-
- The project path.
173-
- The errors and warnings in the active editor.
171+
- The relative path of the file.
172+
- The error and warning labels in the active editor.
173+
- The text cursor location.
174174

175175
There are currently two tabs in the chat panel: one is available shared across Xcode, and the other is only available in the current file.
176176

Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
APP_VERSION = 0.16.0
2-
APP_BUILD = 160
1+
APP_VERSION = 0.16.1
2+
APP_BUILD = 161

appcast.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
<channel>
44
<title>Copilot for Xcode</title>
55

6+
<item>
7+
<title>0.16.1</title>
8+
<pubDate>Tue, 23 May 2023 11:06:14 +0800</pubDate>
9+
<sparkle:version>161</sparkle:version>
10+
<sparkle:shortVersionString>0.16.1</sparkle:shortVersionString>
11+
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
12+
<sparkle:releaseNotesLink>
13+
https://github.com/intitni/CopilotForXcode/releases/tag/0.16.1
14+
</sparkle:releaseNotesLink>
15+
<enclosure url="https://github.com/intitni/CopilotForXcode/releases/download/0.16.1/Copilot.for.Xcode.app.zip" length="21012368" type="application/octet-stream" sparkle:edSignature="Z4Krbh53X0frA0WhhGHh2QXEKUJQz65SXQKFyn6rJmk7eXdbF0HhllEchUUooeQMeeIkR8I2VhK5Uq7Qenh1Dw=="/>
16+
</item>
17+
18+
<item>
19+
<title>0.16.0</title>
20+
<pubDate>Thu, 18 May 2023 18:42:47 +0800</pubDate>
21+
<sparkle:version>160</sparkle:version>
22+
<sparkle:shortVersionString>0.16.0</sparkle:shortVersionString>
23+
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
24+
<sparkle:releaseNotesLink>
25+
https://github.com/intitni/CopilotForXcode/releases/tag/0.16.0
26+
</sparkle:releaseNotesLink>
27+
<enclosure url="https://github.com/intitni/CopilotForXcode/releases/download/0.16.0/Copilot.for.Xcode.app.zip" length="21012542" type="application/octet-stream" sparkle:edSignature="K/lsLbYeNCJrE71a9xaUOf3lD5SyFqrkgMlTUd7xJinMnx4fWkP9WtzPFCq9n/A2H6X1awFtDhov6mEkMhx7Bg=="/>
28+
</item>
29+
630
<item>
731
<title>0.15.4</title>
832
<pubDate>Mon, 15 May 2023 22:13:11 +0800</pubDate>
@@ -194,3 +218,5 @@
194218
</item>
195219
</channel>
196220
</rss>
221+
222+

0 commit comments

Comments
 (0)