Changelog
What's new in each version of Clipno
Changelog
[iOS App] v1.0.0 (2026-05-25)
🎉 Initial release
- Native iOS app — Clip from Safari, share sheet and any iOS app to your Notion workspace.
- iPhone & iPad — Universal binary, optimized for both form factors.
- Notion OAuth login — Connect your workspace in one tap.
- One-tap save — Title, content, tags and metadata extracted server-side.
[iOS Shortcut] v1.0.0 (2026-05-25)
🎉 Initial release
- Share sheet shortcut — One-tap clip from any iOS app's share sheet, no review screen.
- No app install required — Just import the signed
.shortcutfile. - Personal Access Token auth — Paste your token once during import.
- Server-side extraction — Title, content and tags pulled in the background; the result lands in Notion in about a minute.
- Localized — Separate versions for English, 中文, 日本語 and 한국어; same filename across languages.
[Extension] v1.2.6 (2026-04-08)
New Features
- PDF Clipping — Clip online PDFs directly from the browser. Extracts text with paragraph and heading detection, saves structured content to Notion.
- Email Type — Gmail, Outlook, Yahoo Mail, Proton Mail, QQ Mail, and NetEase Mail pages are now recognized as "Email" type when saving to Notion.
- Note Editor Toggle — New setting to show or hide the Note editor in the clip form. Default is on.
Bug Fixes
- Tag Matching — Fixed word boundary matching so tags like "AI" no longer match words like "pain". CJK tags still use substring matching.
- iframe Handling — Fixed message channel blocking on multi-iframe pages (e.g. Gmail). Iframes now exit early without holding the channel open.
- Naver Blog — Fixed content extraction for blog.naver.com (iframe-based content).
- ChatGPT Clipping — Updated selector to match ChatGPT's new DOM structure (
<section>instead of<article>).