Skip to content

Commit

Permalink
Merge pull request #898 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.9
  • Loading branch information
terwer committed Nov 13, 2023
2 parents 2c92f6b + fb892ae commit 846f948
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## [1.18.8](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.7...v1.18.8) (2023-11-13)
## [1.18.9](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.8...v1.18.9) (2023-11-13)
### Bug Fixes
* [#899](https://github.com/terwer/siyuan-plugin-publisher/issues/899) 重构 YAML 部分逻辑 ([55e52e8](https://github.com/terwer/siyuan-plugin-publisher/commit/55e52e88afb0cdda596beb40b71f9df96240031a))
* 修复删除标签,然后点击选择标签,标签仍然存在的问题 ([3219fd2](https://github.com/terwer/siyuan-plugin-publisher/commit/3219fd2b8183fd1c1e3ba68b9dfbf1b438c38cac))
* 修复添加新标签,然后点击选择标签,新标签消失的问题 ([cd8e61d](https://github.com/terwer/siyuan-plugin-publisher/commit/cd8e61db261c9f5f617f4253a5686d9e90119b88))
## [1.18.8](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.7...v1.18.8) (2023-11-13)
* [#892](https://github.com/terwer/siyuan-plugin-publisher/issues/892) 支持常规发布模式下的单个预览和一键预览 ([e804b16](https://github.com/terwer/siyuan-plugin-publisher/commit/e804b16a3f51b4fc62cd716049c6ddca6ce67b20))
* [#893](https://github.com/terwer/siyuan-plugin-publisher/issues/893) 非源码模式修改的文章属性无法保存 ([a40fc5e](https://github.com/terwer/siyuan-plugin-publisher/commit/a40fc5e6a76cff18cbc4e3e287a83a3e3f337da2))
* 控制默认展示方式,如果有适配器,优先展示 yaml ([c155c42](https://github.com/terwer/siyuan-plugin-publisher/commit/c155c42757174391ef71fce26b8582ca1ad5c8ea))
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ Publish articles from siyuan-note to platforms like Yuque etc. `Free` and `open

If you're interested in the paid professional version, please check here => [Publishing Tool Professional Edition](https://github.com/terwer/siyuan-plugin-publisher-pro)

> Recent Update: 🎉 Publish Tool new version `1.18.8` released.
> Recent Update: 🎉 Publish Tool new version `1.18.9` released.
- `1.18.0` brings new features and enhanced user experience.
- The `1.18.9` version primarily addresses the following issues:
- Resolved the issue where newly added tags would disappear upon selecting them.
- Refactored the logic within the YAML section.
- The `1.18.8` version primarily introduces the following enhancements and addresses certain defects:
- Facilitation of singular preview and one-click preview in standard release mode
- Rectification of the issue where alterations to article properties, made outside of source code mode, were not persisting
Expand Down
5 changes: 4 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@

如果您对 [增值功能](https://github.com/terwer/siyuan-plugin-publisher/issues/846) 感兴趣,请移步收费专业版 => [发布工具专业版](https://github.com/terwer/siyuan-plugin-publisher-pro)

> 最近的新版本:🎉 发布工具新版本 `1.18.8` 发布
> 最近的新版本:🎉 发布工具新版本 `1.18.9` 发布
- `1.18.0` 新增多个特性,全方位优化体验。
- `1.18.9` 主要修复以下缺陷:
- 修复添加新标签,然后点击选择标签,新标签消失的问题
- 重构 YAML 部分逻辑
- `1.18.8` 主要有以下特性以及缺陷修复:
- 支持常规发布模式下的单个预览和一键预览
- 修复非源码模式修改的文章属性无法保存的问题
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.8",
"version": "1.18.9",
"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.8",
"version": "1.18.9",
"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.8",
"version": "1.18.9",
"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.8",
"version": "1.18.9",
"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.8",
"version": "1.18.9",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 846f948

Please sign in to comment.