From 907ee4a61f3ba56f63da1ecf102b8f8bdaecac92 Mon Sep 17 00:00:00 2001 From: Seth Medina <133716309+SethMed7@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:44:31 -0400 Subject: [PATCH] Release the new branding in uNotch 1.2.1 --- CHANGELOG.md | 3 +++ Resources/Info.plist | 2 +- scripts/build-dmg.sh | 2 +- site/index.html | 2 +- t3.json | 4 ++++ 5 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 t3.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee5822..c8f765a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ All notable changes to uNotch are recorded here. The format follows ## [Unreleased] +## [1.2.1] — 2026-09-10 + ### Changed +- T3 Code uses the canonical logo through the checked-in project configuration. - The logo now depicts a screen with a notch tucked into its left edge, across the app icon, menu bar, settings, website, and favicons. - Link previews now show a designed share card with the tagline and usage HUD, diff --git a/Resources/Info.plist b/Resources/Info.plist index ce5afda..3d233e5 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.0 + 1.2.1 CFBundleVersion 1 LSMinimumSystemVersion diff --git a/scripts/build-dmg.sh b/scripts/build-dmg.sh index b59f932..667a14e 100755 --- a/scripts/build-dmg.sh +++ b/scripts/build-dmg.sh @@ -3,7 +3,7 @@ set -euo pipefail script_dir="${0:A:h}" repo_root="${script_dir:h}" -version="${VERSION:-1.2.0}" +version="${VERSION:-1.2.1}" build_number="${BUILD_NUMBER:-1}" target_arch="${ARCH:-arm64}" developer_id="${APPLE_SIGNING_IDENTITY:-}" diff --git a/site/index.html b/site/index.html index 39283a4..987019c 100644 --- a/site/index.html +++ b/site/index.html @@ -327,7 +327,7 @@

Live AI usage, quietly tucked into the edge of your Mac.

uNotch
- 1.2.0 + 1.2.1
SideLeftRight
PositionDrag to move
diff --git a/t3.json b/t3.json new file mode 100644 index 0000000..07efe7e --- /dev/null +++ b/t3.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://t3.codes/schema/t3.json", + "iconPath": "brand/logo/icon.svg" +}