v2.0.8 — Fix data source endpoints in settings, update screenshots

This commit is contained in:
superdooper86
2026-05-07 15:28:08 +02:00
parent d2815d65ce
commit 6a4bb73c4f
6 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -735,8 +735,10 @@ struct SettingsView: View {
.font(.system(size: 12, weight: .medium))
.foregroundColor(.secondary)
VStack(alignment: .leading, spacing: 2) {
Text("• /api/bootstrap")
Text("• /api/organizations/{id}/usage")
Text("• /api/organizations/{id}/rate_limits")
Text("• /api/organizations/{id}/overage_spend_limit")
Text("• /api/organizations/{id}/prepaid/credits")
}
.font(.system(size: 11, design: .monospaced))
.foregroundColor(Color.secondary.opacity(0.7))
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.7</string>
<string>2.0.8</string>
<key>CFBundleVersion</key>
<string>14</string>
<string>15</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
+1 -1
View File
@@ -8,7 +8,7 @@
[![macOS](https://img.shields.io/badge/macOS-13.0+-000000?style=flat&logo=apple&logoColor=white)](https://www.apple.com/macos/)
[![Swift](https://img.shields.io/badge/Swift-5.9-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org)
[![Version](https://img.shields.io/badge/version-2.0.7-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases)
[![Version](https://img.shields.io/badge/version-2.0.8-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat)](LICENSE)
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 96 KiB

+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "2.0.7",
"url": "https://github.com/superdooper86/claudechecker/releases/download/v2.0.7/ClaudeChecker.zip",
"notes": "Show account email in settings auth section."
"version": "2.0.8",
"url": "https://github.com/superdooper86/claudechecker/releases/download/v2.0.8/ClaudeChecker.zip",
"notes": "Updated data sources list in settings."
}