Skip to content

Commit a83f94a

Browse files
authored
Merge pull request #204 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.8.1
2 parents e51515d + d21caeb commit a83f94a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

3+
## [1.8.1](https://github.com/terwer/siyuan-plugin-importer/compare/v1.8.0...v1.8.1) (2025-06-18)
4+
### Bug Fixes
5+
* **importer:** optimize styles and improve import settings ([7615111](https://github.com/terwer/siyuan-plugin-importer/commit/7615111b970012086661e1dbabf388fecd88da0e))
36
## [1.8.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.7.0...v1.8.0) (2025-06-15)
47
### Features
58
* **importsetting:** add tab navigation for settings and test ([57ef273](https://github.com/terwer/siyuan-plugin-importer/commit/57ef273f8faaa7b63daf4f59686dee56e2330c11))
69
* **import:** support direct import of md files ([6842f00](https://github.com/terwer/siyuan-plugin-importer/commit/6842f0059fb87a80d2247844817b6c6a74624972))
7-
### Bug Fixes
810
* 修复文件检测不生效问题 ([b608ac2](https://github.com/terwer/siyuan-plugin-importer/commit/b608ac2f0bac896dfe51501cf42e61d7b5a2989e))
911
### Code Refactoring
1012
* remove unused components and update styles ([6b29a68](https://github.com/terwer/siyuan-plugin-importer/commit/6b29a68b3ed70cf4fe92b2ef7ece87cd412d35c2))

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.8.0",
3+
"version": "1.8.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.8.0",
5+
"version": "1.8.1",
66
"minAppVersion": "2.9.2",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)