Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}"
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h1>Live AI usage, quietly tucked into the edge of your Mac.</h1>
<div class="head">
<img class="mark" src="brand/logo/mark.svg?v=2" width="20" height="20" alt="">
<div class="title">uNotch</div>
<span class="ver">1.2.0</span>
<span class="ver">1.2.1</span>
</div>
<div class="srow"><span class="lab">Side</span><span class="seg"><span class="on">Left</span><span>Right</span></span></div>
<div class="srow"><span class="lab">Position</span><span class="grip"><svg viewBox="0 0 8 12" fill="currentColor"><circle cx="2" cy="2" r="1.25"/><circle cx="6" cy="2" r="1.25"/><circle cx="2" cy="6" r="1.25"/><circle cx="6" cy="6" r="1.25"/><circle cx="2" cy="10" r="1.25"/><circle cx="6" cy="10" r="1.25"/></svg>Drag to move</span></div>
Expand Down
4 changes: 4 additions & 0 deletions t3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://t3.codes/schema/t3.json",
"iconPath": "brand/logo/icon.svg"
}