🎉 KeePassXC 2.7.10 is out! 🥳

The most prominent changes in this release are the addition of a Proton Pass importer and (due to popular request) a new setting for changing the application font size. You can find the full list of changes on our website:
https://keepassxc.org/blog/2025-03-04-2.7.10-released/

KeePassXC 2.7.10 released – KeePassXC

KeePassXC Password Manager

@keepassxc the testsuites for debian builds on
OBS are failing while the rpm testsuite passes. which is weird.
@darix We noticed that too, yesterday, but it was too late to fix it. There’s a buggy test that fails if you have the locale set to C. You can set it to en_US.UTF-8 to make it pass.

@keepassxc it already had

export LC_ALL := C.UTF-8

that isnt enough?

@darix No. It has to be different from C. The problem is not the encoding, but ascii sort ordering.