Skip to content

Commit 5976b75

Browse files
committed
chore: bump version to 1.1.0 and update changelog
1 parent d0a04c5 commit 5976b75

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable user-facing changes, feature additions, and improvements to OpenClip
44

55
---
66

7+
## v1.1.0 - 2026-08-26
8+
9+
### Features & Improvements
10+
- **Anchored Action Configuration**: Replaced the edit sheet with an anchored popover accessed from the gear button or by double-clicking action rows, combining appearance and general settings into an inset-grouped editor with hero icon headers.
11+
- **Unified Result Cards & Live Previews**: Standardized the result card presentation across all actions and AI tools with live preview support, consistent styling, and customization-resolved action icons.
12+
- **Curated Onboarding & Recommendations**: Onboarding now recommends curated store extensions (including Quick Translate and Speak Selection) with full catalog resolution, deduplication, and resilient fallback icon rendering.
13+
- **Extension Store Cache**: Introduced a shared TTL in-memory cache across the Store tab, Onboarding, and background update checks for faster catalog browsing.
14+
- **App Rules & Menu Bar Polish**: Refined the App Rules tab with enhanced per-app configuration controls; pinned extension management to the top of the menu bar Extensions submenu.
15+
- **Post-Onboarding Coach Marks**: Added contextual coach mark nudges to guide new users through Accessibility permissions and setup.
16+
17+
### Fixes & Stability
18+
- **Selection & Cursor Classification**: Improved cursor detection to use system-wide cursor state (`NSCursor.currentSystem`), ensuring reliable text selection detection across all apps.
19+
- **Gated Clipboard Fallback**: Gated clipboard fallback activation on text insertion cursors (I-beam) and successful paste probes.
20+
- **Popup & Toast Interactions**: Clicks on the popup shadow ring now dismiss and fall through to background apps; toasts anchor cleanly to the popup frame with fixed shadow clipping.
21+
- **Extension Catalog & Validator**: Updated catalog with bug fixes across 25 community extensions and aligned the manifest validator to accept payload-free service actions.
22+
23+
---
24+
725
## v1.0.1 - 2026-08-22
826

927
### Features & Improvements

OpenClip.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@
16691669
CODE_SIGN_IDENTITY = "-";
16701670
CODE_SIGN_STYLE = Automatic;
16711671
COMBINE_HIDPI_IMAGES = YES;
1672-
CURRENT_PROJECT_VERSION = 2;
1672+
CURRENT_PROJECT_VERSION = 3;
16731673
DEVELOPMENT_TEAM = "";
16741674
ENABLE_HARDENED_RUNTIME = YES;
16751675
GENERATE_INFOPLIST_FILE = YES;
@@ -1681,7 +1681,7 @@
16811681
"@executable_path/../Frameworks",
16821682
);
16831683
MACOSX_DEPLOYMENT_TARGET = 14.0;
1684-
MARKETING_VERSION = 1.0.1;
1684+
MARKETING_VERSION = 1.1.0;
16851685
PRODUCT_BUNDLE_IDENTIFIER = com.openclip.OpenClip;
16861686
SDKROOT = macosx;
16871687
SWIFT_STRICT_CONCURRENCY = complete;
@@ -1696,7 +1696,7 @@
16961696
CODE_SIGN_IDENTITY = "-";
16971697
CODE_SIGN_STYLE = Automatic;
16981698
COMBINE_HIDPI_IMAGES = YES;
1699-
CURRENT_PROJECT_VERSION = 2;
1699+
CURRENT_PROJECT_VERSION = 3;
17001700
DEVELOPMENT_TEAM = "";
17011701
ENABLE_HARDENED_RUNTIME = YES;
17021702
GENERATE_INFOPLIST_FILE = YES;
@@ -1708,7 +1708,7 @@
17081708
"@executable_path/../Frameworks",
17091709
);
17101710
MACOSX_DEPLOYMENT_TARGET = 14.0;
1711-
MARKETING_VERSION = 1.0.1;
1711+
MARKETING_VERSION = 1.1.0;
17121712
PRODUCT_BUNDLE_IDENTIFIER = com.openclip.OpenClip;
17131713
SDKROOT = macosx;
17141714
SWIFT_STRICT_CONCURRENCY = complete;

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ targets:
3535
settings:
3636
base:
3737
GENERATE_INFOPLIST_FILE: YES
38-
MARKETING_VERSION: "1.0.1"
39-
CURRENT_PROJECT_VERSION: "2"
38+
MARKETING_VERSION: "1.1.0"
39+
CURRENT_PROJECT_VERSION: "3"
4040
INFOPLIST_KEY_CFBundleShortVersionString: $(MARKETING_VERSION)
4141
INFOPLIST_KEY_CFBundleVersion: $(CURRENT_PROJECT_VERSION)
4242
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon

0 commit comments

Comments
 (0)