Skip to content

Commit 80414b2

Browse files
committed
Merge branch 'release/3.55.1'
2 parents 7d3797c + f101e36 commit 80414b2

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
COS_BUCKET: ${{ secrets.COS_BUCKET }}
110110
run: |
111111
pip install coscmd
112-
coscmd config -a $COS_SECRET_ID -s $COS_SECRET_KEY -b $COS_BUCKET -r ap-shanghai
112+
coscmd config -a $COS_SECRET_ID -s $COS_SECRET_KEY -b $COS_BUCKET -e cos.accelerate.myqcloud.com
113113
114114
- name: Install coscmd for Windows
115115
if: matrix.platform == 'win'
@@ -120,7 +120,7 @@ jobs:
120120
COS_BUCKET: ${{ secrets.COS_BUCKET }}
121121
run: |
122122
pip install --upgrade --no-cache-dir coscmd
123-
coscmd config -a "%COS_SECRET_ID%" -s "%COS_SECRET_KEY%" -b "%COS_BUCKET%" -r ap-shanghai
123+
coscmd config -a "%COS_SECRET_ID%" -s "%COS_SECRET_KEY%" -b "%COS_BUCKET%" -e cos.accelerate.myqcloud.com
124124
125125
- name: Upload to COS
126126
if: contains(github.ref_name, '-next-') != true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ For more information on how to use the following functions, please see [characte
7676

7777
## Changelogs
7878

79-
### [v3.55.0](https://github.com/purocean/yn/releases/tag/v3.55.0) 2023-07-12
79+
### [v3.55.1](https://github.com/purocean/yn/releases/tag/v3.55.1) 2023-07-12
8080

81-
[Windows](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-win-x64-3.55.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-mac-arm64-3.55.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-mac-x64-3.55.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-linux-x86_64-3.55.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-linux-amd64-3.55.0.deb)
81+
[Windows](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-win-x64-3.55.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-mac-arm64-3.55.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-mac-x64-3.55.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-linux-x86_64-3.55.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-linux-amd64-3.55.1.deb)
8282

8383
1. feat: upgrade Monaco editor to 0.40.0
8484
2. feat: support outputting HTML results when running js code blocks

README_ZH-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676

7777
## 更新日志
7878

79-
### [v3.55.0](https://github.com/purocean/yn/releases/tag/v3.55.0) 2023-07-12
79+
### [v3.55.1](https://github.com/purocean/yn/releases/tag/v3.55.1) 2023-07-12
8080

81-
[Windows](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-win-x64-3.55.0.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-mac-arm64-3.55.0.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-mac-x64-3.55.0.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-linux-x86_64-3.55.0.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.55.0/Yank-Note-linux-amd64-3.55.0.deb)
81+
[Windows](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-win-x64-3.55.1.exe) | [macOS arm64](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-mac-arm64-3.55.1.dmg) | [macOS x64](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-mac-x64-3.55.1.dmg) | [Linux AppImage](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-linux-x86_64-3.55.1.AppImage) | [Linux deb](https://github.com/purocean/yn/releases/download/v3.55.1/Yank-Note-linux-amd64-3.55.1.deb)
8282

8383
1. feat: 升级 Monaco editor 到 0.40.0
8484
2. feat: 运行 js 代码块时支持输出 HTML 结果

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yank.note",
3-
"version": "3.55.0",
3+
"version": "3.55.1",
44
"description": "Yank Note: A highly extensible Markdown editor, designed for productivity.",
55
"main": "dist/main/app.js",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)