Version bump to 2.6.6

This commit is contained in:
Jonathan White 2021-06-11 22:08:50 -04:00
parent 4bdc2539f9
commit faf48d0b02
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
4 changed files with 21 additions and 2 deletions

View file

@ -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

View file

@ -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")

View file

@ -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>

View file

@ -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: |