Skip to content

1.5.0 Whole refactor of the project, new actions, new options, a few improvements

Compare
Choose a tag to compare
@VictorGrycuk VictorGrycuk released this 22 Jan 03:19
· 6 commits to master since this release
01d6de3

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
  • 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.