Skip to content

Commit 1d1e128

Browse files
authored
Merge pull request #19 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.4.0
2 parents 0e8b716 + 5358ed7 commit 1d1e128

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Changelog
22

3-
## [1.3.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.2.0...v1.3.0) (2023-05-17)
3+
## [1.4.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.3.0...v1.4.0) (2023-05-18)
44
### Features
5+
* [#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))
6+
* 路径新增hash,防止多个文件有相同图片时候,图片被覆盖,例如:/assets/import/1nmels/cover.jpeg
7+
* pandoc生成的目录链接不可点击,暂时去掉
8+
* pandoc脚注不能跳转,暂时去掉保持标题清爽
9+
### Bug Fixes
10+
* [#17](https://github.com/terwer/siyuan-plugin-importer/issues/17) 修复部分场景下,顶部 svg 显示异常问题
11+
### Miscellaneous
12+
* 监控i18n等文件状态 ([1086d8b](https://github.com/terwer/siyuan-plugin-importer/commit/1086d8b2afc82182a9123722c59169d2c1314594))
13+
## [1.3.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.2.0...v1.3.0) (2023-05-17)
514
* 支持图片导入 ([6387db2](https://github.com/terwer/siyuan-plugin-importer/commit/6387db2273ad23ea6161b4a4ed681591494bacf1))
615
## [1.2.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.1.0...v1.2.0) (2023-05-17)
716
* 自动打包暂时不好用,改为手动上传 package.zip ([e1a8ffb](https://github.com/terwer/siyuan-plugin-importer/commit/e1a8ffbb16a7a51de5271c3850ec39a4123ca84f))
8-
### Miscellaneous
9-
* 更新文档 ([cb91863](https://github.com/terwer/siyuan-plugin-importer/commit/cb918631d5b23e6b7514f32bf4ce101477b73705))
1017
### Code Refactoring
1118
* 调整打包结构,适应集市规则 ([a70a921](https://github.com/terwer/siyuan-plugin-importer/commit/a70a921744ba8f6c8c01c175bef232f7e65876f5))
1219
## [1.1.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.0.0...v1.1.0) (2023-05-17)

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

0 commit comments

Comments
 (0)