Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-18Add support for pre-releasesJanek Bevendorff
2018-01-30Add support for nightly builds to release toolJonathan White
2018-01-21Only update source files and pull in translations, don't push anythingJanek Bevendorff
2018-01-14Fix macOS building and code signing, resolves #1344Janek Bevendorff
2017-12-23Bundle qtbase translations with macOS and AppImage releasesJanek Bevendorff
2017-12-22Merge branch 'develop' into issue-1148-msi-packageSebastian Marsching
2017-12-15Replace signtool with osslsigncodeJanek Bevendorff
2017-12-15Separate code and GPG signing and add support for macOS codesignJanek Bevendorff
2017-12-09Build MSI package when making a release.Sebastian Marsching
2017-11-08Fix id and appdata validation failures (#1131)AsavarTzeth
According to the AppStream specification org.keepassxc is not a valid id. The product name is missing. This results in failures if one tries to validate the file and makes it unusable where validation is enforced. Additionally it seems specification don't allow the `<icon>` tag with component type desktop-application. I am not sure this tag is strictly necessary. In any case validation tests require this to be removed. Fixing both of these issues ensure the AppStream appdata is compliant and works anywhere passing validations is a requirement. Also provide some other fixes and improvements to the appdata. Minor validation failures: - Fix missing captions for screenshots (`appstreamcli`) - Fix descriptions cannot start with `<ul>` tag (`appstream-util`) Other enhancements: - Add more URL types, but could not add donation type because "&" is not allowed in the `<url>` tag and using "%26" causes `appstreamcli validate` to fail. - Add `<developer_name>`, which in cases such as KeePassXC is a team name.
2017-10-21Add signtool function (Windows Only) to release-tool scriptJonathan White
2017-10-19Enhance lupdate-qt5 checkJanek Bevendorff
2017-10-19Check AppStream info file before merging releasesJanek Bevendorff
2017-10-19Set KEEPASSXC_DIST_TYPE when building AppImages and SnapsJanek Bevendorff
2017-10-08Disable apparmor to use fuseAidan Hobson Sayers
Necessary for an Ubuntu 16.04, Docker 17.09.0-ce host See https://github.com/moby/moby/issues/9448#issuecomment-289950103
2017-06-26Fix release tool build checksJanek Bevendorff
2017-06-06Update release tool and snapcraft.yaml (#610)Jonathan White
* Release tool checks snapcraft file for version and added removable-media plug * Added 'check' command to release tool. Code cleanup.
2017-02-26Enable Yubikey in release-tool by defaultJanek Bevendorff
2017-02-18Only use relative path in DIGEST fileJanek Bevendorff
2017-02-11Add missing target branch checkJanek Bevendorff
2017-02-11Parse CHANGELOG before checking out target branchJanek Bevendorff
2017-02-11re-implement realpath when it does NOT existJanek Bevendorff
2017-02-11Replace echo -e with printf to achieve better cross-platform compatibilityJanek Bevendorff
2017-02-07Also build httpJanek Bevendorff
2017-02-01Fix formatting and coding styleJanek Bevendorff
2017-02-01Check for existence of realpath instead of operating systemJanek Bevendorff
2017-01-31Manually implement realpath for OS XJanek Bevendorff
2017-01-29Only create bin-release dir on LinuxJanek Bevendorff
2017-01-29Support building on OS X (untested)Janek Bevendorff
2017-01-29Move packages to main release folder instead of bin-release on WindowsJanek Bevendorff
2017-01-29Add summary line to individual help pagesJanek Bevendorff
2017-01-29Use correct AppImage-Recipe.shJanek Bevendorff
2017-01-29Show error when invalid command specifiedJanek Bevendorff
2017-01-29Update translations before merging branchesJanek Bevendorff
2017-01-29Copy windows binaries to release-bin directoryJanek Bevendorff
2017-01-29Fix check for MsysJanek Bevendorff
2017-01-29Fix CMake options on WindowsJanek Bevendorff
2017-01-29Make release script more modular and useful on other platformsJanek Bevendorff