Skip to content

Releases: FrankS-IntelLab/libreintel

v0.7.0 — Source URL Tracking

06 Apr 10:24

Choose a tag to compare

What's New

📄 Source URL Tracking — Every text snippet now remembers where it came from.

Details

  • Each node records the source URL of the page where the text was captured — whether it's a local PDF (file://) or a website (https://)
  • A 📄 icon appears in the tree next to nodes with a source — hover to see the full URL, click to open it
  • In chat view, the source URL is displayed as a clickable link below the snippet text
  • Markdown exports now include a [Source](url) link alongside each node's timestamp
  • Both the right-click context menu and the content script popup capture the page URL

Why This Matters

You now have full traceability: when (timestamp) and where (source URL) each piece of knowledge was captured. This makes it easy to revisit original sources and verify your notes.


Full changelog: v0.6.0...v0.7.0