Skip to content

Commit

Permalink
Bump version to 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Jan 13, 2024
1 parent c60c955 commit ff38b2c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.7.7 (2024-01-31)

### Changes
- Browser: Add support for PassKeys [#8825, #9987]

### Fixes
- Browser: Fix bugs when returning credentials [#9136]
- Browser: Fix crash on database open from browser [#9939]
- Browser: Fix support for referenced URL fields [#8788]

## 2.7.6 (2023-08-15)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ endif()

set(KEEPASSXC_VERSION_MAJOR "2")
set(KEEPASSXC_VERSION_MINOR "7")
set(KEEPASSXC_VERSION_PATCH "6")
set(KEEPASSXC_VERSION_PATCH "7")
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
10 changes: 10 additions & 0 deletions share/linux/org.keepassxc.KeePassXC.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
</screenshots>

<releases>
<release version="2.7.7" date="2023-01-31">
<description>
<ul>
<li>Browser: Add support for PassKeys [#8825, #9987]</li>
<li>Browser: Fix bugs when returning credentials [#9136]</li>
<li>Browser: Fix crash on database open from browser [#9939]</li>
<li>Browser: Fix support for referenced URL fields [#8788]</li>
</ul>
</description
</release>
<release version="2.7.6" date="2023-08-15">
<description>
<ul>
Expand Down

0 comments on commit ff38b2c

Please sign in to comment.