Skip to content

Commit

Permalink
Release v0.6.0-BETA (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: Toomas Uudisaru <[email protected]>
  • Loading branch information
uudisaru authored Apr 18, 2018
1 parent c49a99c commit 4c489d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()
if(POLICY CMP0071)
cmake_policy(SET CMP0071 OLD)
endif()
project(qdigidoc4 VERSION 0.5.0)
project(qdigidoc4 VERSION 0.6.0)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
16 changes: 16 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
DigiDoc4 version 0.6.0 release notes
--------------------------------------

- Various notification translations and links changed
- macOS UI changes: dialogs as sheets, restore window when icon in dock is clicked
- Support for eTokens with only auth or signing certs, Linux support for eTokens
- Ubuntu packaging fixes
- Small UI changes (SF logo, fonts in various windows homogenized)
- Additional checks added for PIN change (increasing/decreasing sequence, repeated digits etc)
- Signature envelope printing functionality ported from DigiDoc3
- Rules for detecting eSeal signature type updated (additional SK policy, qcStatements extension checked)
- DigiDoc4 packaged as Windows store app
- Various small fixes and documentation updates

[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v0.5.0-BETA...v0.6.0-BETA)

DigiDoc4 version 0.5.0 release notes
--------------------------------------

Expand Down

0 comments on commit 4c489d4

Please sign in to comment.