Skip to content

Commit

Permalink
Merge pull request #731 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.14.1
  • Loading branch information
terwer committed Sep 18, 2023
2 parents 1036431 + 8f823a7 commit 582c5ee
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.14.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.14.0...v1.14.1) (2023-09-18)
### Bug Fixes
* notion支持根页面搜索 ([ef88004](https://github.com/terwer/siyuan-plugin-publisher/commit/ef880045587f3ccf8459a7731ebac3d250c87cfa))
* 修复非github平台发布错误的问题 ([2a42c3c](https://github.com/terwer/siyuan-plugin-publisher/commit/2a42c3c804b55917780fbc35af27805182759b41))
* 修复默认导入未导入wordpress的问题 ([00c44b6](https://github.com/terwer/siyuan-plugin-publisher/commit/00c44b6dbb80aa46264ad62359b6da4e19eee0cb))
## [1.14.0](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.13.0...v1.14.0) (2023-09-14)
### Features
* 全面支持github和gitlab各平台 ([b5e7413](https://github.com/terwer/siyuan-plugin-publisher/commit/b5e7413b7c03558f86f6429ef61bab7255760933))
Expand All @@ -18,7 +23,6 @@
* 支持简书和掘金 ([3c3e49e](https://github.com/terwer/siyuan-plugin-publisher/commit/3c3e49ed713e88069370713a2be1931f1f4dfa79))
* 支持简书平台上传图片 ([75768e1](https://github.com/terwer/siyuan-plugin-publisher/commit/75768e18b0e728d36cc4644cea3bbf4efca18a4b))
* 支持简书文章版本 ([6295faa](https://github.com/terwer/siyuan-plugin-publisher/commit/6295faad452b0bab4fdaa3101d400aac647e029f))
### Bug Fixes
* **deps:** bump uuid from 9.0.0 to 9.0.1 ([9fab366](https://github.com/terwer/siyuan-plugin-publisher/commit/9fab366e87f4fd13c68afcd4b3cb9a862b2001a3))
* 修复 cookie 设置问题 ([642e570](https://github.com/terwer/siyuan-plugin-publisher/commit/642e57040f9410af9162e0f44fcddbb727a2e22f))
* 修复未初始化标签时初始化异常的问题 ([cea4056](https://github.com/terwer/siyuan-plugin-publisher/commit/cea40561e379ee6c69fdba73c18caf5cdc16921d))
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ 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 Bug Fix - Version `1.14.1`
- This updates have introduced a new feature: Notion now supports root page search. Additionally, we have fixed issues related to incorrect publishing on non-Github platforms and resolved the problem of default imports not importing WordPress.
- **If you have experienced issues with publishing in the past, this update should address your concerns. We recommend all users to upgrade.**

> 🎉 I am pleased to announce the `1.14.0` release of Publish Tool.
- In this update, we have added several new platforms, including JianShu, Juejin, as well as Hugo, Jekyll, Vuepress, Vuepress2, and Vitepress. The latter platforms are also compatible with both `Github` and `Gitlab`.
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,7 +6,11 @@

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

> 🎉 发布工具新版本 `1.14.0` 发布
> 最近的Bug修复 `1.14.1`
- 本次更新新增了特性:notion支持根页面搜索。同时修复了非Github平台发布错误的问题以及修复一键导入平台时未导入WordPress的问题。
- **如果您之前出现无法发布的问题,那么本次更新应该能解决您的问题,建议所有用户升级。**

> 最近的新特性版本:🎉 发布工具新版本 `1.14.0` 发布
- 本次更新新增多个平台,包括简书、掘金以及 Hugo、Jekyll、Vuepress、Vuepress2、Vitepress,后面几个平台同时兼容 `Github``Gitlab`
- 咳咳,另外,在本版本中,作者还悄悄开发了导入功能。您可以使用 `设置` -> `发布设置` -> `导入预定义平台` 功能快速导入内置平台😄
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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"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.14.0",
"version": "1.14.1",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 582c5ee

Please sign in to comment.