diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c57be3ed..3ff72311 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,11 +33,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }} with: - tag_name: v1.2.1 - release_name: v1.2.1.${{ steps.date.outputs.today }} + tag_name: v1.2.2 + release_name: v1.2.2.${{ steps.date.outputs.today }} draft: false prerelease: false - body: "1. 修复重启设备启动重启网卡失败BUG\r\n2. 更改更新服务器\r\n3. 修复管理页面内存溢出导致页面崩溃的BUG\r\n4. 修复linux添加NAT\r\n5. 减少管理页面渲染" + body: "1. 支持局域网IPV6\r\n2. 不重要,可以不更新" - name: upload-win-x86-oss id: upload-win-x86-oss uses: tvrcgo/oss-action@v0.1.1 @@ -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.2.1/linker-win-x86.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-win-x64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-win-arm64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-linux-x64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-linux-arm.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-linux-arm64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-linux-musl-x64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-linux-musl-arm.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-linux-musl-arm64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-osx-x64.zip + target-path: /downloads/linker/v1.2.2/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.2.1/linker-osx-arm64.zip + target-path: /downloads/linker/v1.2.2/linker-osx-arm64.zip - name: upload-osx-arm64 id: upload-osx-arm64 uses: actions/upload-release-asset@master diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 01fcf394..b50b33bf 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -38,6 +38,6 @@ jobs: - name: Push run: | - nuget push ./linker.tunnel/bin/release/linker.tunnel.1.2.1.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_KEY }} -NoSymbol - nuget push ./linker.libs/bin/release/linker.libs.1.2.1.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_KEY }} -NoSymbol - nuget push ./linker.tun/bin/release/linker.tun.1.2.1.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_KEY }} -NoSymbol + nuget push ./linker.tunnel/bin/release/linker.tunnel.1.2.2.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_KEY }} -NoSymbol + nuget push ./linker.libs/bin/release/linker.libs.1.2.2.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_KEY }} -NoSymbol + nuget push ./linker.tun/bin/release/linker.tun.1.2.2.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NUGET_KEY }} -NoSymbol diff --git a/linker.libs/linker.libs.csproj b/linker.libs/linker.libs.csproj index 3cde746d..c366e639 100644 --- a/linker.libs/linker.libs.csproj +++ b/linker.libs/linker.libs.csproj @@ -14,9 +14,9 @@ snltty https://github.com/snltty/linker https://github.com/snltty/linker - 1.2.1 - 1.2.1 - 1.2.1 + 1.2.2 + 1.2.2 + 1.2.2 full diff --git a/linker.tun/linker.tun.csproj b/linker.tun/linker.tun.csproj index 6c38397e..89671154 100644 --- a/linker.tun/linker.tun.csproj +++ b/linker.tun/linker.tun.csproj @@ -9,7 +9,7 @@ true true linker tun - 1.2.1 + 1.2.2 snltty snltty linker tun @@ -17,8 +17,8 @@ https://github.com/snltty/linker https://github.com/snltty/linker linker tun - 1.2.1 - 1.2.1 + 1.2.2 + 1.2.2 diff --git a/linker.tunnel/linker.tunnel.csproj b/linker.tunnel/linker.tunnel.csproj index a55c152e..511fb262 100644 --- a/linker.tunnel/linker.tunnel.csproj +++ b/linker.tunnel/linker.tunnel.csproj @@ -9,7 +9,7 @@ true true linker tunnel - 1.2.1 + 1.2.2 snltty snltty linker tunnel @@ -17,8 +17,8 @@ https://github.com/snltty/linker https://github.com/snltty/linker linker tunnel - 1.2.1 - 1.2.1 + 1.2.2 + 1.2.2 diff --git a/linker/linker.csproj b/linker/linker.csproj index b1ff693f..a8fabf72 100644 --- a/linker/linker.csproj +++ b/linker/linker.csproj @@ -17,20 +17,17 @@ true false linker - 1.2.1 + 1.2.2 snltty snltty - 1. 修复重启设备启动重启网卡失败BUG -2. 更改更新服务器 -3. 修复管理页面内存溢出导致页面崩溃的BUG -4. 修复linux添加NAT -5. 减少管理页面渲染 + 1. 支持局域网IPV6 +2. 不重要,可以不更新 snltty https://github.com/snltty/linker https://github.com/snltty/linker linker - 1.2.1 - 1.2.1 + 1.2.2 + 1.2.2 diff --git a/version.txt b/version.txt index ca0bf9ee..dc02f7b6 100644 --- a/version.txt +++ b/version.txt @@ -1,7 +1,4 @@ -v1.2.1 -2024-08-17 -1. 修复重启设备启动重启网卡失败BUG -2. 更改更新服务器 -3. 修复管理页面内存溢出导致页面崩溃的BUG -4. 修复linux添加NAT -5. 减少管理页面渲染 \ No newline at end of file +v1.2.2 +2024-08-19 +1. 支持局域网IPV6 +2. 不重要,可以不更新 \ No newline at end of file