From 71f9ef30f5624b921be60b1140b61298dc12cfa7 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 19 Aug 2020 21:16:19 +0200 Subject: [PATCH] Update changelog and bump version to 2.6.1 --- CHANGELOG.md | 43 +++++++ CMakeLists.txt | 2 +- .../linux/org.keepassxc.KeePassXC.appdata.xml | 111 +++++++++++++++++- snap/snapcraft.yaml | 2 +- 4 files changed, 154 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be1ff1e92..7b194f1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## 2.6.1 (2020-08-19) + +### Added + +- Add menu entries for auto-typing only username or only password [#4891] +- Browser: Add command for retrieving current TOTP [#5278] +- Improve man pages [#5010] +- Linux: Support Xfce screen lock signals [#4971] +- Linux: Add OARS metadata to AppStream markup [#5031] +- SSH Agent: Substitute tilde with %USERPROFILE% on Windows [#5116] + +### Changed + +- Improve password generator UI and UX [#5129] +- Do not prompt to restart if switching the theme back and forth [#5084] +- Change actions for F1, F2, and F3 keys [#5082] +- Skip referenced passwords in health check report [#5056] +- Check system-wide Qt translations directory for downstream translations packaging [#5064] +- macOS: Change password visibility toggle shortcut to Ctrl+H to avoid conflict with system shortcut [#5114] +- Browser: Only display domain name in browser access confirm dialog to avoid overly wide window sizes [#5214] + +### Fixed + +- Fix clipboard not being cleared when database is locked while timeout is still active [#5184] +- Fix list of previous databases not being cleared in some cases [#5123] +- Fix saving of non-data changes on database lock [#5210] +- Fix search results banner theming [#5197] +- Don't enforce theme palette in Classic theme mode and add hover effect for buttons [#5122,#5267] +- Fix label clipping in settings on high-DPI screens [#5227] +- Fix excessive memory usage by icons on systems with high-DPI screens [#5266] +- Fix crash if number of TOTP digits exceeds ten [#5106] +- Fix slot detection when first YubiKey is configured on the second slot [#5004] +- Prevent crash if focus widget gets deleted during saving [#5005] +- Always show buttons for opening or saving attachments [#4956] +- Update link to Auto-Type help [#5228] +- Fix build errors with Ninja [#5121] +- CLI: Fix db-info command wrongly labelled as db-show in usage listing [#5140] +- Windows: Use Classic theme by default if high-contrast mode is on [#5191] +- Linux: Add workaround for qt5ct bug, causing icons not to show up [#5011] +- Linux: Correct high-DPI display by not allowing fractional scaling [#5185] +- Browser: Consider subdomain and path when requesting only "best-matching credentials" [#4832] +- SSH Agent: Always forget all keys on lock [#5115] + ## 2.6.0 (2020-07-06) ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index b0244d648..d390f672d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ endif() set(KEEPASSXC_VERSION_MAJOR "2") set(KEEPASSXC_VERSION_MINOR "6") -set(KEEPASSXC_VERSION_PATCH "0") +set(KEEPASSXC_VERSION_PATCH "1") set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}") set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds") diff --git a/share/linux/org.keepassxc.KeePassXC.appdata.xml b/share/linux/org.keepassxc.KeePassXC.appdata.xml index 62c17b333..b4436f5e4 100644 --- a/share/linux/org.keepassxc.KeePassXC.appdata.xml +++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml @@ -50,9 +50,116 @@ - + -
  • TBD
