Skip to content

Commit 303c3e7

Browse files
committed
Release v0.0.34
1 parent 64993f6 commit 303c3e7

File tree

22 files changed

+43
-49
lines changed

22 files changed

+43
-49
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
env:
35-
RabbitRemoteControl_VERSION: v0.0.33
35+
RabbitRemoteControl_VERSION: v0.0.34
3636
VCPKGGITCOMMITID: 9b75e789ece3f942159b8500584e35aafe3979ff
3737
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3838
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SOURCE_DIR: ${{github.workspace}}/.cache/source
3232
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3333
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
34-
RabbitRemoteControl_VERSION: v0.0.33
34+
RabbitRemoteControl_VERSION: v0.0.34
3535
artifact_name: build_appimage
3636
qt_modules: 'qtscxml qtmultimedia qtimageformats qtserialport qt5compat'
3737

.github/workflows/build.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: build
55
env:
66
artifact_path: artifact_path
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
RabbitRemoteControl_VERSION: v0.0.33
9-
RabbitRemoteControl_VERSION_PRE: v0.0.32
8+
RabbitRemoteControl_VERSION: v0.0.34
9+
RabbitRemoteControl_VERSION_PRE: v0.0.33
1010

1111
on:
1212
push:
@@ -161,18 +161,12 @@ jobs:
161161
if: ${{ startsWith(github.ref, 'refs/tags/') }}
162162
run: |
163163
# 因为其它网站也可能需要,所以用完整的 URL
164-
echo "[:us: Change log](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/ChangeLog.md)" >> ${{github.workspace}}/Note.md
164+
echo "|:us: English|:cn: 中文|" >> ${{github.workspace}}/Note.md
165+
echo "| :- |:- |" >> ${{github.workspace}}/Note.md
166+
echo "|[Change log](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/ChangeLog.md)|[修改日志](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/ChangeLog_zh_CN.md)|" >> ${{github.workspace}}/Note.md
167+
echo "|Full Change: [${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}}](https://github.com/KangLin/RabbitRemoteControl/compare/${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}})|全部修改: [${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}}](https://github.com/KangLin/RabbitRemoteControl/compare/${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}})|" >> ${{github.workspace}}/Note.md
168+
echo "|[Instructions for installing the package](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/README.md#Instructions-for-installing-the-package)|[安装包说明](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/README_zh_CN.md#安装包说明)|" >> ${{github.workspace}}/Note.md
165169
echo "" >> ${{github.workspace}}/Note.md
166-
echo "Full Change: [${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}}](https://github.com/KangLin/RabbitRemoteControl/compare/${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}})" >> ${{github.workspace}}/Note.md
167-
echo "" >> ${{github.workspace}}/Note.md
168-
echo "[Instructions for installing the package](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/README.md#Instructions-for-installing-the-package)" >> ${{github.workspace}}/Note.md
169-
echo "" >> ${{github.workspace}}/Note.md
170-
echo "" >> ${{github.workspace}}/Note.md
171-
echo "[:cn: 修改日志](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/ChangeLog_zh_CN.md)" >> ${{github.workspace}}/Note.md
172-
echo "" >> ${{github.workspace}}/Note.md
173-
echo "全部修改: [${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}}](https://github.com/KangLin/RabbitRemoteControl/compare/${{env.RabbitRemoteControl_VERSION_PRE}}...${{env.RabbitRemoteControl_VERSION}})" >> ${{github.workspace}}/Note.md
174-
echo "" >> ${{github.workspace}}/Note.md
175-
echo "[安装包说明](https://github.com/KangLin/RabbitRemoteControl/blob/${{env.RabbitRemoteControl_VERSION}}/README_zh_CN.md#安装包说明)" >> ${{github.workspace}}/Note.md
176170
177171
- name: Add test comment in Note.md file
178172
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{matrix.variant.os}}
3737

3838
env:
39-
RabbitRemoteControl_VERSION: 0.0.33
39+
RabbitRemoteControl_VERSION: 0.0.34
4040
artifact_name: build_docker
4141

4242
# Map the job outputs to step outputs

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
2323
DOXYGEN_VERSION: 1.9.8
2424
artifact_name: build_doxygen
25-
RabbitRemoteControl_VERSION: v0.0.33
25+
RabbitRemoteControl_VERSION: v0.0.34
2626

2727
# Map the job outputs to step outputs
2828
outputs:

.github/workflows/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
env:
2222
artifact_name: RabbitRemoteControl
23-
RabbitRemoteControl_VERSION: v0.0.33
23+
RabbitRemoteControl_VERSION: v0.0.34
2424

2525
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
2626
# See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
SOURCE_DIR: ${{github.workspace}}/.cache/source
3333
TOOLS_DIR: ${{github.workspace}}/.cache/tools
3434
INSTALL_DIR: ${{github.workspace}}/.cache/install_${{matrix.os}}_${{matrix.BUILD_TYPE}}
35-
RabbitRemoteControl_VERSION: 0.0.33
35+
RabbitRemoteControl_VERSION: 0.0.34
3636
artifact_name: build_linux
3737

3838
# Map the job outputs to step outputs

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
4747
VCPKG_MANIFEST_FEATURES: "freerdp;vnc;wol"
4848
artifact_name: build_macos
49-
RabbitRemoteControl_VERSION: v0.0.33
49+
RabbitRemoteControl_VERSION: v0.0.34
5050

5151
# Map the job outputs to step outputs
5252
outputs:

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SOURCE_DIR: ${{github.workspace}}\.cache\source
3232
TOOLS_DIR: ${{github.workspace}}\.cache\tools
3333
INSTALL_DIR: ${{github.workspace}}\.cache\install
34-
RabbitRemoteControl_VERSION: v0.0.33
34+
RabbitRemoteControl_VERSION: v0.0.34
3535
artifact_name: build_mingw
3636

3737
# Map the job outputs to step outputs

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
5757
qt_modules: ${{matrix.qt_modules}}
5858
artifact_name: build_msvc
59-
RabbitRemoteControl_VERSION: v0.0.33
59+
RabbitRemoteControl_VERSION: v0.0.34
6060

6161
# Map the job outputs to step outputs
6262
outputs:

0 commit comments

Comments
 (0)