Skip to content

Commit

Permalink
fix: rectifying packaging errors
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 12, 2024
1 parent 86d8891 commit e13bf42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -9,10 +9,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 the paied
➡️ [Publishing Tool Professional Edition](https://github.com/terwer/siyuan-plugin-publisher-pro)

> The latest Publish Tool version `1.20.0` is released🎉, potentially one of the most revolutionary iterations since the
> The latest Publish Tool version `1.20.1` is released🎉, potentially one of the most revolutionary iterations since the
> inception of first releases👀.
- Notable inclusions within version `1.20.0` comprise the introduction of additional publishing platforms, an initial
- Version `1.20.1` predominantly addresses the following issues:
- Rectification of packaging errors.
- Version `1.20.0` comprise the introduction of additional publishing platforms, an initial
foray into supporting the docker version, along with enhancements tailored to optimize user interactions.

- The prominent features integrated into `1.20.0` encompass:
Expand Down Expand Up @@ -55,7 +57,7 @@ If you're interested in the paid professional version, please check the paied

## Version Preview

### 1.20.1-preview – As of Q1 2024
### 1.20.2-preview – As of Q1 2024

- Support picture upload form picgo via docker
- Expansion of telegra.ph support for image uploads
Expand Down
6 changes: 4 additions & 2 deletions README_zh_CN.md
Expand Up @@ -9,8 +9,10 @@
如果您对 [增值功能](https://github.com/terwer/siyuan-plugin-publisher/issues/846) 感兴趣,请移步 ➡️
收费的 [发布工具专业版](https://github.com/terwer/siyuan-plugin-publisher-pro)

> 最近的新版本:🎉 发布工具新版本 `1.20.0` 发布,可能是插件发布以来,革命性变更最大的版本之一👀
> 最近的新版本:🎉 发布工具新版本 `1.20.1` 发布,可能是插件发布以来,革命性变更最大的版本之一👀
- `1.20.1` 主要修复以下问题:
- 修复打包错误
- `1.20.0` 新增部分发布平台,初步支持 docker 版本,同时对用户的使用体验进行了优化。
- `1.20.0` 主要新增以下特性:
- #958 #1009 支持 docker 版本的思源笔记<sup>实验性</sup>
Expand Down Expand Up @@ -40,7 +42,7 @@

## 版本预告

### 1.20.1-preview - 截止到 2024 年 Q1
### 1.20.2-preview - 截止到 2024 年 Q1

- docker 版本支持 Picgo 插件上传图片
- telegra.ph 支持上传图片
Expand Down
1 change: 0 additions & 1 deletion scripts/nginx_build.py
Expand Up @@ -53,7 +53,6 @@
try:
# 压缩dist为zip
scriptutils.zip_folder(src_folder, tmp_folder_name, build_zip_path, build_zip_name)
scriptutils.cp_file(os.path.join(build_zip_path, build_zip_name), os.path.join(build_zip_path, "package.zip"))
except Exception as e:
print(f"打包错误,{str(e)}")
print("nginx打包完毕.")

0 comments on commit e13bf42

Please sign in to comment.