From d1ebefa604308956cd41e197d12e6b4a0ab2987f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 02:01:52 +0000 Subject: [PATCH 1/2] chore(main): release 1.5.2 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16f60c..1d055a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.5.2](https://github.com/terwer/siyuan-plugin-importer/compare/v1.5.1...v1.5.2) (2023-05-24) + + +### Bug Fixes + +* hash路径小写 ([febfedf](https://github.com/terwer/siyuan-plugin-importer/commit/febfedfd9aebda8cbce2777250b54011a39d69a6)) +* hash路径小写 ([38a2972](https://github.com/terwer/siyuan-plugin-importer/commit/38a29729b76c477d217e01d2770ccc4da793944d)) +* 新增校验,批量导入之前必须清除临时文件 ([508999d](https://github.com/terwer/siyuan-plugin-importer/commit/508999d5cb01246a69c2c979f08f370933cc4630)) + ## [1.5.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.5.0...v1.5.1) (2023-05-23) ### Bug Fixes * [#33](https://github.com/terwer/siyuan-plugin-importer/issues/33) 支持选择目录批量导入 ([2e58a37](https://github.com/terwer/siyuan-plugin-importer/commit/2e58a37cc833061b8d12f1c9be96ad72a2df98f2)) @@ -39,4 +48,4 @@ * 导入工具第一个版本 ([1fc739b2](https://github.com/terwer/siyuan-plugin-importer/commit/1fc739b676ba51460c7f57e4e22c00869517b74f)) * 插件最小化运行单位 ([155a825](https://github.com/terwer/siyuan-plugin-importer/commit/155a825461bf447d45083329ccce9eb93b3857d6)) * 新增kernelapi ([80ca482](https://github.com/terwer/siyuan-plugin-importer/commit/80ca4829e5949c871ddaacad2e6fced1771bd336)) -* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) \ No newline at end of file +* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) diff --git a/package.json b/package.json index 29b25a6..5de5451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-importer", - "version": "1.5.1", + "version": "1.5.2", "type": "module", "description": "Import from epub, docx, html etc. to siyuan-note", "repository": "terwer/siyuan-plugin-importer", From 19346bfa16e963708ce38bbfc7772605a683dccc Mon Sep 17 00:00:00 2001 From: terwer Date: Wed, 24 May 2023 10:04:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=EF=BC=8C=E6=89=B9=E9=87=8F=E5=AF=BC=E5=85=A5=E4=B9=8B=E5=89=8D?= =?UTF-8?q?=E5=BF=85=E9=A1=BB=E6=B8=85=E9=99=A4=E4=B8=B4=E6=97=B6=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +------- README.md | 5 ++++- README_zh_CN.md | 4 ++++ plugin.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d055a4..6fdcaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,10 @@ # Changelog ## [1.5.2](https://github.com/terwer/siyuan-plugin-importer/compare/v1.5.1...v1.5.2) (2023-05-24) - - ### Bug Fixes - -* hash路径小写 ([febfedf](https://github.com/terwer/siyuan-plugin-importer/commit/febfedfd9aebda8cbce2777250b54011a39d69a6)) * hash路径小写 ([38a2972](https://github.com/terwer/siyuan-plugin-importer/commit/38a29729b76c477d217e01d2770ccc4da793944d)) * 新增校验,批量导入之前必须清除临时文件 ([508999d](https://github.com/terwer/siyuan-plugin-importer/commit/508999d5cb01246a69c2c979f08f370933cc4630)) - ## [1.5.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.5.0...v1.5.1) (2023-05-23) -### Bug Fixes * [#33](https://github.com/terwer/siyuan-plugin-importer/issues/33) 支持选择目录批量导入 ([2e58a37](https://github.com/terwer/siyuan-plugin-importer/commit/2e58a37cc833061b8d12f1c9be96ad72a2df98f2)) * [#38](https://github.com/terwer/siyuan-plugin-importer/issues/38) 换行符问题 ([74c00c0](https://github.com/terwer/siyuan-plugin-importer/commit/74c00c095aae20077b7a79709c2d2721859f947e)) * 卸载不删除配置 ([a913034](https://github.com/terwer/siyuan-plugin-importer/commit/a9130349120f03e2705d886de9d3a470fa019513)) @@ -48,4 +42,4 @@ * 导入工具第一个版本 ([1fc739b2](https://github.com/terwer/siyuan-plugin-importer/commit/1fc739b676ba51460c7f57e4e22c00869517b74f)) * 插件最小化运行单位 ([155a825](https://github.com/terwer/siyuan-plugin-importer/commit/155a825461bf447d45083329ccce9eb93b3857d6)) * 新增kernelapi ([80ca482](https://github.com/terwer/siyuan-plugin-importer/commit/80ca4829e5949c871ddaacad2e6fced1771bd336)) -* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) +* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) \ No newline at end of file diff --git a/README.md b/README.md index 980cdc3..51dc92b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Import epub, docx, html, etc. into Siyuan notes. Currently supported formats: .e After the installation is complete, find the `Importer` icon on the top right toolbar, and click to follow the pop-up window. ## Changelog +**v1.5.2 major update** +* hash temporary path lowercase ([38a2972](https://github.com/terwer/siyuan-plugin-importer/commit/38a29729b76c477d217e01d2770ccc4da793944d)) +* New verification, temporary files must be cleared before batch import ([508999d](https://github.com/terwer/siyuan-plugin-importer/commit/508999d5cb01246a69c2c979f08f370933cc4630)) + **v1.5.1 major update** ### Features and bug fixes @@ -28,7 +32,6 @@ Import epub, docx, html, etc. into Siyuan notes. Currently supported formats: .e * Support md file import, md does not need to be converted, other formats, convert first, then import ### Development refactoring * Move the i18n folder to the src directory ([0234c50](https://github.com/terwer/siyuan-plugin-importer/commit/0234c509a2dbadf851bce73ddc961c305cded145)) -* **v1.5.0 major update** - Solve the problem that after importing epub, the pictures in it will appear in the unreferenced resources, which are easy to be cleared by mistake. Now after the document is imported, the resource files will not appear in the unreferenced ones. Unreferenced resources are visible after the document is deleted. diff --git a/README_zh_CN.md b/README_zh_CN.md index e1bc924..98a2cac 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -20,6 +20,10 @@ 安装完成后,在顶部右侧工具栏找到 `导入工具` 图标,点击按照弹窗操作即可。 ## 更新历史 +**v1.5.2 主要更新** +* hash临时路径小写 ([38a2972](https://github.com/terwer/siyuan-plugin-importer/commit/38a29729b76c477d217e01d2770ccc4da793944d)) +* 新增校验,批量导入之前必须清除临时文件 ([508999d](https://github.com/terwer/siyuan-plugin-importer/commit/508999d5cb01246a69c2c979f08f370933cc4630)) + **v1.5.1 主要更新** ### 特性和问题修复 diff --git a/plugin.json b/plugin.json index f2e5eb2..99d5581 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-importer", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-importer", - "version": "1.5.1", + "version": "1.5.2", "displayName": { "default": "Importer", "zh_CN": "导入工具"