Skip to content

Commit

Permalink
Merge pull request #566 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.3.2
  • Loading branch information
terwer committed Aug 6, 2023
2 parents 454b475 + 3644b91 commit 8079a87
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## [1.3.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.3.0...v1.3.1) (2023-08-06)
## [1.3.2](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.3.1...v1.3.2) (2023-08-06)
### Bug Fixes
* fix typo ([94f77ba](https://github.com/terwer/siyuan-plugin-publisher/commit/94f77bab0e977166370a20861e2eb6c2c65751e5))
* typecho默认发布为html ([a952a03](https://github.com/terwer/siyuan-plugin-publisher/commit/a952a03d7e2c9274193797d8055d320293b76ba2))
* 修复typecho更新不生效问题 ([78b269b](https://github.com/terwer/siyuan-plugin-publisher/commit/78b269b0f45efa3a62b429cfb9b913e2a02ccea8))
* 修复typecho默认发布状态为草稿的问题 ([c6b36dc](https://github.com/terwer/siyuan-plugin-publisher/commit/c6b36dcad275bab7589a70ddc63bd9359d390667))
* 修复wordpress初始化错误的问题 ([2aa08ba](https://github.com/terwer/siyuan-plugin-publisher/commit/2aa08ba1a0b69185b08ff05f5d5ad50b900527be))
## [1.3.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.3.0...v1.3.1) (2023-08-06)
* 修复可能出现的postid不存在的问题 ([51f63b4](https://github.com/terwer/siyuan-plugin-publisher/commit/51f63b4a2ae6561311084dce617514acd24cca78))
* 修复批量分发删除异常问题 ([602c26a](https://github.com/terwer/siyuan-plugin-publisher/commit/602c26a123f8893d3c7af63e2afa2a27f1c4a7b1))
* 修复批量分发报错问题 ([55ead01](https://github.com/terwer/siyuan-plugin-publisher/commit/55ead01c9b5abf56c46ec3072e1e35ba42763d9b))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ If you still can't use this step after this step, [New issue](https://github.com

## Recent critical updates and bug fixes

- Fixed the issue that typecho updates did not take effect
- Fixed the batch distribution error issue
- Notion and Yuque platforms use the forward agent of Siyuan Note to improve performance
- Regular publishing supports article comparison
Expand Down
1 change: 1 addition & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

## 最近的关键更新与 Bug 修复

- 修复typecho更新不生效问题
- 修复批量分发报错问题
- Notion、语雀平台使用思源笔记正向代理,提升性能
- 常规发布支持文章比对
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.3.1",
"version": "1.3.2",
"description": "Publishing articles from siyuan-note to platforms such as Yuque, Cnblogs, WordPress, Typecho, Hexo, Hugo 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.3.1",
"version": "1.3.2",
"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.3.1",
"version": "1.3.2",
"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.3.1",
"version": "1.3.2",
"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.3.1",
"version": "1.3.2",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 8079a87

Please sign in to comment.