1
0
mirror of https://github.com/itay-grudev/SingleApplication.git synced 2025-04-01 01:52:39 +08:00

Merge pull request #172 from itay-grudev/v3.4.0

v3.4.0
This commit is contained in:
Itay Grudev 2023-06-13 13:26:36 +03:00 committed by GitHub
commit 14e9d14675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 7 deletions

View File

@ -15,12 +15,18 @@ jobs:
name: Build name: Build
strategy: strategy:
matrix: matrix:
qt_version: [5.12.6, 5.15.0, 6.0.0, 6.2.0] qt_version:
platform: [ubuntu-20.04, windows-latest, macos-latest] - 5.15.0
- 6.2.4
- 6.5.0
platform:
- ubuntu-20.04
- windows-latest
- macos-latest
include: include:
- qt_version: 6.0.0 - qt_version: 6.2.4
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6 additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- qt_version: 6.2.0 - qt_version: 6.5.0
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6 additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
- platform: ubuntu-20.04 - platform: ubuntu-20.04
make: make make: make
@ -41,10 +47,10 @@ jobs:
steps: steps:
- name: Clone repo - name: Clone repo
uses: actions/checkout@v2.3.4 uses: actions/checkout@v3
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2.14.0 uses: jurplel/install-qt-action@v3
with: with:
version: ${{ matrix.qt_version }} version: ${{ matrix.qt_version }}

View File

@ -3,7 +3,9 @@
## 3.4.0 ## 3.4.0
* Provide API for blocking sendMessage. - _Christoph Cullmann_ * Provide API for blocking sendMessage. - _Christoph Cullmann_
* New documentation generation using Doxygen
* Improved Windows basic widget example
* Updated Project License
## 3.3.4 ## 3.3.4