Skip to content

Releases: lcomplete/huntly

v0.5.0

30 Nov 21:44

Choose a tag to compare

🚀 Huntly v0.5.0 发布:告别无效收藏! 👋

🔥 新功能 —— 网页片段(Snippets)支持,你可以保存 💾 或使用 AI 指令 🤖 操作任意网页片段,打造真正高密度的知识库 🧠。

📚 新增文章目录(TOC)功能长文结构一目了然 🧐,阅读效率倍增 ⚡️。

🛠 下个版本计划: 已保存内容自动同步到 Markdown 文件夹 📂。 届时,你可以直接使用 Copilot / Claude Code / Cursor 等 Coding Agent 🧑‍💻 对知识库进行深度对话 💬。

Full Changelog: v0.4.9...v0.5.0

v0.4.9

18 Sep 21:12

Choose a tag to compare

🎯 Text Highlighting Improvements

This release focuses on enhancing the text highlighting functionality with improved user experience and text rendering.

✨ New Features & Enhancements

  • Enhanced Text Selection Handling: Improved the TextHighlighter component with better text selection logic and handling capabilities
  • Improved Line Break Rendering: Refactored text rendering in highlights to properly handle line breaks and text formatting
  • Better Text Display: Enhanced text rendering in both the PageHighlightList component and main Highlights page for better readability

🔧 Technical Improvements

  • Component Refactoring: Significant improvements to the text highlighting infrastructure

    • Updated TextHighlighter.tsx with enhanced selection handling (84 lines changed)
    • Improved PageHighlightList.tsx with better text rendering logic
    • Enhanced Highlights.tsx page with improved text display formatting
  • Code Quality: Added comprehensive documentation and improved code organization

    • Updated AGENTS.md with additional development guidelines and patterns

📝 Files Changed

  • app/client/src/components/highlights/TextHighlighter.tsx
  • app/client/src/components/highlights/PageHighlightList.tsx
  • app/client/src/pages/Highlights.tsx
  • AGENTS.md

Full Changelog: v0.4.8...v0.4.9

v0.4.8

17 Sep 19:59

Choose a tag to compare

✨ New Features

  • Text Highlighting: Added comprehensive text highlighting functionality for articles. Users can now highlight important content, create personal annotations, and manage highlights with full persistence across sessions.

📖 Documentation

  • Updated project documentation to reflect new highlighting capabilities
  • Enhanced README with feature descriptions in both English and Chinese

🔧 Technical Updates

  • Backend API support for highlight storage and retrieval
  • Frontend components for highlight creation and management
  • Database schema enhancements for highlight functionality

Full Changelog: v0.4.7...v0.4.8

v0.4.7

01 Sep 09:56

Choose a tag to compare

✨ 新增

  • 支持 Markdown 导出。

🐛 修复

  • 修复 XHR 拦截导致的请求异常问题。
  • 提升日志配置的兼容性,兼容旧版配置格式。
  • 修复滚动操作时“标记为已读”不生效的问题。

Full Changelog: v0.4.6...v0.4.7

v0.4.6

29 Jun 08:21

Choose a tag to compare

Key Features

🚀 Mark Read on Scroll Feature

  • Automatic Reading Progress: Implemented "mark read when you scroll past them" functionality
  • Smart Detection: Uses IntersectionObserver to track article visibility with 90px top margin offset
    for UI overlays

📖 Enhanced Article Filters

  • Show All Articles Toggle: Added ability to view both read and unread articles

🛠️ Backend Enhancements

  • Twitter Integration: Enhanced TweetParser to handle null user properties and improved retweet
    processing
  • Settings Management: Added global settings support for client preferences

v0.4.5

27 Jun 17:06

Choose a tag to compare

✨ Key Features

  • AI Article Shortcuts: New shortcut system for AI-powered
    content processing (summary, translation, key points extraction,
    etc.)

v0.3.9

29 Aug 17:09

Choose a tag to compare

  • use okhttp caching http client fetch rss feed.
  • avoid rss article updates repeated.

v0.3.8

24 May 15:07

Choose a tag to compare

  • 支持 OPML 导出

v0.3.7

28 Apr 18:53

Choose a tag to compare

  • 支持按 url、作者进行搜索
  • 支持时间范围筛选
  • 支持热门推特排序

v0.3.6

23 Apr 10:01

Choose a tag to compare

  • Better mobile support, not perfect but usable.