Skip to content

Commit

Permalink
🔖 (Release) 1.5.4 Improved chat speed and model stability
Browse files Browse the repository at this point in the history
Solved a few crashes and improved model lifecycle handling. Not perfect, Ollama can still hang, but significantly improved
  • Loading branch information
djmango committed Jan 26, 2024
1 parent 4637086 commit b53fc5b
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 15 deletions.
Binary file modified Gravity.app/Contents/CodeResources
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Gravity.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.5.4</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>18</string>
<string>23</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified Gravity.app/Contents/MacOS/Gravity
Binary file not shown.
Binary file modified Gravity.app/Contents/Resources/ollama-darwin
Binary file not shown.
4 changes: 2 additions & 2 deletions Gravity.app/Contents/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
</data>
<key>Resources/ollama-darwin</key>
<data>
xpdKH6W1G1/FKGwlw+R9m0PJEOw=
/ZVeyFoV0Bfj9hAsqf1ATXShF9o=
</data>
<key>Resources/whisper_whisper.bundle/Contents/Info.plist</key>
<data>
Expand Down Expand Up @@ -401,7 +401,7 @@
<dict>
<key>hash2</key>
<data>
JkGHEpVZw+TxvbCESARL62Qoldda0XjX2fhlBJG9l2g=
w6qullZyExbdfU+xTQYF6xjZt0fROP6n0CBS5t4h4Ms=
</data>
</dict>
<key>Resources/whisper_whisper.bundle/Contents/Info.plist</key>
Expand Down
24 changes: 13 additions & 11 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>Gravity</title>
<item>
<title>1.5.4</title>
<pubDate>Thu, 25 Jan 2024 20:01:12 -0800</pubDate>
<sparkle:version>23</sparkle:version>
<sparkle:shortVersionString>1.5.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>
https://invisibilityinc.github.io/Gravity/CHANGELOG/1.5.0.html</sparkle:releaseNotesLink>
<enclosure
url="https://github.com/InvisibilityInc/Gravity/releases/download/1.5.4/Gravity.Installer.1.5.4.dmg"
length="21799684" type="application/octet-stream"
sparkle:edSignature="rK2kSFIpVKpXwuFCN1KZzvFYcr+dj3HdPjBlLdOr4sHHchO2WHSCuwQUA4Erog0roR6oth52FygTCVBv73EyBg==" />
</item>
<item>
<title>1.5.0</title>
<pubDate>Thu, 25 Jan 2024 00:31:24 -0800</pubDate>
Expand All @@ -28,16 +41,5 @@
length="19659284" type="application/octet-stream"
sparkle:edSignature="jmk9D+SVWQAhtnQy73VHP5AUG9HRQkQwf+JX21V7DPA3KRe4PN7raK7fn4xo5SlLfntUCMNaWzl5f9+tiZrWAg==" />
</item>
<item>
<title>1.3.5</title>
<pubDate>Tue, 16 Jan 2024 22:40:21 -0800</pubDate>
<sparkle:version>13</sparkle:version>
<sparkle:shortVersionString>1.3.5</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/InvisibilityInc/Gravity/releases/download/1.3.5/Gravity.Installer.1.3.5.dmg"
length="19619560" type="application/octet-stream"
sparkle:edSignature="6CIEPeT+OfGLqmJYBUI+ltFlSpmZrXw9F1wrF/czekvMj2Vca8v7JBFNxl7CK8XpBSNN00rcqkWQhNifBm6uCA==" />
</item>
</channel>
</rss>

0 comments on commit b53fc5b

Please sign in to comment.