Skip to content
Snippets Groups Projects
  1. Nov 11, 2019
    • Janek Bevendorff's avatar
      Release 2.5.1 · 0fd88368
      Janek Bevendorff authored
      Added
      
      - Add programmatic use of the EntrySearcher [#3760]
      - Explicitly clear database memory upon locking even if the object is not deleted immediately [#3824]
      - macOS: Add ability to perform notarization of built package [#3827]
      
      Changed
      
      - Reduce file hash checking to every 30 seconds to correct performance issues [#3724]
      - Correct formatting of notes in entry preview widget [#3727]
      - Improve performance and UX of database statistics page [#3780]
      - Improve interface for key file selection to discourage use of the database file [#3807]
      - Hide Auto-Type sequences column when not needed [#3794]
      - macOS: Revert back to using Carbon API for hotkey detection [#3794]
      - CLI: Do not show protected fields by default [#3710]
      
      Fixed
      
      - Secret Service: Correct issues interfacing with various applications [#3761]
      - Fix building without additional features [#3693]
      - Fix handling TOTP secret keys that require padding [#3764]
      - Fix database unlock dialog password field focus [#3764]
      - Correctly label open databases as locked on launch [#3764]
      - Prevent infinite recursion when two databases AutoOpen each other [#3764]
      - Browser: Fix incorrect matching of invalid URLs [#3759]
      - Properly stylize the application name on Linux [#3775]
      - Show application icon on Plasma Wayland sessions [#3777]
      - macOS: Check for Auto-Type permissions on use instead of at launch [#3794]
      2.5.1
      0fd88368
    • Janek Bevendorff's avatar
      Update translations · db63a404
      Janek Bevendorff authored
      db63a404
    • Janek Bevendorff's avatar
      90cf5c08
    • Jonathan White's avatar
      0454f4ea
    • Jonathan White's avatar
      Bump version and update changelog · d37e71b7
      Jonathan White authored
      d37e71b7
  2. Nov 10, 2019
  3. Nov 09, 2019
  4. Nov 08, 2019
    • Jonathan White's avatar
      Relax strictness of TOTP Base32 validation · f9d26960
      Jonathan White authored
      * Fix #3754 - Accept valid TOTP keys that require padding when converted to Base32.
      * Allow use of spaces and lower case letters in the TOTP secret key.
      f9d26960
    • Jonathan White's avatar
      Prevent recursive loads using AutoOpen · 4edb6237
      Jonathan White authored
      * Fix #3334 - AutoOpen is now processed after the database widget is put into view mode to prevent infinite recursion of unlock attempts if two databases  auto open each other.
      4edb6237
    • Jonathan White's avatar
      Start Database Widget in view mode · cb992971
      Jonathan White authored
      * Fix #3713 - DatabaseWidget starts in locked mode instead of view mode fixing tab names on launch.
      cb992971
    • Jonathan White's avatar
      Fix issues with database unlock · 837df4f4
      Jonathan White authored
      * Fix #3735 - Don't focus on OpenDatabaseWidget fields that are not visible; ensures password field is focused after database lock.
      
      * Fix #3487 - Password input is selected after failed unlock.
      
      * Fix #1938 - Password input is focused after toggling visibility using the keyboard
      837df4f4
    • guihkx's avatar
      Properly stylize the application name (#3775) · 6339d614
      guihkx authored
      This is just a cosmetic change. On KDE Plasma, the title of the tray icon is set by either the name of the binary, or by calling `setApplicationName()`. So having it properly stylized looks better.
      6339d614
    • Aetf's avatar
      f9097c84
    • Aetf's avatar
      b96c1e92
    • Aetf's avatar
      Secret Service Integration Fixes (#3761) · 329701a3
      Aetf authored
      * FdoSecrets: create prompt object only when necessary
      
      * FdoSecrets: negotiationOutput should always return a valid QVariant otherwise QDBus will fail to create a reply, causing timeout in client.
      
      * FdoSecrets: include in debug info
      329701a3
    • Janek Bevendorff's avatar
      Make the purpose of the key file field clearer. · 5d2766e0
      Janek Bevendorff authored
      The new unlock dialogue seems to confuse users
      as to what the purpose of the key file is. This
      patch changes the generic "Select file..." affordance
      to the more explicit "Select key file..." and adds
      a help button to the label just like the one we
      already have for the hardware key. Furthermore,
      it prevents the user from using the KDBX file as its
      own key file (since that would never work anyway).
      
      The change breaks existing translations on purpose
      (instead of simply adjusting the en_US locale)
      in order to force translators to update this string
      for their languages.
      
      Resolves #3678
      5d2766e0
  5. Nov 03, 2019
    • Elvis Angelaccio's avatar
      Show application icon in Plasma Wayland sessions (#3777) · 17223970
      Elvis Angelaccio authored
      This is required to show the keepassxc icon on Wayland windows in a
      Plasma Wayland session.
      
      kwin_wayland fetches application icons from .desktop files and it
      expects the desktop filename to be set on the QGuiApplication instance.
      
      Without this, kwin sets a generic Wayland icon as fallback.
      17223970
  6. Nov 02, 2019
  7. Oct 30, 2019
  8. Oct 26, 2019
Loading