diff --git a/CHANGELOG.md b/CHANGELOG.md
index 039660021..4a7bb20d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,69 @@
## 2.8.0 (Pending)
* Placeholder for future release notes
+## 2.7.10 (2025-03-02)
+
+### Changes
+* Allow adjusting application font size [#11567]
+* Add Proton Pass importer [#11197]
+* Support KeePass2 TOTP settings [#11229]
+* Add New/Preview Entry Attachments dialog and functionality [#11637, #11699, #11650]
+* Add database name, color, and icon options for unlock view [#10819, #11725]
+* Show entry background color as column [#6798]
+* Use icons for password strength [#9844]
+* Add "Group Full Path" column in entry view [#10278]
+* Passphrase "MIXED case" Type [#11255]
+* Allow deleting extension plugin data from Browser Statistics [#11218]
+* Add --minimized option to keepassxc [#11693]
+* Implement T-CONV and T-REPLACE-RX entry placeholders [#11453]
+* Option to disable opening browser when URL field double-clicked [#11332]
+* Overhaul action states and add icons to toolbar [#11047]
+* Show character count in password generator dialog [#10940]
+* Add ability to expire entries from context menu [#8731]
+* Add copy field shortcuts to Auto-Type select dialog [#11518]
+* Passkeys: Add support for selecting group on creation [#11260]
+* Browser: Refactor Access Control Dialog [#9607]
+* Browser: Add support for URL wildcards and exact URL [#9835, #11752]
+* Browser: Allow groups to restrict by browser integration key [#9852]
+* CLI: Add `-d` dry-run shortcut to merge command [#11192]
+* CLI: HTML export [#11590]
+* macOS: Add option to disable database lock when switching user [#9707]
+* SSH Agent: Implement feature to clear all identities [#10649]
+
+### Fixes
+* Major enhancements to documentation [#11745, #10875]
+* Various UI and style fixes [#11535, #11672, #11511, #11445, #11426, #11273, #11455, #11321, #11594, #11539, #11351, #11354, #10748, #11602, #11303, #11291, #10091, #9417]
+* Various improvements to tags [#11676, #11652, #11625]
+* Reset splitter sizes on database unlock [#11014]
+* Remember sort order in Auto-type popup dialog [#9508]
+* Fix database password clearing when modifying key file / hardware key [#11001]
+* Fix issues with reloading and handling of externally modified db file [#10612]
+* Support passkeys with Bitwarden import [#11401]
+* Fix various quirks with CSV import [#11787]
+* Show Auto-Type select dialog even if window title is empty [#11603]
+* Refactor hardware key code to avoid deadlock [#11703, #10872]
+* Show a clear error if hardware key is found slots are not configured [#11609]
+* Fix signal/slot disconnect when opening import wizard [#11039]
+* Fix setting window title as modified [#11542]
+* Fix assert hit when viewing entry history [#11413]
+* Fix multiple crashes on Linux [#11513]
+* Fix backup file path time substitution [#10834]
+* Prevent long-running threads from deadlocking the program with only 1 CPU [#11155]
+* Hide the menubar when menus lose focus (if toggled off) [#11355, #11605]
+* CLI: Restore the original codepage on windows [#11470]
+* Passkeys: Various fixes [#10934, #10951]
+* Browser: Fix cancel with database unlock dialog [#11435]
+* Browser: Resolve references in Access Confirm dialog [#11055]
+* SSH Agent: Add timeout to streams to prevent deadlock [#11290]
+* macOS: Replace legacy code for screen recording permissions [#11428]
+* macOS: Implement Secure Input Mode [#11623]
+* macOS: Fix showing ambigious name in settings [#11373]
+* macOS: Fix copy-to-clipboard shortcut in entry preview widget [#10966]
+* Linux: Prevent multiple lock requests [#11306]
+* Snap: Prevent need for snap helper script to configure browser extension [#10924]
+* Windows: Detect outdated VC Redist with MSI installer [#11469]
+* Windows: Additional exclusion fields for clipboard [#11521]
+
## 2.7.9 (2024-06-19)
### Changes
diff --git a/share/linux/org.keepassxc.KeePassXC.appdata.xml b/share/linux/org.keepassxc.KeePassXC.appdata.xml
index e15c6ce98..a38728f5e 100644
--- a/share/linux/org.keepassxc.KeePassXC.appdata.xml
+++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml
@@ -59,6 +59,69 @@
+
+
+
+ - Allow adjusting application font size [#11567]
+ - Add Proton Pass importer [#11197]
+ - Support KeePass2 TOTP settings [#11229]
+ - Add New/Preview Entry Attachments dialog and functionality [#11637, #11699, #11650]
+ - Add database name, color, and icon options for unlock view [#10819, #11725]
+ - Show entry background color as column [#6798]
+ - Use icons for password strength [#9844]
+ - Add "Group Full Path" column in entry view [#10278]
+ - Passphrase "MIXED case" Type [#11255]
+ - Allow deleting extension plugin data from Browser Statistics [#11218]
+ - Add --minimized option to keepassxc [#11693]
+ - Implement T-CONV and T-REPLACE-RX entry placeholders [#11453]
+ - Option to disable opening browser when URL field double-clicked [#11332]
+ - Overhaul action states and add icons to toolbar [#11047]
+ - Show character count in password generator dialog [#10940]
+ - Add ability to expire entries from context menu [#8731]
+ - Add copy field shortcuts to Auto-Type select dialog [#11518]
+ - Passkeys: Add support for selecting group on creation [#11260]
+ - Browser: Refactor Access Control Dialog [#9607]
+ - Browser: Add support for URL wildcards and exact URL [#9835, #11752]
+ - Browser: Allow groups to restrict by browser integration key [#9852]
+ - CLI: Add `-d` dry-run shortcut to merge command [#11192]
+ - CLI: HTML export [#11590]
+ - macOS: Add option to disable database lock when switching user [#9707]
+ - SSH Agent: Implement feature to clear all identities [#10649]
+ - Major enhancements to documentation [#11745, #10875]
+ - Various UI and style fixes [#11535, #11672, #11511, #11445, #11426, #11273, #11455, #11321, #11594, #11539, #11351, #11354, #10748, #11602, #11303, #11291, #10091, #9417]
+ - Various improvements to tags [#11676, #11652, #11625]
+ - Reset splitter sizes on database unlock [#11014]
+ - Remember sort order in Auto-type popup dialog [#9508]
+ - Fix database password clearing when modifying key file / hardware key [#11001]
+ - Fix issues with reloading and handling of externally modified db file [#10612]
+ - Support passkeys with Bitwarden import [#11401]
+ - Fix various quirks with CSV import [#11787]
+ - Show Auto-Type select dialog even if window title is empty [#11603]
+ - Refactor hardware key code to avoid deadlock [#11703, #10872]
+ - Show a clear error if hardware key is found slots are not configured [#11609]
+ - Fix signal/slot disconnect when opening import wizard [#11039]
+ - Fix setting window title as modified [#11542]
+ - Fix assert hit when viewing entry history [#11413]
+ - Fix multiple crashes on Linux [#11513]
+ - Fix backup file path time substitution [#10834]
+ - Prevent long-running threads from deadlocking the program with only 1 CPU [#11155]
+ - Hide the menubar when menus lose focus (if toggled off) [#11355, #11605]
+ - CLI: Restore the original codepage on windows [#11470]
+ - Passkeys: Various fixes [#10934, #10951]
+ - Browser: Fix cancel with database unlock dialog [#11435]
+ - Browser: Resolve references in Access Confirm dialog [#11055]
+ - SSH Agent: Add timeout to streams to prevent deadlock [#11290]
+ - macOS: Replace legacy code for screen recording permissions [#11428]
+ - macOS: Implement Secure Input Mode [#11623]
+ - macOS: Fix showing ambigious name in settings [#11373]
+ - macOS: Fix copy-to-clipboard shortcut in entry preview widget [#10966]
+ - Linux: Prevent multiple lock requests [#11306]
+ - Snap: Prevent need for snap helper script to configure browser extension [#10924]
+ - Windows: Detect outdated VC Redist with MSI installer [#11469]
+ - Windows: Additional exclusion fields for clipboard [#11521]
+
+
+