All Projects → Rookiestyle → EarlyUpdateCheck

Rookiestyle / EarlyUpdateCheck

Licence: GPL-3.0 license
Perform KeePass update check BEFORE opening a database and automatically update plugins

Programming Languages

C#
18002 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to EarlyUpdateCheck

PasswordChangeAssistant
KeePass plugin to change passwords and synchronize password profiles
Stars: ✭ 22 (-18.52%)
Mutual labels:  keepass, keepass-plugin, keepass2
GlobalSearch
Enhance KeePass search functionality to search in all open databases
Stars: ✭ 17 (-37.04%)
Mutual labels:  keepass, keepass-plugin, keepass2
KeePassSubsetExport
KeePassSubsetExport is a KeePass2 plugin which automatically exports a subset of entries to new databases
Stars: ✭ 39 (+44.44%)
Mutual labels:  keepass, keepass-plugin, keepass2
ColoredPassword
Use different colors for digits and special chars in passwords
Stars: ✭ 34 (+25.93%)
Mutual labels:  keepass, keepass-plugin, keepass2
QuickConnectPlugin
A KeePass plugin that allows you to connect to Windows/Linux/ESXi hosts.
Stars: ✭ 60 (+122.22%)
Mutual labels:  keepass, keepass-plugin
Keepass2android
Password manager app for Android
Stars: ✭ 2,887 (+10592.59%)
Mutual labels:  keepass, keepass2
Hibpofflinecheck
Keepass plugin that performs offline and online checks against HaveIBeenPwned passwords
Stars: ✭ 191 (+607.41%)
Mutual labels:  keepass
keepass-rs
KeePass kdbx database file parser
Stars: ✭ 72 (+166.67%)
Mutual labels:  keepass
Keepassjava2
Java API for KeePass Password Databases - Read/Write 2.x, Read 1.x
Stars: ✭ 168 (+522.22%)
Mutual labels:  keepass
qute-keepassxc
Qutebrowser userscript to fetch credentials from KeepassXC password database
Stars: ✭ 44 (+62.96%)
Mutual labels:  keepass
Keepassbrowserimporter
KeePass 2.x plugin which imports credentials from various browsers.
Stars: ✭ 139 (+414.81%)
Mutual labels:  keepass
kpmenu
Dmenu/rofi interface for KeePass
Stars: ✭ 21 (-22.22%)
Mutual labels:  keepass
Argon2 Browser
Argon2 library compiled for browser runtime
Stars: ✭ 197 (+629.63%)
Mutual labels:  keepass
KeePassQuickUnlock
KeePass 2.x plugin which lets you unlock databases quickly.
Stars: ✭ 121 (+348.15%)
Mutual labels:  keepass
Poshkeepass
PowerShell module for KeePass
Stars: ✭ 177 (+555.56%)
Mutual labels:  keepass
sandpass
Password manager for Sandstorm
Stars: ✭ 26 (-3.7%)
Mutual labels:  keepass
Keepasswinhello
Quick unlock with Windows Hello for KeePass 2
Stars: ✭ 162 (+500%)
Mutual labels:  keepass
buttercup-importer
🎣 3rd-party archive importer for Buttercup
Stars: ✭ 39 (+44.44%)
Mutual labels:  keepass
keepassxc-pwned
Check your keepassxc database against previously breached haveibeenpwned passwords
Stars: ✭ 25 (-7.41%)
Mutual labels:  keepass
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+111.11%)
Mutual labels:  keepass

EarlyUpdateCheck

Version Releasedate Downloads
License: GPL v3

Keepass performs its update check only after all initialization is done and - if configured - the most recently used database has been opened.

EarlyUpdateCheck helps to run this checks for updates of KeePass and installed plugins BEFORE a database is opened.
Additionally, it offers a handy one click update mode for all of my plugins integrated in KeePass' update check and also supports updating KeePass itself. This will invoke Windows UAC if required to copy the downloaded files into KeePass' plugin folder. Details can be found in the configuration settings.

EarlyUpdateCheck can update other author's plugins as well. Please have a look at the wiki for details.

EarlyUpdateCheck will trigger KeePass' built-in update check only if all of the following criteria are met

  • Check for update at KeePass startup is active
  • Remember and automatically open last used database on start is active
  • Start minimized and locked is not active

Table of Contents

Configuration

EarlyUpdateCheck integrates into KeePass' options form. Options

The upper part defines whether the update check shall start even before a database is opened. In this case, the update check is triggered as early as possible. As the update check runs in a separate thread, it is still possible that you opened a database while the update check is still running.

To avoid this, check Update check in foregound. KeePass will then wait for the update check to be finished. In case of network issues you may have this update check continue in background.
Checking

One-Click plugin update

The lower part of the options screen allow you to update my plugins in a very easy way. If an update for any of my plugins is available, the Update check form will show an additional column. Select all plugins you wish to update and click Start Update.
Update

Once the plugins have been updated, you need to restart KeePass.
Restart

KeePass update

EarlyUpdateCheck can also update KeePass itself.
KeePass is shipped in different variants and each of them requires a specific way of updating.

EarlyUpdateCheck can detect the used installation variant and if it's correct, you only need to confirm and you're ready to go.
KeePass update

When using the portable version, EarlyUpdateCheck will download the new zip package, extract it to a temporary folder and open this folder in explorer.
To finish the update, you need to close KeePass and copy the downloaded files to your current KeePass folder.

For the other two cases, EarlyUpdateCheck will download the required file. You can decide to open the folder containing the downloaded file or you can start the installation immediately.
Don't forget to close KeePass in the latter case.

Anytime, please ensure to have a working backup strategy.

Translations

My plugins are provided with English language built-in and allow usage of translation files. These translation files need to be placed in a folder called Translations inside your plugin folder. If a text is missing in the translation file, it is backfilled with English text. You're welcome to add additional translation files by creating a pull request as described in the wiki.

Naming convention for translation files: <plugin name>.<language identifier>.language.xml
Example: EarlyUpdateCheck.de.language.xml

The language identifier in the filename must match the language identifier inside the KeePass language that you can select using View -> Change language...
This identifier is shown there as well.

Download & updates

Please follow these links to download the plugin file itself.

If you're interested in any of the available translations in addition, please download them from the Translations folder.

In addition to the manual way of downloading the plugin, you can use EarlyUpdateCheck to update both the plugin and its translations automatically.
See the one click plugin update wiki for more details.

Requirements

  • KeePass: 2.38
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].