Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Casks/ai-usage-bar.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "ai-usage-bar" do
version "0.1.4"
sha256 "9afe6ac19c9dad9410855a24efe56ffa3099f0c7b4e7305c61b3f9b006be6239"
version "0.1.5"
sha256 "8f41e31b929849b3e01d0849d729146023dbed8a1a8a9ff347411c701869c28b"

url "https://github.com/Balanced02/ai-usage-bar/releases/download/v#{version}/AIUsageBar-v#{version}.zip"
name "AI Usage Bar"
Expand Down
19 changes: 9 additions & 10 deletions docs/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@
<language>en</language>

<!-- Newest release first. Fill edSignature + length from the Release
workflow's "Sign update for Sparkle" step output. Older buggy builds
(0.1.0–0.1.3) are intentionally omitted so every client updates to 0.1.4+. -->
workflow's "Sign update for Sparkle" step output. -->
<item>
<title>0.1.4</title>
<pubDate>Mon, 13 Jul 2026 21:59:14 +0000</pubDate>
<sparkle:version>0.1.4</sparkle:version>
<sparkle:shortVersionString>0.1.4</sparkle:shortVersionString>
<title>0.1.5</title>
<pubDate>Tue, 14 Jul 2026 14:29:34 +0000</pubDate>
<sparkle:version>0.1.5</sparkle:version>
<sparkle:shortVersionString>0.1.5</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[Fixes a launch crash on fresh installs and removes an unnecessary "access your Documents folder" prompt.]]></description>
<description><![CDATA[Claude live limits are now opt-in — no credential prompt at launch. Click Connect in the Claude tab to enable them.]]></description>
<enclosure
url="https://github.com/Balanced02/ai-usage-bar/releases/download/v0.1.4/AIUsageBar-v0.1.4.zip"
sparkle:edSignature="mPeqh+MRI68gMi+0uUlnH1byKFiECrncOCNW/beK6kBADuVylSg9uxpu7BZE7YumF5uuG9NjM5584hOXbH5BCQ=="
length="2042442"
url="https://github.com/Balanced02/ai-usage-bar/releases/download/v0.1.5/AIUsageBar-v0.1.5.zip"
sparkle:edSignature="iLEj9Oq9EAoI02Y6vqMTmA5/TP1V3PpnzmX0NFEETHNm0BFCvS8BNfrpln7SVS9LssxN4sCVbpSE9m+eolSjDw=="
length="2056369"
type="application/octet-stream" />
</item>
</channel>
Expand Down
Loading