Skip to content

Commit

Permalink
Version bump to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Oct 30, 2022
1 parent 6fa34bd commit 033dd79
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## 2.7.2 (2022-10-22)
## 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
- Enhance Tags Support and Add Saved Searches [#8435, #8607]
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ if(UNIX AND NOT APPLE AND NOT WITH_XC_X11)
endif()

set(KEEPASSXC_VERSION_MAJOR "2")
set(KEEPASSXC_VERSION_MINOR "7")
set(KEEPASSXC_VERSION_PATCH "2")
set(KEEPASSXC_VERSION_MINOR "8")
set(KEEPASSXC_VERSION_PATCH "0")
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")

Expand Down
18 changes: 17 additions & 1 deletion share/linux/org.keepassxc.KeePassXC.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,23 @@
</screenshots>

<releases>
<release version="2.7.2" date="2022-10-22">
<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>
<release version="2.7.3" date="2022-10-23">
<description>
<ul>
<li>Enhance Tags Support and Add Saved Searches [#8435, #8607]</li>
Expand Down

0 comments on commit 033dd79

Please sign in to comment.