ClipnoClipno
Clipno

Changelog

What's new in each version of Clipno

Changelog

[App + Extension] v1.3.0 (2026-08-14)

New Features

  • AI-suggested database setup — connecting your own Notion database is far smoother: both the App and the browser extension now have AI pick the most suitable database and map fields like title, tags and URL to the right properties. Just confirm and you're ready — no more matching everything by hand.
  • Guest mode (App) — parse and clip without signing up; clips are kept locally in the App first. Sign in and connect Notion later to back-fill everything you saved as a guest in one tap.

[CLI] v0.1.1 (2026-07-23)

New Features

  • Command-line tool — the new clipno CLI saves any link to Notion (clipno save <url>) and turns any URL into structured data (clipno extract <url>) right from your terminal, cron jobs, and CI. Install with npm i -g clipno, then sign in from your browser with clipno login.
  • Claude skill — install the companion skill with npx skills add EwingYangs/clipno-cli and just say "save this link to Notion" in any Claude session.

[Extension] v1.2.15 (2026-07-21)

Improvements

  • Email clipping — fixed email bodies turning into a garbled table full of pipe characters when clipping from Gmail; emails now save to Notion with their original layout (paragraphs, images, lists). Outlook and other webmail benefit too.

[Extension] v1.2.14 (2026-07-14)

New Features

  • Feishu / Lark Docs clipping — clip Feishu (Lark) documents with the full text extracted, no longer limited by the page's lazy scrolling; long documents save to Notion in their entirety.
  • Video re-hosting to Notion (Pro) — when Pro members clip a video, the video file is uploaded and hosted right inside the Notion page, so it stays playable even if the original link dies.

[iOS App] v1.2.0 (2026-07-09)

New Features

  • Knowledge tab — browse your clipped articles, posts, videos, and web pages; photo grid with a full-screen viewer, videos play right on the card.
  • Full Notion database sync (Pro) — pull your entire clip library to the phone from Settings → Sync from Notion, including clips saved from the extension, Shortcuts, and other devices.
  • Download videos from select links to Notion (Pro) — supported links get their video file saved into the Notion page, playable right in the app.
  • Save photos & videos to your phone (Pro) — long-press a grid photo or tap the download button under a video.
  • One-tap iOS Shortcut install — Settings generates and copies your access token, then opens the installer; no web download needed.

[Extension] v1.2.13 (2026-07-03)

Improvements

  • Better PDF Clipping — Works with links without a .pdf suffix (e.g. arXiv); titles now come from PDF metadata or the first-page heading; embedded images are saved to Notion at their original position and layout size, sharp on high-resolution displays; AI Summary / Mindmap now work on PDF pages.

[Extension] v1.2.7 (2026-06-04)

New Features

  • Video Transcript — Saving a Bilibili or YouTube video now also captures its transcript into Notion. Toggle in Settings (on by default).
  • AI Transcript Summary — Members can have the transcript summarized by AI and saved with it. AI Summary / Mindmap on video pages now use the transcript as input, sharing the existing AI quota.

Bug Fixes

  • In-site Navigation — Fixed title and author not updating when switching between videos/posts within YouTube, Instagram, etc. (single-page navigation).
  • AI Reliability — Fixed occasional AI failures caused by an expired login token not refreshing.

[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 .shortcut file.
  • 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>).