Skip to content

Commit

Permalink
Merge branch 'hotfix/0.29.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
intitni committed Jan 15, 2024
2 parents 3b4c241 + fc9f9be commit 431231a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ extension AutoManagedChatGPTMemory {
while left <= right {
let count = (right + left) / 2
let _retrievedContent = Array(retrievedContent.prefix(count))
let _proposedMessage = buildMessage(retrievedContent: retrievedContent)
let _proposedMessage = buildMessage(retrievedContent: _retrievedContent)
let (isValid, _tokenCount) = await checkValid(proposedMessage: _proposedMessage)
if isValid {
proposedMessage = _proposedMessage
Expand Down
4 changes: 2 additions & 2 deletions Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_VERSION = 0.29.0
APP_BUILD = 300
APP_VERSION = 0.29.1
APP_BUILD = 301

13 changes: 12 additions & 1 deletion appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
<channel>
<title>Copilot for Xcode</title>

<title>Copilot for Xcode</title>
<item>
<title>0.29.1</title>
<pubDate>Tue, 16 Jan 2024 01:12:50 +0800</pubDate>
<sparkle:version>301</sparkle:version>
<sparkle:shortVersionString>0.29.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>12.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>
https://github.com/intitni/CopilotForXcode/releases/tag/0.29.1
</sparkle:releaseNotesLink>
<enclosure url="https://github.com/intitni/CopilotForXcode/releases/download/0.29.1/Copilot.for.Xcode.app.zip" length="37836607" type="application/octet-stream" sparkle:edSignature="vr1qJns96ydxEeW67NDoxuk3Ucchs3JgrPR4nbUfxU9c3K2rlaYAYYgwtVQ8LNbzSjnlAnum9p6hbyQ0ylAfDg=="/>
</item>

<item>
<title>0.29.0</title>
<pubDate>Tue, 09 Jan 2024 00:36:06 +0800</pubDate>
Expand Down

0 comments on commit 431231a

Please sign in to comment.