Files
crawlab/changelog/v0.2-zh.md
Marvin Zhang 3106347fe9 Remove Chinese and English changelog files and add version-specific changelog files
- Deleted CHANGELOG-zh.md and CHANGELOG.md
- Added version-specific changelog files in the changelog/ directory for v0.2, v0.3, v0.4, v0.5, and v0.6
- Included both Chinese and English versions for some changelog files
- Organized changelogs by version with detailed feature and bug fix descriptions
2025-02-17 11:12:47 +08:00

49 lines
1.9 KiB
Markdown

# 0.2.4 (2019-07-07)
### 功能 / 优化
- **文档优化** - 更详细更有组织的文档
- **Cron 表达式生成器** - 可视化 Cron 表达式生成界面
- **性能优化** - 从 Flask 迁移至 Gunicorn 服务器
### Bug 修复
- **删除爬虫** - 现在会正确删除相关文件和任务 [#69](https://github.com/tikazyq/crawlab/issues/69)
- **MongoDB 认证** - 支持 authenticationDatabase 参数 [#68](https://github.com/tikazyq/crawlab/issues/68)
- **Windows 兼容性** - 在 requirements.txt 中加入 eventlet [#59](https://github.com/tikazyq/crawlab/issues/59)
# 0.2.3 (2019-06-12)
### 功能 / 优化
- **Docker 支持** - 官方 Docker 镜像发布
- **命令行工具** - Crawlab 命令行接口
- **爬虫上传** - 直接上传 ZIP 文件功能
- **字段编辑** - 数据预览时直接编辑字段
### Bug 修复
- **爬虫分页** - 修复爬虫列表分页问题
# 0.2.2 (2019-05-30)
### 功能 / 优化
- **自动字段检测** - 在可配置爬虫中自动提取字段
- **CSV 导出** - 支持 CSV 格式结果下载
- **统计开关** - 百度统计禁用选项
### Bug 修复
- **结果分页** [#45](https://github.com/tikazyq/crawlab/issues/45)
- **定时任务重复** - 关闭 Flask 调试模式防止重复 [#32](https://github.com/tikazyq/crawlab/issues/32)
- **API 地址配置** - 添加 VUE_APP_BASE_URL 环境变量 [#30](https://github.com/tikazyq/crawlab/issues/30)
# 0.2.1 (2019-05-27)
### 主要功能
- **可配置爬虫** - 通过界面无需代码创建爬虫
# 0.2 (2019-05-10)
### 核心功能
- **高级统计** - 爬虫详情页详细统计
- **网站指标** - 中国网站列表及 robots.txt 和响应时间监控
# 0.1.1 (2019-04-23)
### 基础功能
- **基础统计** - 失败计数和结果总数
- **近实时更新** - 5 秒轮询任务更新
- **定时任务** - 集成 APScheduler 实现定时任务
# 0.1 (2019-04-17)
- **首次发布** - 基础爬虫和任务管理