From 8d222d63f0fd4cdcb040eb3db274c711eb51348c Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 17:38:31 +0200 Subject: [PATCH] =?UTF-8?q?Release=20v1.0.6=20=E2=80=94=20improve=20update?= =?UTF-8?q?=20notification=20subtitle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change notification prompt to "Tap to view release notes & update now!" --- ClaudeChecker/Info.plist | 4 ++-- RELEASE_NOTES.md | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index 6b20ca6..8ee6b4e 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.5 + 1.0.6 CFBundleVersion - 24 + 25 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3754e8f..d049848 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,4 @@ -## What's new in v1.0.5 +## What's new in v1.0.6 -### 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. - -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. +### Improved update notification +The update notification now reads **"Tap to view release notes & update now!"** — making it clear you can read what's changed before installing.