Skip to content

Commit

Permalink
fix: 紧急修复 PicGO 插件无法打开的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 14, 2023
1 parent 06de4ac commit 5449197
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 154 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
@@ -1,14 +1,9 @@
# Changelog

## [1.4.5](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.4...v1.4.5) (2023-08-14)


### Bug Fixes

* 紧急修复 PicGO 插件无法打开的问题 ([6f0f6c1](https://github.com/terwer/siyuan-plugin-picgo/commit/6f0f6c16c4fb95717a00deefdc8e10c79d67d743))

* 紧急修复 picgo 插件无法打开的问题 ([6f0f6c1](https://github.com/terwer/siyuan-plugin-picgo/commit/6f0f6c16c4fb95717a00deefdc8e10c79d67d743))
## [1.4.4](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.3...v1.4.4) (2023-08-12)
### Bug Fixes
* 紧急修复 picgo 插件初始化失败问题 ([3937259](https://github.com/terwer/siyuan-plugin-picgo/commit/3937259e78ef637118c78ec55df890ee1e39b0a9))
## [1.4.3](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.2...v1.4.3) (2023-08-12)
* 优化部分日志级别 ([2d09312](https://github.com/terwer/siyuan-plugin-picgo/commit/2d093128a0f1e5d032ed9ce2f3d6c3e6cb43240c))
Expand Down Expand Up @@ -57,4 +52,4 @@
* picgo 插件第一版-新增预览图 ([dab14a3](https://github.com/terwer/siyuan-plugin-picgo/commit/dab14a3a999d5e89e5458d2feb0c43b4387edeb0))
* picgo 插件第一版-显示图片列表 ([85d2694](https://github.com/terwer/siyuan-plugin-picgo/commit/85d26946be9bfcacebd1225e5e3c13cf0e4a866e))
* 初始化 picgo 插件 ([ee4727d](https://github.com/terwer/siyuan-plugin-picgo/commit/ee4727d4cd5e475224b1a828921884a4019df74b))
* update deps ([5426b05](https://github.com/terwer/siyuan-plugin-picgo/commit/5426b05a48cf0e4a334b2bc8d908e7cc05f5a8b0))
* update deps ([5426b05](https://github.com/terwer/siyuan-plugin-picgo/commit/5426b05a48cf0e4a334b2bc8d908e7cc05f5a8b0))
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vite-plugin-dts": "^3.5.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.1",
Expand All @@ -58,10 +58,10 @@
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"zhi-common": "^1.14.1",
"zhi-common": "^1.14.2",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.2.19",
"zhi-fetch-middleware": "^0.2.21",
"zhi-lib-base": "^0.4.4",
"zhi-siyuan-api": "^2.0.20"
"zhi-siyuan-api": "^2.0.27"
}
}
2 changes: 1 addition & 1 deletion plugin.json
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-picgo",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-picgo",
"version": "1.4.4",
"version": "1.4.5",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 5449197

Please sign in to comment.