Commit Graph

19 Commits

Author SHA1 Message Date
9cf3cde62f 改进: 托盘图标状态管理和分类配置持久化- 添加活动状态图标(icon_active.png),提供更明显的视觉反馈- 优化图标切换逻辑,确保状态变化时图标正确更新- 增强图标刷新机制,解决某些环境下图标不更新的问题- 添加更全面的错误处理,提高系统托盘功能稳定性- 完善分类配置的持久化和管理机制- 更新README.md,添加v0.1.7版本更新内容 2025-03-02 20:07:24 +08:00
9539cb6cb8 fix package bug 2025-03-02 18:56:33 +08:00
6d40a8afaf update package 2025-03-02 14:28:16 +08:00
ff616eca13 v0.1.5 update 增加AI模型集成,增加图片保存,界面优化,异步优化 2025-03-02 13:58:05 +08:00
a57ef160d6 feat: 更新版本号和程序信息
1. 更新版本号至 0.1.4
- 更新程序标题显示版本号
- 添加版本信息配置文件

2. 修复配置保存和加载问题
- 修复保存路径设置不生效的问题
- 优化配置加载时机,确保使用最新设置
2025-01-16 00:01:35 +08:00
b19f1d1d11 feat: 改进日志系统和文档
1. 改进日志系统
- 添加日志文件轮转功能
- 优化日志文件路径处理
- 重定向控制台输出
- 添加错误处理机制

2. 更新文档
- 添加日志系统说明
- 更新最近更新记录
2025-01-15 23:47:15 +08:00
bb5e014a9b feat: 添加应用程序打包支持
1. 添加 PyInstaller 打包配置
2. 更新 README.md 添加打包说明
3. 生成独立的可执行文件
2025-01-15 23:34:27 +08:00
4a4710e70a docs: 更新 README.md
1. 全面重写文档结构,使其更加清晰和专业
2. 添加项目目录结构和核心模块说明
3. 更新最近的功能改进
2025-01-15 23:14:27 +08:00
ae32c9a94a feat: improve title extraction
- Add support for Chinese and English punctuation
- Fix title truncation and ellipsis
- Improve content cleaning
- Add comprehensive test cases
2025-01-15 22:18:55 +08:00
5330de49fc test: add clipboard content tests
- Add test suite for clipboard content handling
- Add test cases for different content types
- Add test data module
- Improve clipboard operation reliability
- Add better HTML content extraction
2025-01-15 22:08:38 +08:00
bcd15f141f feat: add content validation
- Add content validation to filter empty or invalid content
- Add special handling for excalidraw clipboard content
- Add minimum content length check
- Add user feedback for invalid content
- Improve error messages
2025-01-15 21:59:46 +08:00
0a5179209d fix: improve content capture and title extraction
- Optimize clipboard content capture order (Unicode > HTML > Text)
- Add proper HTML content extraction
- Improve title extraction with markdown and topic sentence support
- Add automatic copy operation before content capture
- Fix content encoding issues
2025-01-15 21:57:46 +08:00
595f22c929 fix: improve clipboard handling and add status messages
- Enhance clipboard content detection and error handling
- Add detailed logging for debugging
- Add GUI status messages for user feedback
- Fix document saving issues
- Improve error reporting
2025-01-15 21:38:34 +08:00
b2494d439b feat: add intelligent document processing
- Add DocumentProcessor class for smart content analysis
- Implement automatic title generation
- Add automatic tagging system
- Add intelligent categorization
- Add metadata support with YAML front matter
- Update documentation with new features
- Add jieba dependency for Chinese text processing
2025-01-15 21:34:42 +08:00
46b7da2a77 feat: improve text format handling and update documentation
- Optimize HTML to Markdown conversion
- Add smart line break handling
- Preserve formatting while cleaning extra spaces
- Update README with detailed format handling features
- Add text processing highlights section
2025-01-15 21:19:42 +08:00
c8ba96bcf6 docs: enhance README with emojis and better structure
- Add emojis for better visual hierarchy
- Improve documentation structure
- Add cross-platform usage instructions
- Add technical stack details
- Add acknowledgements section
- Enhance contribution guidelines
2025-01-15 21:14:49 +08:00
f5849d416d feat: add modern GUI interface and cross-platform support
- Add PyQt6-based modern GUI
- Add system tray support
- Add dark/light theme support
- Refactor app into service architecture
- Update documentation with GUI features
- Add cross-platform compatibility
2025-01-15 21:10:59 +08:00
zhukang
c0b593958d add package and docs 2024-12-13 15:29:23 +08:00
zhukang
c5850d67fd 右键双击自动保存剪贴板内容到markdown文件 2024-12-13 14:22:58 +08:00