Skip to content

Commit 900a2a5

Browse files
authored
Release v0.5.0-BETA (#188)
Signed-off-by: Toomas Uudisaru <[email protected]>
1 parent 2751d04 commit 900a2a5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.4.0)
11+
project(qdigidoc4 VERSION 0.5.0)
1212

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

RELEASE-NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
DigiDoc4 version 0.5.0 release notes
2+
--------------------------------------
3+
4+
- Always load proxy settings on startup in case if settings changed externally
5+
- User's picture caching removed
6+
- Multiple UI/UX improvements: myEid sections closed on new click,
7+
Estonian country code prefilled in Mobile ID dialog, repeated warnings etc.
8+
- Malicious filenames sanitized when saving bdoc/cdoc content
9+
- Crash on incorrect PIN2 fixed on Linux
10+
- MacOS Services option "Encrypt with DigiDoc4" implemented
11+
- MacOS App Sandbox fix: ask permissions when downloading bdoc/cdoc content
12+
13+
[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v0.4.0-BETA...v0.5.0-BETA)
14+
115
DigiDoc4 version 0.4.0 release notes
216
--------------------------------------
317

0 commit comments

Comments
 (0)