Releases: lcomplete/huntly
Releases · lcomplete/huntly
v0.5.0
🚀 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
🎯 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
TextHighlightercomponent 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
PageHighlightListcomponent and mainHighlightspage for better readability
🔧 Technical Improvements
-
Component Refactoring: Significant improvements to the text highlighting infrastructure
- Updated
TextHighlighter.tsxwith enhanced selection handling (84 lines changed) - Improved
PageHighlightList.tsxwith better text rendering logic - Enhanced
Highlights.tsxpage with improved text display formatting
- Updated
-
Code Quality: Added comprehensive documentation and improved code organization
- Updated
AGENTS.mdwith additional development guidelines and patterns
- Updated
📝 Files Changed
app/client/src/components/highlights/TextHighlighter.tsxapp/client/src/components/highlights/PageHighlightList.tsxapp/client/src/pages/Highlights.tsxAGENTS.md
Full Changelog: v0.4.8...v0.4.9
v0.4.8
✨ 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
✨ 新增
- 支持 Markdown 导出。
🐛 修复
- 修复 XHR 拦截导致的请求异常问题。
- 提升日志配置的兼容性,兼容旧版配置格式。
- 修复滚动操作时“标记为已读”不生效的问题。
Full Changelog: v0.4.6...v0.4.7
v0.4.6
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
✨ Key Features
- AI Article Shortcuts: New shortcut system for AI-powered
content processing (summary, translation, key points extraction,
etc.)
v0.3.9
- use okhttp caching http client fetch rss feed.
- avoid rss article updates repeated.
v0.3.8
- 支持 OPML 导出
v0.3.7
- 支持按 url、作者进行搜索
- 支持时间范围筛选
- 支持热门推特排序
v0.3.6
- Better mobile support, not perfect but usable.