mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Bump version to 2.4.3, update CHANGELOG
This commit is contained in:
parent
ba02bad45b
commit
1398b9f5fc
4 changed files with 20 additions and 2 deletions
|
@ -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)
|
2.4.2 (2019-05-31)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ endif()
|
||||||
|
|
||||||
set(KEEPASSXC_VERSION_MAJOR "2")
|
set(KEEPASSXC_VERSION_MAJOR "2")
|
||||||
set(KEEPASSXC_VERSION_MINOR "4")
|
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(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
||||||
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")
|
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,16 @@
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<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">
|
<release version="2.4.2" date="2019-05-31">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: keepassxc
|
name: keepassxc
|
||||||
version: 2.4.2
|
version: 2.4.3
|
||||||
grade: stable
|
grade: stable
|
||||||
summary: Community-driven port of the Windows application “KeePass Password Safe”
|
summary: Community-driven port of the Windows application “KeePass Password Safe”
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue