File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " zotepad"
3- version = " 0.26.2 "
3+ version = " 0.27.0 "
44description = " zotepad - A template for fast development of desktop applications using Tauri and Nuxt.js"
55authors = [ " aatrox" ]
66license = " MIT"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments