Releases: leweii/read-it-never
Releases · leweii/read-it-never
Release list
1.2.1
Fix Obsidian community plugin validator warnings:
- Replace deprecated
eslint-plugin-importwitheslint-plugin-import-x - Upgrade
@mozilla/readabilityto 0.6.0 (fixes DoS regex advisory) - Upgrade
isomorphic-dompurifyto 3.18.0 (fixes DOMPurify XSS advisories)
1.2.0
What's changed
- Removed content types: Bluesky, Stack Exchange, Pinterest, Mastodon, Vimeo, TikTok. Remaining: Website, YouTube, YouTube Channel, Twitter/X, GitHub, Wikipedia, Bilibili, Text Snippet.
- Internationalization (i18n): new English + Simplified Chinese locales covering commands, menus, notices and the full settings UI.
- Rebrand: all internal identifiers renamed from ReadItLater to ReadItNever.
- Templates: default note templates now use the
#ReadItNevertag instead of the[[ReadItNever]]wikilink.
Breaking: notes can no longer be created for the removed content types.
Obsidian plugin assets: main.js, manifest.json, styles.css.
1.1.1
What's changed
- fix: resolved the Obsidian validator's type-safety findings at the source — replaced reliance on
@types/gapi.youtubeambient globals with self-contained interfaces (and dropped the dependency), added a centrally-typedmomentwrapper, rewrote image replacement to avoid loose casts, and fixed remainingno-base-to-string/ enum-comparison sites. No runtime behavior change.
Obsidian plugin assets: main.js, manifest.json, styles.css.
1.1.0
What's new
- feat: Bilibili notes now include full metadata — description, cover image, uploader (UP主), publish date, view count, duration and parts (分P) — fetched via Bilibili's public
x/web-interface/viewAPI. - refactor: resolved the Obsidian community-plugin validator's type-safety lint warnings across all parsers (type-only, no behavior change).
Obsidian plugin assets: main.js, manifest.json, styles.css.
1.0.1
Fixes Obsidian community-plugin lint issues: removed unsafe innerHTML/outerHTML assignments, the Function constructor, and undescribed ts directives; switched settings headings to the Setting API.
Install: download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/read-it-never/, or add leweii/read-it-never in BRAT.