Skip to content

Tags: to/nooklog

Tags

v0.7.3

Toggle v0.7.3's commit message
v0.7.3

- fix: Generate Markdown with only YAML for invalid HTML (removed 'missing_content')
- fix: Add archive attribute during Defuddle fallback

v0.7.2

Toggle v0.7.2's commit message
0.7.2

- feat: Add support for Defuddle (Obsidian Web Clipper engine)
- feat: Enable generic iframe rendering in markdown with clean DOMPurify settings
- feat: Add whitelist filtering for self-contained iframes during HTML ingest to automatically strip unsupported ones

v0.7.1

Toggle v0.7.1's commit message
v0.7.1

- fix: improved crawler stability and fetching from the Internet Archive

v0.7

Toggle v0.7's commit message
v0.7

- feat: add Internet Archive support to crawler
- fix: ensure robust re-embedding

v0.6.4

Toggle v0.6.4's commit message
v0.6.4

- fix: ensure incremental_vacuum works correctly
- fix: isolate registerEssentialScripts for Chrome extension
- fix: enhance robustness of queue task processing
- fix: prevent accidental vector table deletion when model is empty
- feat: add manual vector table deletion feature
- fix: skip crawler on login-required pages
- feat: allow date range search with reversed from/to dates

v0.6.3

Toggle v0.6.3's commit message
v0.6.3

- feat: add search period navigation (prev/next)
- fix: resolve network error in URL validation process

v0.6.2

Toggle v0.6.2's commit message
v0.6.2

feat: Implement date range search
feat: Improve toast notifications
feat: Implement undo for deletion
feat: Sort tags by usage frequency
feat: Add direct search shortcuts (u: for URL, t: for tags)

v0.6.1

Toggle v0.6.1's commit message
v0.6.1:

- feat: implement periodic database maintenance (vacuum)
- fix: handle HTML ingestion for pages extended by uAutoPagerize

v0.6.0

Toggle v0.6.0's commit message
v0.6.0

- feat: implement browser-based crawler and content backfill system
- feat: add API key authentication support for external integrations
- feat: add plain text import functionality
- feat: support content filling from URL only
- fix: resolve issue where HTML import was not functioning correctly

v0.5.0

Toggle v0.5.0's commit message
v0.4.2: Support Vector Index (ANN) and Fastify Migration

feat(db): support vector index search (ANN)
feat(dev): migrate to Fastify