Skip to content

Commit a779a3e

Browse files
committed
Major enhancements to documentation
* Closes #11467 - Describe default search fields * Closes #11468 - Fix lock database shortcut * Closes #8259 - Add a note about 1Password OPVault specifics * Closes #9794 - Add section anchors for easy linking * Closes #10316 - Show how to setup managed Edge on macOS * Closes #7805 - Document entry url handling * Closes #9143 - Document database merge behavior * Closes #10876 - Correct wording in browser and passkey sections Update outdated images of the user interface. Improve wording and flow of entire documentation. Fill in missing pieces based on user feedback. Add mention about URL wildcards
1 parent a22f7f0 commit a779a3e

34 files changed

+432
-359
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
- Browser: Revert code causing connection problems [#8665]
179179
- Browser: Fix socket file symbolic link on Linux [#8656]
180180
- Flatpak: Fix launching browser proxy service [#8680]
181-
- SSH Agent: Fix paegent support on Windows [#8619]
181+
- SSH Agent: Fix pageant support on Windows [#8619]
182182

183183
## 2.7.3 (2022-10-23)
184184

@@ -1061,7 +1061,7 @@
10611061
- Compare window title to entry URLs #556
10621062
- Implemented inline error messages #162
10631063
- Ignore group expansion and other minor changes when making database "dirty" #464
1064-
- Updated license and copyright information on souce files #632
1064+
- Updated license and copyright information on source files #632
10651065
- Added contributors list to about dialog #629
10661066

10671067
## 2.1.4 (2017-04-09)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ KeePassXC has numerous features for novice and power users alike. Our goal is to
2222
* Password generator
2323
* Auto-Type passwords into applications
2424
* Browser integration with Google Chrome, Mozilla Firefox, Microsoft Edge, Chromium, Vivaldi, Brave, and Tor-Browser
25+
* Support for passkeys using the browser integration
2526
* Entry icon download
26-
* Import databases from CSV, 1Password, and KeePass1 formats
27+
* Import databases from CSV, 1Password, Bitwarden, Proton Pass, and KeePass1 formats
2728

2829
### Advanced
2930
* Database reports (password health, HIBP, and statistics)
30-
* Database export to CSV and HTML formats
31+
* Database export to CSV, XML, and HTML formats
3132
* TOTP storage and generation
3233
* Field references between entries
3334
* File attachments and custom attributes

docs/GettingStarted.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ include::topics/DownloadInstall.adoc[tags=*;!advanced]
2626

2727
include::topics/UserInterface.adoc[tags=*;!advanced]
2828

29-
include::topics/PasswordGenerator.adoc[tags=*;!advanced]
30-
3129
include::topics/DatabaseOperations.adoc[tags=*;!advanced]
3230

33-
include::topics/BrowserPlugin.adoc[tags=*;!advanced]
31+
include::topics/PasswordGenerator.adoc[tags=*;!advanced]
32+
33+
include::topics/BrowserIntegration.adoc[tags=*;!advanced]

docs/UserGuide.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ KeePassXC Team <[email protected]>
66
:imagesdir: images
77
:stylesheet: styles/dark.css
88
:toc: left
9+
:sectanchors:
910
ifdef::backend-pdf[]
1011
:title-page:
1112
:title-logo-image: {imagesdir}/kpxc_logo.png
@@ -23,18 +24,18 @@ include::topics/UserInterface.adoc[tags=*]
2324

2425
include::topics/DatabaseOperations.adoc[tags=*]
2526

27+
include::topics/PasswordGenerator.adoc[tags=*]
28+
2629
include::topics/ImportExport.adoc[tags=*]
2730

28-
include::topics/PasswordGenerator.adoc[tags=*]
31+
include::topics/KeeShare.adoc[tags=*]
2932

30-
include::topics/BrowserPlugin.adoc[tags=*]
33+
include::topics/BrowserIntegration.adoc[tags=*]
3134

3235
include::topics/Passkeys.adoc[tags=*]
3336

3437
include::topics/AutoType.adoc[tags=*]
3538

36-
include::topics/KeeShare.adoc[tags=*]
37-
3839
include::topics/SSHAgent.adoc[tags=*]
3940

4041
include::topics/Reference.adoc[tags=*]
17.4 KB
Loading
Loading

docs/images/database_settings.png

-4.39 KB
Loading

docs/images/database_view.png

-3.13 KB
Loading

docs/images/export_database.png

-81.3 KB
Loading

docs/images/main_interface.png

-10.5 KB
Loading

0 commit comments

Comments
 (0)