Skip to content

Commit 2eff025

Browse files
authored
Add release notes (#1334)
IB-8336, IB-8449 Signed-off-by: Raul Metsma <[email protected]>
1 parent 7dca67c commit 2eff025

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
brew install flatbuffers
3333
HASH=($(shasum prepare_osx_build_environment.sh))
34-
curl -O -L -s https://installer.id.ee/media/github/opensc_0.23.0.pkg
34+
curl -O -L -s https://installer.id.ee/media/github/opensc_0.26.1.pkg
3535
curl -O -L -s https://installer.id.ee/media/github/${HASH}.zip
3636
sudo installer -verboseR -pkg libdigidocpp-pkg/build/macos/libdigidocpp*.pkg -target /
3737
sudo installer -verboseR -pkg opensc_*.pkg -target /
@@ -56,7 +56,7 @@ jobs:
5656
container: ubuntu:${{ matrix.container }}
5757
strategy:
5858
matrix:
59-
container: ['22.04', '24.04', '24.10']
59+
container: ['22.04', '24.04', '24.10', '25.04']
6060
arch: ['amd64', 'arm64']
6161
env:
6262
DEBIAN_FRONTEND: noninteractive
@@ -164,7 +164,7 @@ jobs:
164164
- name: Install Qt
165165
uses: jurplel/install-qt-action@v4
166166
with:
167-
version: 6.8.2
167+
version: 6.8.3
168168
arch: win64_msvc2022_64
169169
- name: Setup dev env
170170
uses: ilammy/msvc-dev-cmd@v1

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
DigiDoc4 version [4.8.0](https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.8.0) release notes
2+
--------------------------------------
3+
- Code, Text and translation improvements and updates
4+
5+
[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v4.7.0...v4.8.0)
6+
17
DigiDoc4 version [4.7.0](https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.7.0) release notes
28
--------------------------------------
39
- Code, Text and translation improvements and updates

client/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ set(SCHEMAS
3131
)
3232
add_executable(${PROJECT_NAME} WIN32 MACOSX_BUNDLE
3333
${PROJECT_NAME}.rc
34-
${SOURCES}
3534
${WIDGETS}
3635
images/images.qrc
3736
fonts/fonts.qrc

client/ee.ria.qdigidoc4.metainfo.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
33
<id>ee.ria.qdigidoc4</id>
4-
<name>DigiDoc4 Client</name>
5-
<name xml:lang="ee">DigiDoc4 Klient</name>
4+
<name>DigiDoc4</name>
65

76
<summary>Estonian ID-card desktop application</summary>
87
<summary xml:lang="ee">Eesti ID-tarkvara</summary>
@@ -53,6 +52,13 @@
5352
<binary>qdigidoc4</binary>
5453
</provides>
5554
<releases>
55+
<release version="4.8.0" date="2025-04-30">
56+
<description>
57+
<ul>
58+
<li>Code, Text and translation improvements and updates</li>
59+
</ul>
60+
</description>
61+
</release>
5662
<release version="4.7.0" date="2025-01-02">
5763
<description>
5864
<ul>

0 commit comments

Comments
 (0)