File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.1] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1 ) (2023-06-20)
4
+ ### Bug Fixes
5
+ * 修复 docker 版本、vercel 版本和插件版本存储不一致的问题 ([ 6478186] ( https://github.com/terwer/siyuan-plugin-blog/commit/6478186babf740cc0efa1cd8ebae3402ca33213e ) )
6
+ * 修正帮助文档链接 404 问题 ([ 99b1863] ( https://github.com/terwer/siyuan-plugin-blog/commit/99b1863fdfa6d853865b826f3acdf3b775bf969d ) )
7
+ * 修正请求慢的时候无法加载浮窗问题 ([ 8de41e6] ( https://github.com/terwer/siyuan-plugin-blog/commit/8de41e60b0d72486a3ee983921588d89325c5541 ) )
8
+ * 添加浮窗 loading 提升用户体验 ([ 7690aaf] ( https://github.com/terwer/siyuan-plugin-blog/commit/7690aaf5f237c1dca2d0314de6391100b53d8f53 ) )
3
9
## [ 1.2.0] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0 ) (2023-06-20)
4
10
### Features
5
11
* [ #51 ] ( https://github.com/terwer/siyuan-plugin-blog/issues/51 ) 修改配置默认值 ([ c138880] ( https://github.com/terwer/siyuan-plugin-blog/commit/c138880a513a4c7becaea59d783aaac645d83630 ) )
54
60
* 集成 meilisearch ([ 59f6589] ( https://github.com/terwer/siyuan-plugin-blog/commit/59f6589a68167b172773cbc018d6abf96dbc1312 ) )
55
61
* 集成server api ([ 2f7a865] ( https://github.com/terwer/siyuan-plugin-blog/commit/2f7a865e8054deb71b0af4d6e09df6bcb7c765a4 ) )
56
62
* 集成图标模块 ([ b814e0d] ( https://github.com/terwer/siyuan-plugin-blog/commit/b814e0d251378aa445e7c611881693428665c2d8 ) )
57
- ### Bug Fixes
58
63
* 修复依赖问题 ([ 3090ea0] ( https://github.com/terwer/siyuan-plugin-blog/commit/3090ea0f7ebf40a6dfcb3e95a9d17a18a21f6074 ) )
59
64
* 修复工具类引用问题 ([ dfaaf95] ( https://github.com/terwer/siyuan-plugin-blog/commit/dfaaf95b80019086b02ad389b5a9a1983ac91c72 ) )
60
65
### Miscellaneous
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
nuxt3-blog :
4
- image : terwer/nuxt3-blog:1.2.0
4
+ image : terwer/nuxt3-blog:1.2.1
5
5
ports :
6
6
- " 3000:3000"
7
7
env_file :
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ services:
10
10
- ./.env.docker
11
11
restart : no
12
12
user : nuxt3-blog
13
- image : terwer/nuxt3-blog:1.2.0
13
+ image : terwer/nuxt3-blog:1.2.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " siyuan-blog" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " The notions sharing function you want is here too" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 2
2
"name" : " siyuan-blog" ,
3
3
"author" : " terwer" ,
4
4
"url" : " https://github.com/terwer/siyuan-plugin-blog" ,
5
- "version" : " 1.2.0 " ,
5
+ "version" : " 1.2.1 " ,
6
6
"minAppVersion" : " 2.9.0" ,
7
7
"backends" : [
8
8
" windows" ,
You can’t perform that action at this time.
0 commit comments