Changelog
What's new in each version of Clipno
Changelog
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>).