Skip to content

Commit

Permalink
release:v0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Oct 26, 2023
1 parent 64b48f1 commit 9198390
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: jurplel/[email protected]
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets qtserialport qtprintsupport'
modules: 'qt5compat qtwebsockets qtserialport'
aqtversion: ==3.1.7

- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: jurplel/[email protected]
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets qtserialport qtprintsupport'
modules: 'qt5compat qtwebsockets qtserialport'
aqtversion: ==3.1.7

- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
arch: win64_mingw
version: '6.5.3'
modules: 'qt5compat qtwebsockets qtserialport qtprintsupport'
modules: 'qt5compat qtwebsockets qtserialport'
aqtversion: ==3.1.7

- name: Install prerequisites
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [[Unrelease](https://github.com/QQxiaoming/quardCRT)]

## [[V0.2.3](https://github.com/QQxiaoming/quardCRT/releases/tag/V0.2.3)] - 2023-10-26

- 修复错误ci环境,与V0.2.2无实质改动

## [[V0.2.2](https://github.com/QQxiaoming/quardCRT/releases/tag/V0.2.2)] - 2023-10-26

- 修复会话信息保存错误导致右侧会话管理器内无法正确连接会话问题 [#I8AJN1](https://gitee.com/QQxiaoming/quardCRT/issues/I8AJN1)
Expand Down
2 changes: 1 addition & 1 deletion build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64
# 定义版本号
QUARDCRT_MAJARVERSION="0"
QUARDCRT_SUBVERSION="2"
QUARDCRT_REVISION="2"
QUARDCRT_REVISION="3"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ QT_DIR=/opt/Qt6.2.0/6.2.0/gcc_64
# 定义版本号
QUARDCRT_MAJARVERSION="0"
QUARDCRT_SUBVERSION="2"
QUARDCRT_REVISION="2"
QUARDCRT_REVISION="3"
###############################################################################


Expand Down
2 changes: 1 addition & 1 deletion build_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set "QT_TOOLS_DIR=C:/Qt/Qt6.2.0/Tools/mingw810_32/bin"
:: 定义Inno Setup目录
set "INNO_SETUP_DIR=C:/Program Files (x86)/Inno Setup 6"
:: 定义版本号
set "QUARDCRT_VERSION=0.2.2"
set "QUARDCRT_VERSION=0.2.3"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


Expand Down
2 changes: 1 addition & 1 deletion quardCRT.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
QT += core gui network widgets xml svgwidgets websockets serialport printsupport
QT += core5compat

BUILD_VERSION=0.2.2
BUILD_VERSION=0.2.3
TARGET_ARCH=$${QT_ARCH}
CONFIG += c++11
DEFINES += QT_DEPRECATED_WARNINGS
Expand Down

0 comments on commit 9198390

Please sign in to comment.