Skip to content

Commit 2fe5df8

Browse files
authored
Merge pull request #30 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.5.0
2 parents b3a8b92 + 8894946 commit 2fe5df8

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.4.1...v1.5.0) (2023-05-19)
4+
### Features
5+
* [#20](https://github.com/terwer/siyuan-plugin-importer/issues/20) 导入epub后,里面的图片会出现在未引用资源里面,容易被误清除 ([824cf2a](https://github.com/terwer/siyuan-plugin-importer/commit/824cf2a96f277be058a896c045793f21a44c7b08))
6+
* 重复导入现在会创建新的文章了
7+
* 资源文件不在自定义hash命名,直接让导入API自己去处理
38
## [1.4.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.4.0...v1.4.1) (2023-05-18)
49
### Bug Fixes
510
* [#22](https://github.com/terwer/siyuan-plugin-importer/issues/22) 优化去除链接规则 ([eec21f5](https://github.com/terwer/siyuan-plugin-importer/commit/eec21f55ced3d3bc51aed535306abe9b5d0d6780))
611
* 屏蔽掉一部分 notebook 感谢 @frostime 的贡献
712
### Miscellaneous
813
* hash 路径使用小写字母 ([075902e](https://github.com/terwer/siyuan-plugin-importer/commit/075902e00ebfad409ede86e5e610a848877db2cb))
914
## [1.4.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.3.0...v1.4.0) (2023-05-18)
10-
### Features
1115
* [#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))
1216
* 路径新增hash,防止多个文件有相同图片时候,图片被覆盖,例如:/assets/import/1nmels/cover.jpeg
1317
* pandoc生成的目录链接不可点击,暂时去掉

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Import epub, docx, html, etc. into Siyuan notes. Currently supported formats: .e
1919

2020
## Changelog
2121

22+
**v1.5.0 major update**
23+
24+
- 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.
25+
- Repeated imports now create new articles
26+
- The resource file is not named in the custom hash, directly let the import API handle it by itself
27+
2228
**v1.4.1 major update**
2329

2430
- Optimize link removal rules

README_zh_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121

2222
## 更新历史
2323

24+
**v1.5.0 主要更新**
25+
26+
- 解决导入epub后,里面的图片会出现在未引用资源里面,容易被误清除问题,现在文档导入后,资源文件不会出现在未引用里面了。删除文档后,未引用资源可见。
27+
- 重复导入现在会创建新的文章了
28+
- 资源文件不在自定义hash命名,直接让导入API自己去处理
29+
2430
**v1.4.1 主要更新**
2531

2632
- 优化去除链接规则

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-importer",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"type": "module",
55
"description": "Import from epub, docx, html etc. to siyuan-note",
66
"repository": "terwer/siyuan-plugin-importer",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-importer",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-importer",
5-
"version": "1.4.1",
5+
"version": "1.5.0",
66
"displayName": {
77
"default": "Importer",
88
"zh_CN": "导入工具"

0 commit comments

Comments
 (0)