Skip to content

Commit

Permalink
Release 0.3.0-BETA (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Toomas Uudisaru <[email protected]>
  • Loading branch information
uudisaru authored Feb 5, 2018
1 parent 495e675 commit de47e04
Show file tree
Hide file tree
Showing 2 changed files with 12 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.2.0)
project(qdigidoc4 VERSION 0.3.0)

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

- On macOS always ask permission to create signature- or cryptocontainer
- Show validation result summary on warning ribbon
- Always open encapsulated documents in new window
- Enable signing of signed PDF-s by wrapping in new container
- Additional UI and translation improvements

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

DigiDoc4 version 0.2.0 release notes
--------------------------------------

Expand Down

0 comments on commit de47e04

Please sign in to comment.