Skip to content

Commit 62a1fa1

Browse files
authored
Merge pull request #26 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.4.1
2 parents d837c78 + d2c69d7 commit 62a1fa1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.4.0...v1.4.1) (2023-05-18)
4+
### Bug Fixes
5+
* [#22](https://github.com/terwer/siyuan-plugin-importer/issues/22) 优化去除链接规则 ([eec21f5](https://github.com/terwer/siyuan-plugin-importer/commit/eec21f55ced3d3bc51aed535306abe9b5d0d6780))
6+
* 屏蔽掉一部分 notebook 感谢 @frostime 的贡献
7+
### Miscellaneous
8+
* hash 路径使用小写字母 ([075902e](https://github.com/terwer/siyuan-plugin-importer/commit/075902e00ebfad409ede86e5e610a848877db2cb))
39
## [1.4.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.3.0...v1.4.0) (2023-05-18)
410
### Features
511
* [#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))
612
* 路径新增hash,防止多个文件有相同图片时候,图片被覆盖,例如:/assets/import/1nmels/cover.jpeg
713
* pandoc生成的目录链接不可点击,暂时去掉
814
* pandoc脚注不能跳转,暂时去掉保持标题清爽
9-
### Bug Fixes
1015
* [#17](https://github.com/terwer/siyuan-plugin-importer/issues/17) 修复部分场景下,顶部 svg 显示异常问题
11-
### Miscellaneous
1216
* 监控i18n等文件状态 ([1086d8b](https://github.com/terwer/siyuan-plugin-importer/commit/1086d8b2afc82182a9123722c59169d2c1314594))
1317
## [1.3.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.2.0...v1.3.0) (2023-05-17)
1418
* 支持图片导入 ([6387db2](https://github.com/terwer/siyuan-plugin-importer/commit/6387db2273ad23ea6161b4a4ed681591494bacf1))

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.0",
3+
"version": "1.4.1",
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.0",
5+
"version": "1.4.1",
66
"displayName": {
77
"default": "Importer",
88
"zh_CN": "导入工具"

0 commit comments

Comments
 (0)