mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Bump version to 2.4.3, update CHANGELOG
This commit is contained in:
parent
ba02bad45b
commit
1398b9f5fc
@ -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)
|
||||
=========================
|
||||
|
||||
|
@ -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")
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user