mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Version bump to 2.6.6
This commit is contained in:
parent
4bdc2539f9
commit
faf48d0b02
4 changed files with 21 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 2.6.6 (2021-06-11)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix focusing search when pressing hotkey [#6603]
|
||||
- Trim whitespace from TOTP key input prior to processing [#6604]
|
||||
- Fix building on macOS [#6598]
|
||||
- Resolve compiler warnings for unused return values [#6607]
|
||||
|
||||
## 2.6.5 (2021-06-07)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -101,7 +101,7 @@ endif()
|
|||
|
||||
set(KEEPASSXC_VERSION_MAJOR "2")
|
||||
set(KEEPASSXC_VERSION_MINOR "6")
|
||||
set(KEEPASSXC_VERSION_PATCH "5")
|
||||
set(KEEPASSXC_VERSION_PATCH "6")
|
||||
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.6.6" date="2021-06-11">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Fix focusing search when pressing hotkey [#6603]</li>
|
||||
<li>Trim whitespace from TOTP key input prior to processing [#6604]</li>
|
||||
<li>Fix building on macOS [#6598]</li>
|
||||
<li>Resolve compiler warnings for unused return values [#6607]</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.6.5" date="2021-06-07">
|
||||
<description>
|
||||
<ul>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: keepassxc
|
||||
version: 2.6.5
|
||||
version: 2.6.6
|
||||
grade: stable
|
||||
summary: Community-driven port of the Windows application “KeePass Password Safe”
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue