Skip to content

Commit

Permalink
Release 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Apr 9, 2017
2 parents 76dcfb5 + b81d8bf commit cb283bb
Show file tree
Hide file tree
Showing 15 changed files with 3,685 additions and 1,624 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
@@ -1,3 +1,9 @@
2.1.4 (2017-04-09)
=========================

- Bumped KeePassHTTP version to 1.8.4.2
- KeePassHTTP confirmation window comes to foreground [#466]

2.1.3 (2017-03-03)
=========================

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -38,8 +38,8 @@ option(WITH_XC_AUTOTYPE "Include Autotype." OFF)
option(WITH_XC_HTTP "Include KeePassHTTP." OFF)
option(WITH_XC_YUBIKEY "Include Yubikey support." OFF)

set(KEEPASSXC_VERSION "2.1.3")
set(KEEPASSXC_VERSION_NUM "2.1.3")
set(KEEPASSXC_VERSION "2.1.4")
set(KEEPASSXC_VERSION_NUM "2.1.4")

if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)
Expand Down
338 changes: 174 additions & 164 deletions share/translations/keepassx_cs.ts

Large diffs are not rendered by default.

232 changes: 121 additions & 111 deletions share/translations/keepassx_de.ts

Large diffs are not rendered by default.

0 comments on commit cb283bb

Please sign in to comment.