Skip to content

Commit

Permalink
Merge pull request #167 from terwer/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--release-please-action

chore(main): release 1.5.0
  • Loading branch information
terwer committed Oct 9, 2023
2 parents 99ae8f9 + af89392 commit a72f1be
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 601 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog

## [1.4.5](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.4...v1.4.5) (2023-08-14)
## [1.5.0](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.5...v1.5.0) (2023-10-09)
### Features
* [#164](https://github.com/terwer/siyuan-plugin-picgo/issues/164) 解决插件与最新版思源笔记的兼容问题 ([f530adb](https://github.com/terwer/siyuan-plugin-picgo/commit/f530adba90bc7c263ac029d28dd546ddc28961be))
### Bug Fixes
* 修复 picgo 插件菜单显示异常问题 ([8179a20](https://github.com/terwer/siyuan-plugin-picgo/commit/8179a20a519fcf7b1980a9f46afae361eac0024d))
* 修复部分提示未展示问题 ([57718f8](https://github.com/terwer/siyuan-plugin-picgo/commit/57718f8e428cc7cf12a01ee2970614943cdb03a2))
* 修复页面刷新错误 ([dbc9883](https://github.com/terwer/siyuan-plugin-picgo/commit/dbc9883dccb128b1a3d5b28f358889d22a5bf5f7))
## [1.4.5](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.4...v1.4.5) (2023-08-14)
* 紧急修复 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)
* 紧急修复 picgo 插件初始化失败问题 ([3937259](https://github.com/terwer/siyuan-plugin-picgo/commit/3937259e78ef637118c78ec55df890ee1e39b0a9))
Expand All @@ -12,7 +18,6 @@
## [1.4.1](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.0...v1.4.1) (2023-08-12)
* 修复单个上传错误的问题 ([7c4163d](https://github.com/terwer/siyuan-plugin-picgo/commit/7c4163deeb8c84a835414760bece1553885caa8f))
## [1.4.0](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.3.1...v1.4.0) (2023-08-11)
### Features
* 优化配置导入导出交互 ([41d3901](https://github.com/terwer/siyuan-plugin-picgo/commit/41d39018acb04606433183bf035aed2713b7987b))
* 支持内置picgo和外部picgo切换 ([ae833cc](https://github.com/terwer/siyuan-plugin-picgo/commit/ae833cc69fb69830b59e846c2244c870b10b4d1d))
* 支持配置思源地址 ([a3e49ea](https://github.com/terwer/siyuan-plugin-picgo/commit/a3e49ea3a83803841e76b5dfb614236923363764))
Expand Down
36 changes: 18 additions & 18 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "siyuan-plugin-picgo",
"private": true,
"version": "1.4.5",
"version": "1.5.0",
"type": "module",
"scripts": {
"serve": "vite",
Expand All @@ -25,43 +25,43 @@
"devDependencies": {
"@terwer/esbuild-config-custom": "^1.2.0",
"@terwer/eslint-config-custom": "^1.3.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.34.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-v8": "^0.34.6",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
"minimist": "^1.2.8",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.1",
"vue-tsc": "^1.8.8"
"vitest": "^0.34.6",
"vue-tsc": "^1.8.18"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/core": "^10.3.0",
"@vueuse/core": "^10.5.0",
"blueimp-md5-es6": "^2.7.4",
"browser-fs-access": "^0.34.1",
"element-plus": "^2.3.9",
"element-plus": "^2.3.14",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"pinia": "^2.1.6",
"siyuan": "^0.7.9",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"zhi-common": "^1.14.2",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.2.21",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"zhi-common": "^1.24.0",
"zhi-device": "^2.3.1",
"zhi-fetch-middleware": "^0.2.29",
"zhi-lib-base": "^0.4.4",
"zhi-siyuan-api": "^2.0.27"
"zhi-siyuan-api": "^2.10.5"
}
}
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.5",
"version": "1.5.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit a72f1be

Please sign in to comment.