From 0843730ae19f6f86abf9014eea424bba4722c582 Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 17:29:29 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v1.0.5=20=E2=80=94=20fix=20markdown?= =?UTF-8?q?=20rendering=20in=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use Text(.init()) to parse markdown in update sheet and banner. Notification popup now shows a fixed subtitle instead of raw notes. --- ClaudeChecker/Info.plist | 4 ++-- RELEASE_NOTES.md | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index d6305e4..6b20ca6 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.4 + 1.0.5 CFBundleVersion - 23 + 24 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fe25ab2..3754e8f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,6 @@ -## What's new in v1.0.4 +## What's new in v1.0.5 -### Clickable notifications -Notifications are now interactive — tap to act, not just read: +### Release notes now render correctly +The update sheet and in-app banner now render markdown formatting in release notes — headers, bold text, and bullet points all display correctly instead of showing raw `##` and `**` characters. -- **Limit warnings & resets** (80%, 95%, reset) — tapping the notification opens the main ClaudeChecker window so you can see your current usage at a glance -- **Update available** — tapping the notification opens the main window with the update sheet already showing, so you can install in one click - -Previously notifications were display-only and required manually clicking the menubar icon to take action. This removes that friction. +The update notification popup no longer shows the full release notes text; it shows a concise "Tap to update now." prompt instead, keeping it compact.