v2.0.8 — Fix data source endpoints in settings, update screenshots
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user