-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New Database Wizard [#1952] - Advanced Search [#1797] - Automatic update checker [#2648] - KeeShare database synchronization [#2109, #1992, #2738, #2742, #2746, #2739] - Improve favicon fetching; transition to Duck-Duck-Go [#2795, #2011, #2439] - Remove KeePassHttp support [#1752] - CLI: output info to stderr for easier scripting [#2558] - CLI: Add --quiet option [#2507] - CLI: Add create command [#2540] - CLI: Add recursive listing of entries [#2345] - CLI: Fix stdin/stdout encoding on Windows [#2425] - SSH Agent: Support OpenSSH for Windows [#1994] - macOS: TouchID Quick Unlock [#1851] - macOS: Multiple improvements; include CLI in DMG [#2165, #2331, #2583] - Linux: Prevent Klipper from storing secrets in clipboard [#1969] - Linux: Use polling based file watching for NFS [#2171] - Linux: Enable use of browser plugin in Snap build [#2802] - TOTP QR Code Generator [#1167] - High-DPI Scaling for 4k screens [#2404] - Make keyboard shortcuts more consistent [#2431] - Warn user if deleting referenced entries [#1744] - Allow toolbar to be hidden and repositioned [#1819, #2357] - Increase max allowed database timeout to 12 hours [#2173] - Password generator uses existing password length by default [#2318] - Improve alert message box button labels [#2376] - Show message when a database merge makes no changes [#2551] - Browser Integration Enhancements [#1497, #2253, #1904, #2232, #1850, #2218, #2391, #2396, #2542, #2622, #2637, #2790] - Overall Code Improvements [#2316, #2284, #2351, #2402, #2410, #2419, #2422, #2443, #2491, #2506, #2610, #2667, #2709, #2731]
- Loading branch information
Showing
972 changed files
with
181,974 additions
and
77,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug Report | ||
about: provide information about a problem | ||
title: | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
[TIP]: # ( Provide a general summary of the issue in the title above ^^ ) | ||
[TIP]: # ( DO NOT include screenshots of your actual database! ) | ||
|
||
## Expected Behavior | ||
[NOTE]: # ( Tell us what you expected to happen ) | ||
|
||
|
||
## Current Behavior | ||
[NOTE]: # ( Tell us what actually happens ) | ||
|
||
|
||
## Possible Solution | ||
[NOTE]: # ( Not required, but suggest a fix/reason for the bug ) | ||
|
||
|
||
## Steps to Reproduce | ||
[NOTE]: # ( Provide a link to a live example, or an unambiguous set of steps to ) | ||
[NOTE]: # ( reproduce this bug. Include code to reproduce, if relevant ) | ||
1. | ||
2. | ||
3. | ||
|
||
## Context | ||
[NOTE]: # ( How has this issue affected you? What unique circumstances do you have? ) | ||
|
||
|
||
## Debug Info | ||
[NOTE]: # ( Paste debug info from Help → About here ) | ||
KeePassXC - VERSION | ||
Revision: REVISION | ||
|
||
Libraries: | ||
- LIBS | ||
|
||
Operating system: OS | ||
CPU architecture: ARCH | ||
Kernel: KERNEL | ||
|
||
Enabled extensions: | ||
- EXTENSIONS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature Request | ||
about: tell us about a new capability you want to see | ||
title: | ||
labels: new feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
[TIP]: # ( Provide a general summary of the feature in the title above ^^ ) | ||
[TIP]: # ( DO NOT include screenshots of your actual database! ) | ||
|
||
## Summary | ||
[NOTE]: # ( Provide a brief overview of what the new feature is all about ) | ||
|
||
|
||
## Desired Behavior | ||
[NOTE]: # ( Tell us how the new feature should work, be specific ) | ||
|
||
|
||
## Possible Solution | ||
[NOTE]: # ( Not required, but suggest ideas on how to implement the addition or change ) | ||
|
||
|
||
## Context | ||
[NOTE]: # ( Why does this feature matter to you? What unique circumstances do you have? ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Release Preview Bug report | ||
about: report a bug with a release preview (eg, 2.4.0-beta1) | ||
title: "[PRE-RELEASE] " | ||
labels: PRE-RELEASE BUG | ||
assignees: droidmonkey | ||
|
||
--- | ||
|
||
[TIP]: # ( Provide a general summary of the issue in the title above ^^ ) | ||
[TIP]: # ( DO NOT include screenshots of your actual database! ) | ||
|
||
## Expected Behavior | ||
[NOTE]: # ( Tell us what you expected to happen ) | ||
|
||
|
||
## Current Behavior | ||
[NOTE]: # ( Tell us what actually happens ) | ||
|
||
|
||
## Possible Solution | ||
[NOTE]: # ( Not required, but suggest a fix/reason for the bug ) | ||
|
||
|
||
## Steps to Reproduce | ||
[NOTE]: # ( Provide a link to a live example, or an unambiguous set of steps to ) | ||
[NOTE]: # ( reproduce this bug. Include code to reproduce, if relevant ) | ||
1. | ||
2. | ||
3. | ||
|
||
## Context | ||
[NOTE]: # ( How has this issue affected you? What unique circumstances do you have? ) | ||
|
||
|
||
## Debug Info | ||
[NOTE]: # ( Paste debug info from Help → About here ) | ||
KeePassXC - VERSION | ||
Revision: REVISION | ||
|
||
Libraries: | ||
- LIBS | ||
|
||
Operating system: OS | ||
CPU architecture: ARCH | ||
Kernel: KERNEL | ||
|
||
Enabled extensions: | ||
- EXTENSIONS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,36 @@ | ||
<!--- Provide a general summary of your changes in the title above --> | ||
[TIP]: # ( Provide a general summary of your changes in the title above ^^ ) | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
## Type of change | ||
[NOTE]: # ( Please remove all lines which don't apply. ) | ||
- ✅ Bug fix (non-breaking change which fixes an issue) | ||
- ✅ Refactor (significant modification to existing code) | ||
- ✅ New feature (non-breaking change which adds functionality) | ||
- ✅ Breaking change (fix or feature that would cause existing functionality to change) | ||
- ✅ Documentation (non-code change) | ||
|
||
## Motivation and context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
## Description and Context | ||
[NOTE]: # ( Describe your changes in detail, why is this change required? ) | ||
[NOTE]: # ( Describe the context of your change. Explain large code modifications. ) | ||
[NOTE]: # ( If it fixes an open issue, please add "Fixes #XXX" as necessary ) | ||
|
||
## How has this been tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
## Screenshots (if appropriate): | ||
## Screenshots | ||
[TIP]: # ( Do not include screenshots of your actual database! ) | ||
|
||
|
||
## Testing strategy | ||
[NOTE]: # ( Please describe in detail how you tested your changes. ) | ||
[TIP]: # ( We expect new code to be covered by unit tests and documented with doc blocks! ) | ||
|
||
## Types of changes | ||
<!--- What types of changes does your code introduce? --> | ||
<!--- Please remove all lines which don't apply. --> | ||
- ✅ Bug fix (non-breaking change which fixes an issue) | ||
- ✅ New feature (non-breaking change which adds functionality) | ||
- ✅ Breaking change (fix or feature that would cause existing functionality to change) | ||
|
||
## Checklist: | ||
<!--- Please go over all the following points. --> | ||
<!--- Again, remove any lines which don't apply. --> | ||
<!--- Pull Requests that don't fulfill all [REQUIRED] requisites are likely --> | ||
<!--- to be sent back to you for correction or will be rejected. --> | ||
[NOTE]: # ( Please go over all the following points. ) | ||
[NOTE]: # ( Again, remove any lines which don't apply. ) | ||
[NOTE]: # ( Pull Requests that don't fulfill all [REQUIRED] requisites are likely ) | ||
[NOTE]: # ( to be sent back to you for correction or will be rejected. ) | ||
- ✅ I have read the **CONTRIBUTING** document. **[REQUIRED]** | ||
- ✅ My code follows the code style of this project. **[REQUIRED]** | ||
- ✅ All new and existing tests passed. **[REQUIRED]** | ||
- ✅ I have compiled and verified my code with `-DWITH_ASAN=ON`. **[REQUIRED]** | ||
- ✅ My change requires a change to the documentation and I have updated it accordingly. | ||
- ✅ My change requires a change to the documentation, and I have updated it accordingly. | ||
- ✅ I have added tests to cover my changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.