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>