diff --git a/ClaudeChecker/ContentView.swift b/ClaudeChecker/ContentView.swift index c7efb5e..1100f65 100644 --- a/ClaudeChecker/ContentView.swift +++ b/ClaudeChecker/ContentView.swift @@ -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() diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index 7b525b8..95112b1 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleVersion - 34 + 35 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6451a0f..fea8297 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.