Files
Format-Converter/CHANGELOG.md

51 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 更新日志
## [2.0.0] - 2026-02-06
### 🎉 重大更新
#### UI 重构
- ✅ 完全迁移到 **Tailwind CSS**,移除 90% 的自定义 CSS从 1800+ 行减少到 199 行)
- ✅ 使用 **Lucide Icons** 替换所有内联 SVG
- ✅ 现代化的玻璃态效果和动画
- ✅ 完整的响应式设计
#### 性能优化
- ✅ 取消缩略图生成,改为懒加载
- ✅ 图片使用 base64 懒加载
- ✅ 编码信息异步获取
- ✅ 文件分析速度提升 50-100 倍
#### 新功能
- ✅ FFmpeg 自动安装引导
- ✅ 安装进度实时显示
- ✅ 批量文件处理优化
- ✅ 智能输出路径设置
#### 技术栈升级
- ✅ Tauri 2.0
- ✅ Tailwind CSS 3.x
- ✅ Lucide Icons
- ✅ ES6+ 模块化
### 📝 文档更新
- ✅ 重写 README.md更清晰的项目说明
- ✅ 添加 node_modules 说明
- ✅ 添加详细的项目结构说明
- ✅ 添加常见问题解答
### 🗑️ 清理
- ✅ 删除所有重构临时文件
- ✅ 删除备份文件
- ✅ 删除重构脚本和文档
---
## [1.0.0] - 2025-XX-XX
### 初始版本
- 基础的格式转换功能
- 支持视频、音频、图片格式
- 自定义 CSS 样式
- 内联 SVG 图标