Skip to content

Commit 2700943

Browse files
authored
Release v0.4.0-BETA (#170)
Signed-off-by: Toomas Uudisaru <[email protected]>
1 parent 94aef53 commit 2700943

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88
if(POLICY CMP0071)
99
cmake_policy(SET CMP0071 OLD)
1010
endif()
11-
project(qdigidoc4 VERSION 0.3.0)
11+
project(qdigidoc4 VERSION 0.4.0)
1212

1313
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
1414
set(CMAKE_INCLUDE_CURRENT_DIR ON)

RELEASE-NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
DigiDoc4 version 0.4.0 release notes
2+
--------------------------------------
3+
4+
- eToken (e-Seal) support
5+
- Navigation logic changes; signature container wrapped in crypto-container on crypto page and vice versa
6+
- ASiC-E signing fix
7+
- Network proxy support in DigiDoc4 client
8+
- Multiple text and UI/UX improvements
9+
- Card polling backend changes
10+
11+
[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v0.3.0-BETA...v0.4.0-BETA)
12+
113
DigiDoc4 version 0.3.0 release notes
214
--------------------------------------
315

0 commit comments

Comments
 (0)