-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
snltty
committed
Oct 1, 2024
1 parent
4066887
commit 14f3fa5
Showing
14 changed files
with
52 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,11 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} | ||
with: | ||
tag_name: v1.4.6 | ||
release_name: v1.4.6.${{ steps.date.outputs.today }} | ||
tag_name: v1.4.7 | ||
release_name: v1.4.7.${{ steps.date.outputs.today }} | ||
draft: false | ||
prerelease: false | ||
body: "1. 增加网卡自动连接间隔\r\n2. 优化网卡,网络切换刷新局域网信息\r\n3. 当使用新分组后,如果设置了新IP,将会被记录,下次使用此分组时,自动启用此IP\r\n4. 当一个分组下所有的客户端都超过了7天未上线,则自动清理" | ||
body: 1. 优化流量统计 | ||
- name: upload-win-x86-oss | ||
id: upload-win-x86-oss | ||
uses: tvrcgo/[email protected] | ||
|
@@ -47,7 +47,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-win-x86.zip | ||
target-path: /downloads/linker/v1.4.6/linker-win-x86.zip | ||
target-path: /downloads/linker/v1.4.7/linker-win-x86.zip | ||
- name: upload-win-x86 | ||
id: upload-win-x86 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -67,7 +67,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-win-x64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-win-x64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-win-x64.zip | ||
- name: upload-win-x64 | ||
id: upload-win-x64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -87,7 +87,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-win-arm64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-win-arm64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-win-arm64.zip | ||
- name: upload-win-arm64 | ||
id: upload-win-arm64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -107,7 +107,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-linux-x64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-linux-x64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-linux-x64.zip | ||
- name: upload-linux-x64 | ||
id: upload-linux-x64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -127,7 +127,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-linux-arm.zip | ||
target-path: /downloads/linker/v1.4.6/linker-linux-arm.zip | ||
target-path: /downloads/linker/v1.4.7/linker-linux-arm.zip | ||
- name: upload-linux-arm | ||
id: upload-linux-arm | ||
uses: actions/upload-release-asset@master | ||
|
@@ -147,7 +147,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-linux-arm64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-linux-arm64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-linux-arm64.zip | ||
- name: upload-linux-arm64 | ||
id: upload-linux-arm64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -167,7 +167,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-linux-musl-x64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-linux-musl-x64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-linux-musl-x64.zip | ||
- name: upload-linux-musl-x64 | ||
id: upload-linux-musl-x64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -187,7 +187,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-linux-musl-arm.zip | ||
target-path: /downloads/linker/v1.4.6/linker-linux-musl-arm.zip | ||
target-path: /downloads/linker/v1.4.7/linker-linux-musl-arm.zip | ||
- name: upload-linux-musl-arm | ||
id: upload-linux-musl-arm | ||
uses: actions/upload-release-asset@master | ||
|
@@ -207,7 +207,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-linux-musl-arm64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-linux-musl-arm64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-linux-musl-arm64.zip | ||
- name: upload-linux-musl-arm64 | ||
id: upload-linux-musl-arm64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -227,7 +227,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-osx-x64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-osx-x64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-osx-x64.zip | ||
- name: upload-osx-x64 | ||
id: upload-osx-x64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -247,7 +247,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-osx-arm64.zip | ||
target-path: /downloads/linker/v1.4.6/linker-osx-arm64.zip | ||
target-path: /downloads/linker/v1.4.7/linker-osx-arm64.zip | ||
- name: upload-osx-arm64 | ||
id: upload-osx-arm64 | ||
uses: actions/upload-release-asset@master | ||
|
@@ -277,7 +277,7 @@ jobs: | |
key-secret: ${{ secrets.ALIYUN_OSS_SECRET }} | ||
bucket: ide-qbcode | ||
asset-path: ./public/publish-zip/linker-windows-route.zip | ||
target-path: /downloads/linker/v1.4.6/linker-windows-route.zip | ||
target-path: /downloads/linker/v1.4.7/linker-windows-route.zip | ||
- name: upload-windows-route | ||
id: upload-windows-route | ||
uses: actions/upload-release-asset@master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
v1.4.6 | ||
2024-10-01 01:11:48 | ||
1. 增加网卡自动连接间隔 | ||
2. 优化网卡,网络切换刷新局域网信息 | ||
3. 当使用新分组后,如果设置了新IP,将会被记录,下次使用此分组时,自动启用此IP | ||
4. 当一个分组下所有的客户端都超过了7天未上线,则自动清理 | ||
v1.4.7 | ||
2024-10-01 22:06:50 | ||
1. 优化流量统计 |