Skip to content

Commit

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

chore(main): release 1.5.2
  • Loading branch information
terwer authored May 24, 2023
2 parents 08c06d1 + 19346bf commit b9a7a31
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## [1.5.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.5.0...v1.5.1) (2023-05-23)
## [1.5.2](https://github.com/terwer/siyuan-plugin-importer/compare/v1.5.1...v1.5.2) (2023-05-24)
### Bug Fixes
* 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)
* [#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))
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 主要更新**

### 特性和问题修复
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "导入工具"
Expand Down

0 comments on commit b9a7a31

Please sign in to comment.