Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: recursive
- name: Download artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
cmake --build build --target macdeployqt
cmake --build build --target zip
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: macOS
path: build/qdigidoc4*.zip
Expand All @@ -71,15 +71,15 @@ jobs:
container: ubuntu:${{ matrix.container }}
strategy:
matrix:
container: ['22.04', '24.04', '25.10']
container: ['22.04', '24.04', '25.10', '26.04']
arch: ['amd64', 'arm64']
env:
DEBIAN_FRONTEND: noninteractive
DEBFULLNAME: github-actions
DEBEMAIL: github-actions@github.com
steps:
- name: Download artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Lintian
run: lintian *.deb;
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ubuntu_${{ matrix.container }}_${{ matrix.arch }}
path: qdigidoc4*.*
Expand All @@ -117,10 +117,10 @@ jobs:
container: fedora:${{ matrix.container }}
strategy:
matrix:
container: [42, 43]
container: [42, 43, 44]
steps:
- name: Download artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
Expand All @@ -135,7 +135,7 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=/usr -B build -S .
cmake --build build --target all package
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: fedora_${{ matrix.container }}
path: build/qdigidoc4*.rpm
Expand All @@ -151,7 +151,7 @@ jobs:
steps:
- *Checkout
- name: Download artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
cmake --build build --target msishellext
cmake --build build --target appx
- name: Archive artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: msi_${{ matrix.vcver }}_${{ matrix.platform }}
path: |
Expand All @@ -207,7 +207,7 @@ jobs:
steps:
- *Checkout
- name: Download artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
steps:
- *Checkout
- name: Download artifact
uses: dawidd6/action-download-artifact@v11
uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
3. Configure

cmake -B build -S . \
-DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.6.3-OpenSSL
-DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.10.2-OpenSSL
-DOPENSSL_ROOT_DIR=~/cmake_build/OpenSSL \
-DLDAP_ROOT=~/cmake_build/OpenLDAP \
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
Expand All @@ -81,7 +81,7 @@
### Windows

1. Install dependencies from
* [Visual Studio Community 2019](https://www.visualstudio.com/downloads/)
* [Visual Studio Community 2022](https://www.visualstudio.com/downloads/)
* [http://www.cmake.org](http://www.cmake.org)
* [http://qt-project.org](http://qt-project.org)
* [libdigidocpp-*.msi](https://github.com/open-eid/libdigidocpp/releases)
Expand All @@ -93,7 +93,7 @@

3. Configure

cmake -G"NMAKE Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\6.6.3\msvc2019_x64 -DLibDigiDocpp_ROOT="C:\Program Files (x86)\libdigidocpp" -B build -S .
cmake -G"NMAKE Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\6.10.2\msvc2022_x64 -DLibDigiDocpp_ROOT="C:\Program Files (x86)\libdigidocpp" -B build -S .

4. Build

Expand Down
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
DigiDoc4 version [4.9.0](https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.9.0) release notes
--------------------------------------
- Code, Text and translation improvements and updates

[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v4.8.0...v4.9.0)

DigiDoc4 version [4.8.0](https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.8.0) release notes
--------------------------------------
- Code, Text and translation improvements and updates
Expand Down
2 changes: 1 addition & 1 deletion client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
AUTORCC ON
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/mac/Info.plist.cmake
MACOSX_BUNDLE_BUNDLE_NAME ${PROJECT_NAME}
MACOSX_BUNDLE_COPYRIGHT "(C) 2010-2025 Estonian Information System Authority"
MACOSX_BUNDLE_COPYRIGHT "(C) 2010-2026 Estonian Information System Authority"
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION}
MACOSX_BUNDLE_BUNDLE_VERSION ${BUILD_NUMBER}
MACOSX_BUNDLE_ICON_FILE Icon.icns
Expand Down
14 changes: 14 additions & 0 deletions client/ee.ria.qdigidoc4.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@
<binary>qdigidoc4</binary>
</provides>
<releases>
<release version="4.9.1" date="2025-11-05">
<description>
<ul>
<li>Code, Text and translation improvements and updates</li>
</ul>
</description>
</release>
<release version="4.9.0" date="2025-10-21">
<description>
<ul>
<li>Code, Text and translation improvements and updates</li>
</ul>
</description>
</release>
<release version="4.8.0" date="2025-04-30">
<description>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions client/qdigidoc4.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BEGIN
VALUE "FileDescription", "DigiDoc4"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", "qdigidoc4"
VALUE "LegalCopyright", "Copyright (C) 2017-2025 Estonian Information System Authority"
VALUE "LegalCopyright", "Copyright (C) 2017-2026 Estonian Information System Authority"
VALUE "OriginalFilename", "qdigidoc4.exe"
VALUE "ProductName", "DigiDoc4"
VALUE "ProductVersion", VERSION_STR
Expand All @@ -32,7 +32,7 @@ BEGIN
VALUE "FileDescription", "DigiDoc4"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", "qdigidoc4"
VALUE "LegalCopyright", "Copyright (C) 2017-2025 Riigi Infosüsteemi Amet"
VALUE "LegalCopyright", "Copyright (C) 2017-2026 Riigi Infosüsteemi Amet"
VALUE "OriginalFilename", "qdigidoc4.exe"
VALUE "ProductName", "DigiDoc4"
VALUE "ProductVersion", VERSION_STR
Expand Down
Loading