Skip to content

Commit 8eb670b

Browse files
committed
chore(release): 0.54.0
1 parent 9fefb8e commit 8eb670b

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
11
# Changelog
2+
## [0.54.0](https://github.com/Mereithhh/vanblog/compare/v0.53.0...v0.54.0) (2023-06-27)
3+
4+
5+
### 🐛 Bug Fixes | Bug 修复
6+
7+
* icp 备案文案错误 ([29d0e09](https://github.com/Mereithhh/vanblog/commit/29d0e09606868a4bd610f69e86f9962c8b8005cf))
8+
* public api 文章字段过滤错误 ([fdbd26a](https://github.com/Mereithhh/vanblog/commit/fdbd26a8e1228e77cf51fa345baad5ac6432d9ac))
9+
10+
11+
### ✨ Features | 新功能
12+
13+
* 增加一件脚本来关闭 https 重定向 ([ea41ea8](https://github.com/Mereithhh/vanblog/commit/ea41ea8535ddaaaebc5052951d34e45f6dc31d83))
14+
* 文章或草稿支持批量导出markdown或批量删除操作 [#296](https://github.com/Mereithhh/vanblog/issues/296) ([7dec2f8](https://github.com/Mereithhh/vanblog/commit/7dec2f8f98a8c67f34ba5b8755b9e8fde08e9c21))
15+
* 文章支持锚点定为 [#309](https://github.com/Mereithhh/vanblog/issues/309) ([0ab9fdb](https://github.com/Mereithhh/vanblog/commit/0ab9fdbf31246712a6fad07066d975eb7711de4f))
16+
* 文章标题过长自动截断 [#291](https://github.com/Mereithhh/vanblog/issues/291) ([32df7cd](https://github.com/Mereithhh/vanblog/commit/32df7cd1153278cd8ee99fc1992310300a856dc5))
17+
* 本地图床复制和插入markdown链接改为相对url [#303](https://github.com/Mereithhh/vanblog/issues/303) ([3290dec](https://github.com/Mereithhh/vanblog/commit/3290dece37a3f331d44ac7ec62e9bfd416c6ab59))
18+
* 本地编辑器缓存增加时间戳校验,只有比服务器更新时才会采用本地缓存。另外默认关闭本地缓存,可在编辑器右上角偏好设置中开启 ([7010d32](https://github.com/Mereithhh/vanblog/commit/7010d3217d8aaa5288169995fadfc9801df644b3))
19+
* 系统日志查看功能 ([872930d](https://github.com/Mereithhh/vanblog/commit/872930d75a63faa2b82e12cdadc6327723acc9e6))
20+
21+
22+
### 🚀 Chore | 构建/工程依赖/工具
23+
24+
* 一键脚本增加中国ip检测,分流国内外下载地址 ([a352ad7](https://github.com/Mereithhh/vanblog/commit/a352ad7fd301efba467fe6cdf10de62734278056))
25+
* 一键脚本增加备份恢复功能 ([752f467](https://github.com/Mereithhh/vanblog/commit/752f4670500a8596c81fcc770e35cb686ebefc8f))
26+
* 优化一键脚本 ([784a414](https://github.com/Mereithhh/vanblog/commit/784a41408b909541766a2f2c880b6ed721a1665c))
27+
28+
29+
### ✏️ Documentation | 文档
30+
31+
* 更新备份恢复文档和脚本演示图片 ([f07fc18](https://github.com/Mereithhh/vanblog/commit/f07fc189becf843a31d039658aa041a7f44cd981))
32+
* 更新批量操作相关文档 ([760fce9](https://github.com/Mereithhh/vanblog/commit/760fce953ae721140ecc5b1ee569b146f1543a42))
33+
* 更新文档 ([9fefb8e](https://github.com/Mereithhh/vanblog/commit/9fefb8e2fb1ac998df2f7916cb7a019b8ff7984c))
34+
* 更新文档 ([104a93f](https://github.com/Mereithhh/vanblog/commit/104a93f84810b43628d47ffcb525e4261d750781))
35+
* 更新文档 ([005a246](https://github.com/Mereithhh/vanblog/commit/005a2464a39cd891d58acaf16d81328b89cf6099))
36+
* 更新样例 [#295](https://github.com/Mereithhh/vanblog/issues/295) ([3ca4b7a](https://github.com/Mereithhh/vanblog/commit/3ca4b7a79c4a6f96f39630faed674f74420809a1))
37+
* 更新系统日志文档 ([51e21d8](https://github.com/Mereithhh/vanblog/commit/51e21d8d41a267ab47d7c6bf6827dbdd6aabe058))
38+
* 更新谁在使用 ([8d91726](https://github.com/Mereithhh/vanblog/commit/8d91726986d1c2e4ffb0d3ce49ee7b808c062830))
39+
* 更新谁在使用 [#307](https://github.com/Mereithhh/vanblog/issues/307) ([e085035](https://github.com/Mereithhh/vanblog/commit/e08503541d18284289cd5c399bc6e58cb2a8dc13))
40+
* 更新谁在使用 [#315](https://github.com/Mereithhh/vanblog/issues/315) ([f52aa07](https://github.com/Mereithhh/vanblog/commit/f52aa07e12955bab30c207aa7ddd8dda4ad8b1a4))
41+
* 更新谁在使用 [#317](https://github.com/Mereithhh/vanblog/issues/317) ([3fbca1c](https://github.com/Mereithhh/vanblog/commit/3fbca1c6ef94ef16c7ba7cd1446f8163907d8a92))
42+
* 更新谁在使用 [#320](https://github.com/Mereithhh/vanblog/issues/320) ([fb2097b](https://github.com/Mereithhh/vanblog/commit/fb2097b4926d4bbdcd2631410041683b3ea3a979))
43+
244
## [0.53.0](https://github.com/Mereithhh/vanblog/compare/v0.52.0...v0.53.0) (2023-05-05)
345

446

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.53.0",
3+
"version": "0.54.0",
44
"private": true,
55
"scripts": {
66
"clean": "rm -rf node_modules && rm -rf packages/*/node_modules && rm -rf packages/*/dist",

0 commit comments

Comments
 (0)