Skip to content

Releases: leweii/read-it-never

1.2.1

Choose a tag to compare

@leweii leweii released this 30 Jun 10:02

Fix Obsidian community plugin validator warnings:

  • Replace deprecated eslint-plugin-import with eslint-plugin-import-x
  • Upgrade @mozilla/readability to 0.6.0 (fixes DoS regex advisory)
  • Upgrade isomorphic-dompurify to 3.18.0 (fixes DOMPurify XSS advisories)

1.2.0

Choose a tag to compare

@leweii leweii released this 30 Jun 09:19

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 #ReadItNever tag 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

Choose a tag to compare

@leweii leweii released this 30 Jun 08:16

What's changed

  • fix: resolved the Obsidian validator's type-safety findings at the source — replaced reliance on @types/gapi.youtube ambient globals with self-contained interfaces (and dropped the dependency), added a centrally-typed moment wrapper, rewrote image replacement to avoid loose casts, and fixed remaining no-base-to-string / enum-comparison sites. No runtime behavior change.

Obsidian plugin assets: main.js, manifest.json, styles.css.

1.1.0

Choose a tag to compare

@leweii leweii released this 30 Jun 07:37

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/view API.
  • 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

Choose a tag to compare

@leweii leweii released this 30 Jun 05:34

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.

1.0.0

Choose a tag to compare

@leweii leweii released this 30 Jun 02:38

First release of Read It Never — a rebranded fork of ReadItLater. Save online content to your Obsidian vault.

Install: download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/read-it-never/, or add the repo in BRAT.