Skip to content

Commit 1cb2826

Browse files
authored
Merge pull request #121 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.6.0
2 parents fd5eace + d9b612c commit 1cb2826

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Changelog
22

3-
## [1.5.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.4.0...v1.5.0) (2023-06-21)
3+
## [1.6.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.5.0...v1.6.0) (2023-06-25)
44
### Features
5+
* pc客户端支持切换ip [实验性] ([de35c96](https://github.com/terwer/siyuan-plugin-blog/commit/de35c96f22552671b66caefef486d152a853374c))
6+
* 支持临时开启预览权限,仅发布工具使用 [实验性] ([2cde705](https://github.com/terwer/siyuan-plugin-blog/commit/2cde705b8f8f0aa2adebff559938089d54a9f1a8))
7+
* 支持配置 siyuan-api 请求 cookie [实验性] ([487fbf5](https://github.com/terwer/siyuan-plugin-blog/commit/487fbf5bece5d8bab94f5e90c28d4170a59589c5))
8+
* 解决链接展示不明显问题 ([0f1d622](https://github.com/terwer/siyuan-plugin-blog/commit/0f1d6227f1d8c376075ee14d041e92ddaf243bd1))
9+
### Bug Fixes
10+
* **deps:** bump element-plus from 2.3.6 to 2.3.7 ([7ca61d4](https://github.com/terwer/siyuan-plugin-blog/commit/7ca61d4df08e1ed1a38f3553cb315ad5c3d947dd))
11+
* **deps:** bump zhi-siyuan-api from 1.22.0 to 1.23.0 ([4716dba](https://github.com/terwer/siyuan-plugin-blog/commit/4716dba0e7328262db782d1f11b471ad134b2a03))
12+
* 解决自动计算高度报错问题 ([e8ecbd8](https://github.com/terwer/siyuan-plugin-blog/commit/e8ecbd8ab7b8a23f9cf4934cd89810b58cb787b0))
13+
### Miscellaneous
14+
* **deps-dev:** bump @nuxt/devtools from 0.6.1 to 0.6.2 ([017ecc2](https://github.com/terwer/siyuan-plugin-blog/commit/017ecc2a3953d76757ac9868781aa1917055a241))
15+
* **deps-dev:** bump @nuxtjs/color-mode from 3.2.0 to 3.3.0 ([4e2e34f](https://github.com/terwer/siyuan-plugin-blog/commit/4e2e34f3114ee381813fe12e2e765e6c48aec162))
16+
* **deps-dev:** bump @nuxtjs/i18n-edge ([de8a643](https://github.com/terwer/siyuan-plugin-blog/commit/de8a64360136530efe18c9534d7912aed852d74d))
17+
* **deps-dev:** bump sass from 1.63.5 to 1.63.6 ([5f14820](https://github.com/terwer/siyuan-plugin-blog/commit/5f1482039f9ec6f1c8e4dec370826a1e879efa3a))
18+
## [1.5.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.4.0...v1.5.0) (2023-06-21)
519
* 支持内部链接和外部链接 ([605abd8](https://github.com/terwer/siyuan-plugin-blog/commit/605abd89bdf7edd9762586ce30d00dd3241069c7))
620
* 支持任务列表
721
* 增加打开主页链接
822
## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21)
923
* 支持设置自定义域名 ([bf17949](https://github.com/terwer/siyuan-plugin-blog/commit/bf179498a893c156511478dd7ccd46aa9728f09c))
10-
### Bug Fixes
1124
* 修复未打开浮窗时可能出现的报错问题 ([f379a9d](https://github.com/terwer/siyuan-plugin-blog/commit/f379a9d5ddae19b30a98865d227162ec9255d0c8))
12-
### Miscellaneous
1325
* 优化 docker 打包脚本 ([b42f2f3](https://github.com/terwer/siyuan-plugin-blog/commit/b42f2f310ab84763a409e4b6c91f2225abf517cc))
1426
## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21)
1527
* 支持显示图片 ([a9a8a0d](https://github.com/terwer/siyuan-plugin-blog/commit/a9a8a0d4e4563fd68653c9639e7f2f2f5b729f26))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-blog",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "The notions sharing function you want is here too",
55
"type": "module",
66
"scripts": {

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "1.5.0",
5+
"version": "1.6.0",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)