Skip to content

Commit

Permalink
fix: #892 支持常规发布模式下的单个预览和一键预览
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 13, 2023
1 parent c62606a commit 32c544c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Changelog

## [1.18.8](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.7...v1.18.8) (2023-11-13)


### Bug Fixes

* [#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))

* 控制默认展示方式,如果有适配器,优先展示 yaml ([c155c42](https://github.com/terwer/siyuan-plugin-publisher/commit/c155c42757174391ef71fce26b8582ca1ad5c8ea))
## [1.18.7](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.6...v1.18.7) (2023-11-09)
### Bug Fixes
* 新增菜单开关 ([8589364](https://github.com/terwer/siyuan-plugin-publisher/commit/8589364edb9b3c31f45d5a99296de9f86d7dfd66))
### Miscellaneous
* **deps-dev:** bump @vitejs/plugin-vue from 4.4.0 to 4.4.1 ([938511b](https://github.com/terwer/siyuan-plugin-publisher/commit/938511b3e1e1f2abe36220048be5ac3fd77f8459))
Expand Down Expand Up @@ -410,4 +405,4 @@
* **deps-dev:** bump vite-plugin-static-copy from 0.16.0 to 0.17.0 ([feea39d](https://github.com/terwer/siyuan-plugin-publisher/commit/feea39d39bff74051fe0d68153b0628b00bff53f))
* **deps-dev:** bump vitest from 0.32.4 to 0.33.0 ([f2ce507](https://github.com/terwer/siyuan-plugin-publisher/commit/f2ce507ea537601d7dba21de84524274ec1cbee4))
* release 0.8.0 ([29336cd](https://github.com/terwer/siyuan-plugin-publisher/commit/29336cd847064971bc842e44aee75a8e90c226a8))
* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927))
* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927))
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 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.7` released.
> Recent Update: 🎉 Publish Tool new version `1.18.8` released.
- `1.18.0` brings new features and enhanced user experience.
- 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
- Imposition of control over the default display method, with a preference for showcasing in `yaml` in source code mode if adapters are present
- The `1.18.7` version brings the following features:
- Added menu configuration
- Added document menu
Expand Down
6 changes: 5 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@

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

> 最近的新版本:🎉 发布工具新版本 `1.18.7` 发布
> 最近的新版本:🎉 发布工具新版本 `1.18.8` 发布
- `1.18.0` 新增多个特性,全方位优化体验。
- `1.18.8` 主要有以下特性以及缺陷修复:
- 支持常规发布模式下的单个预览和一键预览
- 修复非源码模式修改的文章属性无法保存的问题
- 控制默认展示方式,如果有适配器,源码模式优先展示 `yaml`
- `1.18.7` 主要带来以下特性:
- 新增菜单配置
- 新增文档菜单
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.7",
"version": "1.18.8",
"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.7",
"version": "1.18.8",
"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.7",
"version": "1.18.8",
"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.7",
"version": "1.18.8",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 32c544c

Please sign in to comment.