File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.7.1] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.7.0...v1.7.1 ) (2023-06-30)
3
+ ## [ 1.8.0] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.7.1...v1.8.0 ) (2023-07-02)
4
+ ### Features
5
+ * 授权码模式分享支持过期时间 ([ ab622a0] ( https://github.com/terwer/siyuan-plugin-blog/commit/ab622a0f3e95371a3f34893565e9a53a8169e5a7 ) )
6
+ * 授权码模式的分享支持图片 ([ 9b94c7f] ( https://github.com/terwer/siyuan-plugin-blog/commit/9b94c7f59c7df818d38d94c3097a1316a2d60d9e ) )
7
+ * 重构项目,统一处理公开分享与授权码模式下的分享逻辑 ([ 6c0c651] ( https://github.com/terwer/siyuan-plugin-blog/commit/6c0c651bb87fda6f451fd19bc776ccb322f3e922 ) )
4
8
### Bug Fixes
9
+ * 优化功能提示 ([ a3efbb9] ( https://github.com/terwer/siyuan-plugin-blog/commit/a3efbb94237e3886e6e2395708688e7229835000 ) )
10
+ * 修复公共分享模式ssr报错问题 ([ 7c70974] ( https://github.com/terwer/siyuan-plugin-blog/commit/7c70974d35141889befe488518377ba7d0e561f2 ) )
11
+ * 修复授权码分享模式ssr报错问题 ([ 6dfcd58] ( https://github.com/terwer/siyuan-plugin-blog/commit/6dfcd584524687e2ab759ea35dabee483ae194f6 ) )
12
+ * 修复授权码模式下取消分享页面显示异常问题 ([ 611c95b] ( https://github.com/terwer/siyuan-plugin-blog/commit/611c95bf09927b27ac005cc931d22162cf6cf45a ) )
13
+ * 修复授权码模式下的内链跳转 ([ 5f2a7b6] ( https://github.com/terwer/siyuan-plugin-blog/commit/5f2a7b651bbe06f192d3ed29e4278c36049d3a69 ) )
14
+ * 修复无序列表未展示图标问题 ([ f65dd77] ( https://github.com/terwer/siyuan-plugin-blog/commit/f65dd778b76480943c828953f1fc0a7a8de6eb4d ) )
15
+ ## [ 1.7.1] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.7.0...v1.7.1 ) (2023-06-30)
5
16
* 修复 vercel 样式错乱问题 ([ 0bb9ca4] ( https://github.com/terwer/siyuan-plugin-blog/commit/0bb9ca4747c5ff3181f8ffdb0dd56023ee824795 ) )
6
17
* 修复布局问题 ([ 1bd2a2a] ( https://github.com/terwer/siyuan-plugin-blog/commit/1bd2a2a07e006612cf331ddfd5d057fd1055ce62 ) )
7
18
## [ 1.7.0] ( https://github.com/terwer/siyuan-plugin-blog/compare/v1.6.0...v1.7.0 ) (2023-06-29)
8
- ### Features
9
19
* 修正图标大小展示异常问题 ([ 3141c4b] ( https://github.com/terwer/siyuan-plugin-blog/commit/3141c4b434c91b84071b3def734189a6aad01923 ) )
10
20
* 支持授权码模式下的分享(实验性) ([ d759412] ( https://github.com/terwer/siyuan-plugin-blog/commit/d7594127fecb1bd4838c7f22cc35bb738353ef87 ) )
11
21
* ** deps:** bump zhi-siyuan-api from 1.23.0 to 1.25.5 ([ cdd7274] ( https://github.com/terwer/siyuan-plugin-blog/commit/cdd7274071ada5417901ab0b0945bfa945763755 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " siyuan-blog" ,
3
- "version" : " 1.7.1 " ,
3
+ "version" : " 1.8.0 " ,
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.7.1 " ,
5
+ "version" : " 1.8.0 " ,
6
6
"minAppVersion" : " 2.9.0" ,
7
7
"backends" : [
8
8
" windows" ,
You can’t perform that action at this time.
0 commit comments