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

Add AppStream info file and extend .desktop file #1082

Merged
merged 4 commits into from
Oct 19, 2017

Conversation

phoerious
Copy link
Member

Description

This patch resolves #1066 by adding an AppStream info file. It also extends the .desktop file with additional key/value pairs and changes its file name to match the specification.

Required pre-merge checks were added to the release-tool.

How has this been tested?

Merge checks have been tested to work properly.

Types of changes

  • ✅ New feature (non-breaking change which adds functionality)

Checklist:

  • ✅ 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]

@phoerious phoerious added this to the v2.2.2 milestone Oct 17, 2017
@phoerious phoerious requested a review from a team October 17, 2017 13:00
Icon=keepassxc
Categories=Utility;Security;Qt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Categories is repeated 2 times

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@phoerious phoerious force-pushed the issue-1066-appstream branch from 8f6fe9a to f510bc7 Compare October 18, 2017 08:58
Icon=keepassxc
Terminal=false
Type=Application
Categories=Qt;Utility;
Version=1.0
Copy link
Contributor

@TheZ3ro TheZ3ro Oct 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why version is set to 1.0 instead of 2.2.1 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the spec version, not the app version.

@droidmonkey
Copy link
Member

i will test against the snap build this evening.

Copy link
Member

@droidmonkey droidmonkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Snap builds and runs successfully 👍

@phoerious phoerious force-pushed the issue-1066-appstream branch from f510bc7 to a73b9e4 Compare October 19, 2017 19:05
@phoerious phoerious merged commit d3208bd into release/2.2.2 Oct 19, 2017
@phoerious phoerious deleted the issue-1066-appstream branch October 19, 2017 19:24
phoerious added a commit that referenced this pull request Oct 21, 2017
- Fixed entries with empty URLs being reported to KeePassHTTP clients [#1031]
- Fixed YubiKey detection and enabled CLI tool for AppImage binary [#1100]
- Added AppStream description [#1082]
- Improved TOTP compatibility and added new Base32 implementation [#1069]
- Fixed error handling when processing invalid cipher stream [#1099]
- Fixed double warning display when opening a database [#1037]
- Fixed unlocking databases with --pw-stdin [#1087]
- Added ability to override QT_PLUGIN_PATH environment variable for AppImages [#1079]
- Fixed transform seed not being regenerated when saving the database [#1068]
- Fixed only one YubiKey slot being polled [#1048]
- Corrected an issue with entry icons while merging [#1008]
- Corrected desktop and tray icons in Snap package [#1030]
- Fixed screen lock and Google fallback settings [#1029]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants