Skip to content

Commit 4d61f91

Browse files
committed
chore(build): release v0.27.0
1 parent 5a86845 commit 4d61f91

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.27.0 (2026-01-07)
4+
5+
[compare changes](https://github.com/aatrooox/zotepad/compare/v0.26.2...v0.27.0)
6+
7+
### 🚀 Features
8+
9+
- 更换核心编辑器组件 ([ae161d7](https://github.com/aatrooox/zotepad/commit/ae161d7))
10+
- 自定义插件忽略处理md's frontmatter ([efc2ef3](https://github.com/aatrooox/zotepad/commit/efc2ef3))
11+
- 支持加在本地目录来编辑md文件; 测试新编辑器插件milkdown ([23e1a74](https://github.com/aatrooox/zotepad/commit/23e1a74))
12+
13+
### 🏡 Chore
14+
15+
- rm file ([5a86845](https://github.com/aatrooox/zotepad/commit/5a86845))
16+
- 尝试解决安卓键盘弹出问题 ([26e5577](https://github.com/aatrooox/zotepad/commit/26e5577))
17+
- 优化编辑页面显示问题; 但还是没解决 ([47ca467](https://github.com/aatrooox/zotepad/commit/47ca467))
18+
- 自定义编辑器渲染样式 ([c784a2a](https://github.com/aatrooox/zotepad/commit/c784a2a))
19+
20+
321
## v0.26.2 (2026-01-05)
422

523
[compare changes](https://github.com/aatrooox/zotepad/compare/v0.26.1...v0.26.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zotepad",
33
"type": "module",
4-
"version": "0.26.2",
4+
"version": "0.27.0",
55
"private": true,
66
"author": {
77
"name": "aatrooox",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zotepad"
3-
version = "0.26.2"
3+
version = "0.27.0"
44
description = "zotepad - A template for fast development of desktop applications using Tauri and Nuxt.js"
55
authors = [ "aatrox" ]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "zotepad",
4-
"version": "0.26.2",
4+
"version": "0.27.0",
55
"identifier": "com.zzaoclub.zotepad",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)