Skip to content

Commit

Permalink
Merge pull request #868 from terwer/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--release-please-action

chore(main): release 1.18.4
  • Loading branch information
terwer committed Nov 6, 2023
2 parents d785d47 + d0e37cf commit e2239e1
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## [1.18.3](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.2...v1.18.3) (2023-11-05)
## [1.18.4](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.3...v1.18.4) (2023-11-06)
### Bug Fixes
* 修复 yaml 修改未生效问题 ([c3180b9](https://github.com/terwer/siyuan-plugin-publisher/commit/c3180b93ab2964b2ad81a5ba3b7f8bd54781765b))
* 修复未设置标签分类可能报错的问题 ([4645104](https://github.com/terwer/siyuan-plugin-publisher/commit/46451042d600c7221ce59ef06edb8d7e58a2a1cf))
* 修复自动分类路径可能为空的问题 ([b31cbd0](https://github.com/terwer/siyuan-plugin-publisher/commit/b31cbd0f19e99a905fe7088de1751ab59e2e9d39))
* 自动保存属性,取消不必要的提示 ([9f9926d](https://github.com/terwer/siyuan-plugin-publisher/commit/9f9926d39771d8870ea57652e203223bdcfd6940))
### Miscellaneous
* **deps-dev:** bump esbuild-style-plugin from 1.6.2 to 1.6.3 ([a53ee10](https://github.com/terwer/siyuan-plugin-publisher/commit/a53ee10beab9ca0f1ecdd67eb03f460b3c3094dc))
## [1.18.3](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.2...v1.18.3) (2023-11-05)
## [1.18.2](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.1...v1.18.2) (2023-11-05)
## [1.18.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.0...v1.18.1) (2023-11-04)
* [#855](https://github.com/terwer/siyuan-plugin-publisher/issues/855) 自动映射分类时才添加路径为分类 ([cc2bb44](https://github.com/terwer/siyuan-plugin-publisher/commit/cc2bb44e0a86f92a492869d2650990a695fbc23e))
Expand Down Expand Up @@ -41,7 +47,6 @@
## [1.17.2](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.17.1...v1.17.2) (2023-10-12)
* vuepress 支持发布为日记 ([3da0481](https://github.com/terwer/siyuan-plugin-publisher/commit/3da0481a9dbde59b207b2cb720c16f1b5f47b5d5))
* 将index.html中 modulepreload 改为 preload ([a43b572](https://github.com/terwer/siyuan-plugin-publisher/commit/a43b572cae24fc7de380207773ca43d256859566))
### Miscellaneous
* dynamic import chatgpt [#786](https://github.com/terwer/siyuan-plugin-publisher/issues/786) ([8904c3a](https://github.com/terwer/siyuan-plugin-publisher/commit/8904c3a1fedf243b143e3e877bacddb806cbce6a))
## [1.17.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.17.0...v1.17.1) (2023-10-11)
* vuepress 支持自动推测发布目录 ([71e57d3](https://github.com/terwer/siyuan-plugin-publisher/commit/71e57d30b3a61571c282a8561761207ec1e9cac7))
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ Publish articles from siyuan-note to platforms such as Yuque, Notion, Cnblogs, W

Support features such as fast publishing, image bed management, platform expansion, smart labels, etc.

> Recent Update: 🎉 Publish Tool new version `1.18.3` released.
> Recent Update: 🎉 Publish Tool new version `1.18.4` released.
- `1.18.0` brings new features and enhanced user experience.
- The `1.18.4` version primarily addresses the following issues:
- Fixed the problem of YAML modifications not taking effect
- Fixed an issue where not setting tag categories could lead to errors
- Automatically saves attributes and removes unnecessary prompts
- The `1.18.3` version primarily addresses the following defects:
- Resolved the issue where automatic classification paths could be empty.
- Rectify the potential path error issue that may arise when publishing documents in the root directory.
Expand Down
6 changes: 5 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@

将思源笔记的文章发布到语雀、Notion、Cnblogs、WordPress、Typecho、Hexo、知乎 等平台,支持极速发布、图床管理、平台扩展、智能标签等特色功能。

> 最近的新版本:🎉 发布工具新版本 `1.18.3` 发布
> 最近的新版本:🎉 发布工具新版本 `1.18.4` 发布
- `1.18.0` 新增多个特性,全方位优化体验。
- `1.18.4` 主要修复以下缺陷:
- 修复 yaml 修改未生效问题
- 修复未设置标签分类可能报错的问题
- 自动保存属性,取消不必要的提示
- `1.18.3` 主要修复以下缺陷:
- 修复自动分类路径可能为空的问题
- 修复根目录发布文档可能呢个出现的路径错误问题
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-publisher",
"version": "1.18.3",
"version": "1.18.4",
"description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
"repository": "terwer/siyuan-plugin-publisher",
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",
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-plugin-publisher",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-publisher",
"version": "1.18.3",
"version": "1.18.4",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "思源笔记发布辅助工具",
"version": "1.18.3",
"version": "1.18.4",
"manifest_version": 3,
"author": "terwer",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/mv2/manifest-v2-for-firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "开发版 - 思源笔记发布辅助工具",
"version": "1.18.3",
"version": "1.18.4",
"manifest_version": 2,
"author": "terwer",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sy-post-publisher",
"author": "terwer",
"url": "https://github.com/terwer/sy-post-publisher",
"version": "1.18.3",
"version": "1.18.4",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit e2239e1

Please sign in to comment.