v1.1.2-beta.1 — remove redundant window labels from card rows

This commit is contained in:
2026-05-07 22:36:02 +02:00
parent cc9e2aaba1
commit 9be5069aac
3 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ struct LimitCard: View {
AgentIconView(agent: .claude, size: 14)
Text("Claude")
.font(.system(size: 13, weight: .semibold))
Text("· \(vm.planLabel) · \(limit.window.label)")
Text("· \(vm.planLabel)")
.font(.system(size: 11))
.foregroundColor(.secondary)
Spacer()
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleVersion</key>
<string>34</string>
<string>35</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
+3 -6
View File
@@ -1,7 +1,4 @@
## What's new in v1.1.1
## What's new in v1.1.2
### Clearer limit labels
The 5hr and 7 Day usage cards now have clear section headers so it's immediately obvious which limit is which.
### Login window fix
The sign-in sheet now reliably closes after a successful login. A **Done** button also appears as a fallback once authentication is detected — no more being stuck with only a Cancel button.
### Cleaner card headers
Removed the redundant "5h" / "7d" window labels from each card row — the section headers already make it clear which limit is which.