File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ 1.2.1] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1 ) (2023-06-20)
4
-
5
-
6
4
### Bug Fixes
7
-
8
5
* 修复 docker 版本、vercel 版本和插件版本存储不一致的问题 ([ 6478186] ( https://github.com/terwer/siyuan-plugin-blog/commit/6478186babf740cc0efa1cd8ebae3402ca33213e ) )
9
6
* 修正帮助文档链接 404 问题 ([ 99b1863] ( https://github.com/terwer/siyuan-plugin-blog/commit/99b1863fdfa6d853865b826f3acdf3b775bf969d ) )
10
7
* 修正请求慢的时候无法加载浮窗问题 ([ 8de41e6] ( https://github.com/terwer/siyuan-plugin-blog/commit/8de41e60b0d72486a3ee983921588d89325c5541 ) )
11
8
* 添加浮窗 loading 提升用户体验 ([ 7690aaf] ( https://github.com/terwer/siyuan-plugin-blog/commit/7690aaf5f237c1dca2d0314de6391100b53d8f53 ) )
12
-
13
9
## [ 1.2.0] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0 ) (2023-06-20)
14
10
### Features
15
11
* [ #51 ] ( https://github.com/terwer/siyuan-plugin-blog/issues/51 ) 修改配置默认值 ([ c138880] ( https://github.com/terwer/siyuan-plugin-blog/commit/c138880a513a4c7becaea59d783aaac645d83630 ) )
64
60
* 集成 meilisearch ([ 59f6589] ( https://github.com/terwer/siyuan-plugin-blog/commit/59f6589a68167b172773cbc018d6abf96dbc1312 ) )
65
61
* 集成server api ([ 2f7a865] ( https://github.com/terwer/siyuan-plugin-blog/commit/2f7a865e8054deb71b0af4d6e09df6bcb7c765a4 ) )
66
62
* 集成图标模块 ([ b814e0d] ( https://github.com/terwer/siyuan-plugin-blog/commit/b814e0d251378aa445e7c611881693428665c2d8 ) )
67
- ### Bug Fixes
68
63
* 修复依赖问题 ([ 3090ea0] ( https://github.com/terwer/siyuan-plugin-blog/commit/3090ea0f7ebf40a6dfcb3e95a9d17a18a21f6074 ) )
69
64
* 修复工具类引用问题 ([ dfaaf95] ( https://github.com/terwer/siyuan-plugin-blog/commit/dfaaf95b80019086b02ad389b5a9a1983ac91c72 ) )
70
65
### Miscellaneous
79
74
* remove log ([ 1617a4e] ( https://github.com/terwer/siyuan-plugin-blog/commit/1617a4edf528028f70d0be8f2edd5b8354cdcf41 ) )
80
75
* remove static preset ([ 2a1ef1b] ( https://github.com/terwer/siyuan-plugin-blog/commit/2a1ef1b4199a8e11535239b896281de998bade9e ) )
81
76
* set repo as a mirror ([ 609d383] ( https://github.com/terwer/siyuan-plugin-blog/commit/609d383e859861971188b200375d124e2fef698c ) )
82
- * 修改项目说明 ([ c45182e] ( https://github.com/terwer/siyuan-plugin-blog/commit/c45182ed2303cbad4d8b1ce68932e13fc80ccf04 ) )
77
+ * 修改项目说明 ([ c45182e] ( https://github.com/terwer/siyuan-plugin-blog/commit/c45182ed2303cbad4d8b1ce68932e13fc80ccf04 ) )
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 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