Files
mio/changelog.md

34 lines
914 B
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.
# 更新日志
## v0.1.0 (2026-04-11)
### 新增功能
- **双列布局**: 左侧笔记列表,右侧编辑器/预览
- **笔记管理**: 创建、编辑、删除笔记
- **Markdown 预览**: 手动实现的 Markdown 渲染器,支持:
- 标题 (# ## ###)
- 列表 (- *)
- 引用 (>)
- 代码块 (```)
- 分割线 (---)
- **多选删除**: 双击进入选择模式,点击切换选中状态,支持批量删除
- **标题截断**: 左侧列表标题过长时显示省略号
- **时间显示**: 格式为 "时间 · 月/日/年",如 "12:45 · 4/11/2026"
### 技术改进
- SQLite 数据库存储位置:`~/.config/mio/cache.db`
- 可编译为单个可执行文件 (mio.exe)
### 已知问题
- 多选功能使用双击模式,不如键盘快捷键直观
- TypeScript 类型警告bold 属性等)
### 构建
```bash
npm run dev # 开发模式
npm run build # 编译成 mio.exe
```