Bump version to 2.4.3, update CHANGELOG

This commit is contained in:
Janek Bevendorff 2019-06-12 01:03:09 +02:00
parent ba02bad45b
commit 1398b9f5fc
No known key found for this signature in database
GPG Key ID: 2FDEB0D40BCA5E11
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2.4.3 (2019-06-12)
=========================
- Fix library loading issues in the Snap and macOS releases [#3247]
- Fix various keyboard navigation issues [#3248]
- Fix main window toggling regression when clicking the tray icon on KDE [#3258]
- Add documentation for keyboard shortcuts to source code distribution [#3215]
2.4.2 (2019-05-31)
=========================

View File

@ -81,7 +81,7 @@ endif()
set(KEEPASSXC_VERSION_MAJOR "2")
set(KEEPASSXC_VERSION_MINOR "4")
set(KEEPASSXC_VERSION_PATCH "2")
set(KEEPASSXC_VERSION_PATCH "3")
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")

View File

@ -50,6 +50,16 @@
</screenshots>
<releases>
<release version="2.4.3" date="2019-06-12">
<description>
<ul>
<li>Fix library loading issues in the Snap and macOS releases [#3247]</li>
<li>Fix various keyboard navigation issues [#3248]</li>
<li>Fix main window toggling regression when clicking the tray icon on KDE [#3258]</li>
<li>Add documentation for keyboard shortcuts to source code distribution [#3215]</li>
</ul>
</description>
</release>
<release version="2.4.2" date="2019-05-31">
<description>
<ul>

View File

@ -1,5 +1,5 @@
name: keepassxc
version: 2.4.2
version: 2.4.3
grade: stable
summary: Community-driven port of the Windows application “KeePass Password Safe”
description: |