Version bump to 2.7.4

This commit is contained in:
Jonathan White 2022-10-29 10:34:02 -04:00
parent d81f6ea1c0
commit c231abe13d
3 changed files with 32 additions and 1 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## 2.7.4 (2022-10-29)
### Changes
- Add 2 months expiration preset [#8687]
- CLI: Add Unicode support on Windows [#8618]
### Fixes
- Fix crash on macOS when unlocking database [#8676]
- Fix display of passwords in preview panel [#8633]
- Fix clicking links in entry preview panel [#8644]
- Prevent expired entries search if no results returned [#8643]
- Browser: Revert code causing connection problems [#8665]
- Browser: Fix socket file symbolic link on Linux [#8656]
- Flatpak: Fix launching browser proxy service [#8680]
- SSH Agent: Fix paegent support on Windows [#8619]
## 2.7.3 (2022-10-23)
### Changes

View File

@ -119,7 +119,7 @@ endif()
set(KEEPASSXC_VERSION_MAJOR "2")
set(KEEPASSXC_VERSION_MINOR "7")
set(KEEPASSXC_VERSION_PATCH "3")
set(KEEPASSXC_VERSION_PATCH "4")
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

@ -59,6 +59,21 @@
</screenshots>
<releases>
<release version="2.7.4" date="2022-10-29">
<description>
<ul>
<li>Add 2 months expiration preset [#8687]</li>
<li>CLI: Add Unicode support on Windows [#8618]</li>
<li>Fix crash on macOS when unlocking database [#8676]</li>
<li>Fix display of passwords in preview panel [#8633]</li>
<li>Fix clicking links in entry preview panel [#8644]</li>
<li>Prevent expired entries search if no results returned [#8643]</li>
<li>Browser: Revert code causing connection problems [#8665]</li>
<li>Browser: Fix socket file symbolic link on Linux [#8656]</li>
<li>Flatpak: Fix launching browser proxy service [#8680]</li>
<li>SSH Agent: Fix paegent support on Windows [#8619]</li>
</ul>
</description
<release version="2.7.3" date="2022-10-23">
<description>
<ul>