+
    +
  • Add menu entries for auto-typing only username or only password [#4891]
  • +
  • Browser: Add command for retrieving current TOTP [#5278]
  • +
  • Improve man pages [#5010]
  • +
  • Linux: Support Xfce screen lock signals [#4971]
  • +
  • Linux: Add OARS metadata to AppStream markup [#5031]
  • +
  • SSH Agent: Substitute tilde with %USERPROFILE% on Windows [#5116]
  • +
  • Improve password generator UI and UX [#5129]
  • +
  • Do not prompt to restart if switching the theme back and forth [#5084]
  • +
  • Change actions for F1, F2, and F3 keys [#5082]
  • +
  • Skip referenced passwords in health check report [#5056]
  • +
  • Check system-wide Qt translations directory for downstream translations packaging [#5064]
  • +
  • macOS: Change password visibility toggle shortcut to Ctrl+H to avoid conflict with system shortcut [#5114]
  • +
  • Browser: Only display domain name in browser access confirm dialog to avoid overly wide window sizes [#5214]
  • +
  • Fix clipboard not being cleared when database is locked while timeout is still active [#5184]
  • +
  • Fix list of previous databases not being cleared in some cases [#5123]
  • +
  • Fix saving of non-data changes on database lock [#5210]
  • +
  • Fix search results banner theming [#5197]
  • +
  • Don't enforce theme palette in Classic theme mode and add hover effect for buttons [#5122,#5267]
  • +
  • Fix label clipping in settings on high-DPI screens [#5227]
  • +
  • Fix excessive memory usage by icons on systems with high-DPI screens [#5266]
  • +
  • Fix crash if number of TOTP digits exceeds ten [#5106]
  • +
  • Fix slot detection when first YubiKey is configured on the second slot [#5004]
  • +
  • Prevent crash if focus widget gets deleted during saving [#5005]
  • +
  • Always show buttons for opening or saving attachments [#4956]
  • +
  • Update link to Auto-Type help [#5228]
  • +
  • Fix build errors with Ninja [#5121]
  • +
  • CLI: Fix db-info command wrongly labelled as db-show in usage listing [#5140]
  • +
  • Windows: Use Classic theme by default if high-contrast mode is on [#5191]
  • +
  • Linux: Add workaround for qt5ct bug, causing icons not to show up [#5011]
  • +
  • Linux: Correct high-DPI display by not allowing fractional scaling [#5185]
  • +
  • Browser: Consider subdomain and path when requesting only "best-matching credentials" [#4832]
  • +
  • SSH Agent: Always forget all keys on lock [#5115]
  • +
+
+
+ + +
    +
  • Custom Light and Dark themes [#4110, #4769, #4791, #4892, #4915]
  • +
  • Compact mode to use classic Group and Entry line height [#4910]
  • +
  • New monochrome tray icons [#4796, #4803]
  • +
  • View menu to quickly switch themes, compact mode, and toggle UI elements [#4910]
  • +
  • Search for groups and scope search to matched groups [#4705]
  • +
  • Save Database Backup feature [#4550]
  • +
  • Sort entries by "natural order" and move lines up/down [#4357]
  • +
  • Option to launch KeePassXC on system startup/login [#4675]
  • +
  • Caps Lock warning on password input fields [#3646]
  • +
  • Add "Size" column to entry view [#4588]
  • +
  • Browser-like tab experience using Ctrl+[Num] (Alt+[Num] on Linux) [#4063, #4305]
  • +
  • Password Generator: Define additional characters to choose from [#3876]
  • +
  • Reports: Database password health check (offline) [#3993]
  • +
  • Reports: HIBP online service to check for breached passwords [#4438]
  • +
  • Auto-Type: DateTime placeholders [#4409]
  • +
  • Browser: Show group name in results sent to browser extension [#4111]
  • +
  • Browser: Ability to define a custom browser location (macOS and Linux only) [#4148]
  • +
  • Browser: Ability to change root group UUID and inline edit connection ID [#4315, #4591]
  • +
  • CLI: `db-info` command [#4231]
  • +
  • CLI: Use wl-clipboard if xclip is not available (Linux) [#4323]
  • +
  • CLI: Incorporate xclip into snap builds [#4697]
  • +
  • SSH Agent: Key file path env substitution, SSH_AUTH_SOCK override, and connection test [#3769, #3801, #4545]
  • +
  • SSH Agent: Context menu actions to add/remove keys [#4290]
  • +
  • Complete replacement of default database icons [#4699]
  • +
  • Complete replacement of application icons [#4066, #4161, #4203, #4411]
  • +
  • Complete rewrite of documentation and manpages using Asciidoctor [#4937]
  • +
  • Complete refactor of config files; separate between local and roaming [#4665]
  • +
  • Complete refactor of browser integration and proxy code [#4680]
  • +
  • Complete refactor of hardware key integration (YubiKey and OnlyKey) [#4584, #4843]
  • +
  • Significantly improve performance when saving and opening databases [#4309, #4833]
  • +
  • Remove read-only detection for database files [#4508]
  • +
  • Overhaul of password fields and password generator [#4367]
  • +
  • Replace instances of "Master Key" with "Database Credentials" [#4929]
  • +
  • Change settings checkboxes to positive phrasing for consistency [#4715]
  • +
  • Improve UX of using entry actions (focus fix) [#3893]
  • +
  • Set expiration time to Now when enabling entry expiration [#4406]
  • +
  • Always show "New Entry" in context menu [#4617]
  • +
  • Issue warning before adding large attachments [#4651]
  • +
  • Improve importing OPVault [#4630]
  • +
  • Improve AutoOpen capability [#3901, #4752]
  • +
  • Check for updates every 7 days even while still running [#4752]
  • +
  • Improve Windows installer UI/UX [#4675]
  • +
  • Improve config file handling of portable distribution [#4131, #4752]
  • +
  • macOS: Hide dock icon when application is hidden to tray [#4782]
  • +
  • Browser: Use unlock dialog to improve UX of opening a locked database [#3698]
  • +
  • Browser: Improve database and entry settings experience [#4392, #4591]
  • +
  • Browser: Improve confirm access dialog [#2143, #4660]
  • +
  • KeeShare: Improve monitoring file changes of shares [#4720]
  • +
  • CLI: Rename `create` command to `db-create` [#4231]
  • +
  • CLI: Cleanup `db-create` options (`--set-key-file` and `--set-password`) [#4313]
  • +
  • CLI: Use stderr for help text and password prompts [#4086, #4623]
  • +
  • FdoSecrets: Display existing secret service process [#4128]
  • +
  • Fix changing focus around the main window using tab key [#4641]
  • +
  • Fix search field clearing while still using the application [#4368]
  • +
  • Improve search help widget displaying on macOS and Linux [#4236]
  • +
  • Return keyboard focus after editing an entry [#4287]
  • +
  • Reset database path after failed "Save As" [#4526]
  • +
  • Make builds reproducible [#4411]
  • +
  • Improve handling of ccache when building [#4104, #4335]
  • +
  • Windows: Use correct UI font and size [#4769]
  • +
  • macOS: Properly re-hide application window after browser integration and Auto-Type usage [#4909]
  • +
  • Linux: Fix version number not embedded in AppImage [#4842]
  • +
  • Auto-Type: Fix crash when performing on new entry [#4132]
  • +
  • Browser: Send legacy HTTP settings to recycle bin [#4589]
  • +
  • Browser: Fix merging browser keys [#4685]
  • +
  • CLI: Fix encoding when exporting database [#3921]
  • +
  • SSH Agent: Improve reliability and underlying code [#3833, #4256, #4549, #4595]
  • +
  • FdoSecrets: Fix crash when editing settings before service is enabled [#4332]
  • +
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5f49d0092..540cfdfe9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: keepassxc -version: 2.6.0 +version: 2.6.1 grade: stable summary: Community-driven port of the Windows application “KeePass Password Safe” description: |