Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement KDBX 4.1 #7114

Merged
merged 10 commits into from
Nov 22, 2021
Merged

Implement KDBX 4.1 #7114

merged 10 commits into from
Nov 22, 2021

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    545cf05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db58c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a313ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ad8d83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df689e4 View commit details
    Browse the repository at this point in the history
  6. Implement KDBX 4.1 CustomData modification date

    We keep the old merging behaviour for now, since deleting a
    CustomData entry does not create DeletedObject.
    phoerious committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    356942f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2970c73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccb3204 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f914b6b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Correctly set KDBX envelope version

    Shows a warning when trying to open with a newer minor version than what is currently supported.
    
    We always try to save with the lowest KDBX version possible for maximum compatibility.
    phoerious committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    c2d4dba View commit details
    Browse the repository at this point in the history