Skip to content

Commit 4f1fe7d

Browse files
authored
build: release v2.1.0 (#1071)
1 parent 63a9d0e commit 4f1fe7d

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [v2.1.0] - 2025-10-17
2+
3+
### ✨ 新特性
4+
5+
- **AI 助手侧边栏 & 文生图**:新增独立的 AI 助手侧边栏,支持智能对话、文本生成与 AI 图像生成功能,让创作更高效便捷。
6+
- **PlantUML & Ruby 语法支持**:支持 PlantUML 图表渲染和 Ruby 文本标注(注音符号),扩展图表与多语言表达能力。
7+
- **图片压缩 & 上传进度条**:上传图片时自动压缩并显示进度条,优化存储空间与用户体验。
8+
- **移动端适配增强**:进一步优化移动端显示与交互体验,支持更流畅的移动端创作。
9+
10+
### 🏗️ 架构与部署
11+
12+
- **CodeMirror 升级至 v6**:编辑器核心组件全面升级,提升性能与稳定性。
13+
- **Vite 升级至 v7**:构建工具全面升级,显著提升构建速度与开发体验。
14+
- **pnpm Monorepo 重构**:项目重构为 pnpm monorepo 架构,提升代码组织与维护效率。
15+
- **Cloudflare Workers 部署**:支持 Cloudflare Workers 部署与自动化 CI/CD,增强全球访问性能。
16+
17+
### 👏 贡献者
18+
19+
感谢以下贡献者的杰出贡献:
20+
21+
@yanglbme @YangFong @zeevenn @honwhy @xxxxxxxjy @lihuacai168 @simonzhangs
22+
23+
> 感谢所有贡献者的努力!🚀
24+
> **doocs/md** 将持续为打造更流畅、更强大的 Markdown 创作体验不断前行!
25+
126
## [v2.0.4] - 2025-06-20
227

328
### ✨ 新特性

apps/utools/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"pluginName": "微信 Markdown 编辑器",
3-
"description": "Markdown 文档自动排版为微信图文随时在 uTools 中打开使用",
4-
"version": "2.0.4",
3+
"description": "Markdown 文档自动排版为微信图文,随时在 uTools 中打开使用",
4+
"version": "2.1.0",
55
"author": "doocs",
66
"homepage": "https://github.com/doocs/md",
77
"pluginType": "tool",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "md",
33
"type": "module",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"private": false,
66
"description": "WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、自定义主题样式、内容管理、多图床、AI 助手等特性",
77
"homepage": "https://github.com/doocs/md",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@md/core",
33
"type": "module",
4-
"version": "2.0.4",
4+
"version": "2.1.0",
55
"private": true,
66
"exports": {
77
".": "./src/index.ts",

0 commit comments

Comments
 (0)