-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add XML Export option to GUI. #8524
Merged
droidmonkey
merged 2 commits into
keepassxreboot:develop
from
libklein:feature/8496-add-xml-export-to-gui
Oct 3, 2022
Merged
Add XML Export option to GUI. #8524
droidmonkey
merged 2 commits into
keepassxreboot:develop
from
libklein:feature/8496-add-xml-export-to-gui
Oct 3, 2022
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8524 +/- ##
===========================================
- Coverage 64.41% 64.40% -0.01%
===========================================
Files 339 339
Lines 43953 43981 +28
===========================================
+ Hits 28309 28322 +13
- Misses 15644 15659 +15 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
droidmonkey
approved these changes
Oct 1, 2022
droidmonkey
added
new feature
pr: backport pending
Pull request yet to be backported to a previous release
labels
Oct 2, 2022
pull bot
pushed a commit
to tigerwill90/keepassxc
that referenced
this pull request
Oct 3, 2022
* Add XML Export option to GUI. * Update database export screenshot.
pull bot
pushed a commit
to Tiamat-Tech/keepassxc
that referenced
this pull request
Oct 3, 2022
* Add XML Export option to GUI. * Update database export screenshot.
droidmonkey
pushed a commit
that referenced
this pull request
Oct 5, 2022
* Add XML Export option to GUI. * Update database export screenshot.
droidmonkey
added
pr: backported
Pull request backported to previous release
and removed
pr: backport pending
Pull request yet to be backported to a previous release
labels
Oct 5, 2022
droidmonkey
pushed a commit
that referenced
this pull request
Oct 16, 2022
* Add XML Export option to GUI. * Update database export screenshot.
phoerious
added
pr: new feature
Pull request that adds a new feature
and removed
new feature
labels
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pr: backported
Pull request backported to previous release
pr: new feature
Pull request that adds a new feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add XML Export option to GUI. Uses the same logic as the corresponding CLI export option. The user needs to confirm the potentially unsafe export as with the CSV export option.
Fixes #8496.
Screenshots
TODO
The screenshot showing the export options needs to be updated.