Releases: VictorGrycuk/StreamDeck-KeePass
Releases · VictorGrycuk/StreamDeck-KeePass
Replace KeePassLib
- Replace
KeePassLib
withKeePass.exe
which should fix several issues - Replace previous erroneous
1.6.1
version
Release 1.6.1 - Update dependencies Latest
- Update Newtonsoft to 13.0.3
- Update System.Drawing.Common to 7.0.0.0
1.6.0 Potential fix for outdated keepass version issue
Release notes
- Potential fix for
A newer KeePass version is required to open this file.
- Replaces KeePassLib.dll with KeePass.exe
1.5.0 Whole refactor of the project, new actions, new options, a few improvements
Improvements and new stuff
- Complete refactor of the project
- Decoupled all the plugin logic code from the StreamDeck Tool SDK
- Refactor of several classes to reduce duplicated code and improve creation of new actions
- Added the option to activate or deactivate the permutation of the characters in the password generation, as suggested by @Abba-
- Added the option to retrieve a KeePass entry by its UUID, as suggested by @nblyumberg
- nblyumberg reports that it has not been working for them, however, I will include the change anyway.
- New action:
Aware
- Allows to retrieve a KeePass entry based on the active window
- New action:
MircoBabin's KeePassCommander
- Allows direct communication with KeePass using MircoBabin's KeePassCommander
- New option added in all the actions,
Clear Time
- It will clear the clipboard after the specified time in seconds.
- It will not clear the clipboard if it is set to
0
, the default value.
Fixes
- The divs for both the password and key file path fields had the same ID. This was corrected.
- Might be related to the behaviour commented by @Jubess
- A missing
oninput="setSettings()"
was also added to the div for the db file path field
Possible breaking changes
- Due to the inclusion of the
Aware
action, now the plugin is compiled for x64 only.
1.4.0 Add support for key files
Adds a new optional configuration:
(Optional) Key File path
: If specified, it will be used to open the.kdbx
file
Improve plugin size
- Avoid including
.xml
files in the plug in file - Reduce the size of the
.pdb
files
Show actions results as icons
Updated
- Retrieve.
- Shows an ok sign if the value as copied to the clipboard
- Shows a warning sign if no entry was found
- Generate.
- Shows an ok sign if the password was generated successfully
- Shows a warning sign if no password was generated
- General update and modifications
Initial Release
-
Allow information retrieval from a
.kdbx
file- Username
- Password
- Notes
- Url
-
Implement password generation
- Add password generation customization
- Exclude specific characters
- Allow the use of custom password generation pattern