Skip to content

Commit

Permalink
Merge pull request #705 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.13.0
  • Loading branch information
terwer authored Sep 6, 2023
2 parents b29233b + 24d8a3e commit a974df1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Changelog

## [1.12.0](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.11.3...v1.12.0) (2023-09-02)
## [1.13.0](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.12.0...v1.13.0) (2023-09-06)
### Features
* 微信公众号支持 cookie 认证 ([7816ca5](https://github.com/terwer/siyuan-plugin-publisher/commit/7816ca516b3c2630b4a0a635aa9ddb2416439dc7))
* 微信公众号支持上传图片 ([2384e72](https://github.com/terwer/siyuan-plugin-publisher/commit/2384e72817b05058601351ed263c49b956a830cc))
* 微信公众号文章发布form表单探索 ([9c6ab1b](https://github.com/terwer/siyuan-plugin-publisher/commit/9c6ab1b1f0f79cd52ec520dd9f161dfdb0e28db4))
* 微信公众号文章文章更新 ([85e3668](https://github.com/terwer/siyuan-plugin-publisher/commit/85e3668d87bcac8c4fb3d69d495727050d0e5589))
### Bug Fixes
* 修复图床插件开启的时候csdn平台的图片问题 ([3eb68c0](https://github.com/terwer/siyuan-plugin-publisher/commit/3eb68c08253ca5db1d257797fee0c26837d306e5))
* 修复部分文案错误 ([8267742](https://github.com/terwer/siyuan-plugin-publisher/commit/8267742b0fa964b4b0d1f7ea13158c39bf16b8bf))
* 对不支持标签的平台隐藏标签设置 ([7ecfb23](https://github.com/terwer/siyuan-plugin-publisher/commit/7ecfb235c470129b0333057290a3aba71d053701))
* 支持平台一键导入 ([1c8934e](https://github.com/terwer/siyuan-plugin-publisher/commit/1c8934ea1e9795ab816f914938d4159a155a9103))
## [1.12.0](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.11.3...v1.12.0) (2023-09-02)
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN ([5566040](https://github.com/terwer/siyuan-plugin-publisher/commit/5566040934eddcc22d5d1480beab70294e994a28))
* 支持发布到csdn,完成授权验证 ([3f90230](https://github.com/terwer/siyuan-plugin-publisher/commit/3f90230106e5924401f8e50cfa91958053f8635a))
* 支持发布到csdn,支持csdn图床 ([958c34b](https://github.com/terwer/siyuan-plugin-publisher/commit/958c34bcdea1f8111097f86c91ddfce3477a1777))
* 支持发布到csdn,支持专栏 ([6086047](https://github.com/terwer/siyuan-plugin-publisher/commit/6086047a8afa7c66c3060a9cba27d1e4dc7b7075))
* 支持发布到csdn,支持文章发布、更新和删除 ([0e7eb52](https://github.com/terwer/siyuan-plugin-publisher/commit/0e7eb5260fd09f72fbbf75a5cf5c437a74e4272f))
### Bug Fixes
* 修复调试模式思源地址错误的问题 ([d97499d](https://github.com/terwer/siyuan-plugin-publisher/commit/d97499d8de545ef64bca21536ebeb17e05cf254f))
### Code Refactoring
* 重构项目结构 ([9629fbc](https://github.com/terwer/siyuan-plugin-publisher/commit/9629fbc2eab90cc613f7ade523045d6cd8cff7ea))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Names not listed in order
- [X] WordPress
- [X] Zhihu
- [X] CSDN
- [X] Wechat

## Core Features

Expand Down
1 change: 1 addition & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
- [X] WordPress
- [X] 知乎
- [X] CSDN
- [X] 微信公众号

## 核心特色

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.12.0",
"version": "1.13.0",
"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.12.0",
"version": "1.13.0",
"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.12.0",
"version": "1.13.0",
"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.12.0",
"version": "1.13.0",
"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.12.0",
"version": "1.13.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit a974df1

Please sign in to comment.