Skip to content

Commit

Permalink
Merge pull request #30 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.0
  • Loading branch information
terwer authored May 19, 2023
2 parents b3a8b92 + 8894946 commit 2fe5df8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## [1.5.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.4.1...v1.5.0) (2023-05-19)
### Features
* [#20](https://github.com/terwer/siyuan-plugin-importer/issues/20) 导入epub后,里面的图片会出现在未引用资源里面,容易被误清除 ([824cf2a](https://github.com/terwer/siyuan-plugin-importer/commit/824cf2a96f277be058a896c045793f21a44c7b08))
* 重复导入现在会创建新的文章了
* 资源文件不在自定义hash命名,直接让导入API自己去处理
## [1.4.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.4.0...v1.4.1) (2023-05-18)
### Bug Fixes
* [#22](https://github.com/terwer/siyuan-plugin-importer/issues/22) 优化去除链接规则 ([eec21f5](https://github.com/terwer/siyuan-plugin-importer/commit/eec21f55ced3d3bc51aed535306abe9b5d0d6780))
* 屏蔽掉一部分 notebook 感谢 @frostime 的贡献
### Miscellaneous
* hash 路径使用小写字母 ([075902e](https://github.com/terwer/siyuan-plugin-importer/commit/075902e00ebfad409ede86e5e610a848877db2cb))
## [1.4.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.3.0...v1.4.0) (2023-05-18)
### Features
* [#16](https://github.com/terwer/siyuan-plugin-importer/issues/16) [#18](https://github.com/terwer/siyuan-plugin-importer/issues/18) 修复路径问题,删除无法点击的链接 ([b720f29](https://github.com/terwer/siyuan-plugin-importer/commit/b720f29fe46e196cd45e3ec5e23f9588a90c4d55))
* 路径新增hash,防止多个文件有相同图片时候,图片被覆盖,例如:/assets/import/1nmels/cover.jpeg
* pandoc生成的目录链接不可点击,暂时去掉
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Import epub, docx, html, etc. into Siyuan notes. Currently supported formats: .e

## Changelog

**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.
- Repeated imports now create new articles
- The resource file is not named in the custom hash, directly let the import API handle it by itself

**v1.4.1 major update**

- Optimize link removal rules
Expand Down
6 changes: 6 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@

## 更新历史

**v1.5.0 主要更新**

- 解决导入epub后,里面的图片会出现在未引用资源里面,容易被误清除问题,现在文档导入后,资源文件不会出现在未引用里面了。删除文档后,未引用资源可见。
- 重复导入现在会创建新的文章了
- 资源文件不在自定义hash命名,直接让导入API自己去处理

**v1.4.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.4.1",
"version": "1.5.0",
"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.4.1",
"version": "1.5.0",
"displayName": {
"default": "Importer",
"zh_CN": "导入工具"
Expand Down

0 comments on commit 2fe5df8

Please sign in to comment.