Skip to content

Releases: tejado/obsidian-gpgCrypt

v0.4.0 - Minor feature update

26 Jan 14:15
a8ea275
Compare
Choose a tag to compare

New features:

  • Support OpenPGP.js keys outside of the Vault by specifiying a relative path.

Bugfixes:

  • Fix a bug in which pressed keys during the Passphrase modal close caused in certain situations a wrong note-overwrite

v0.3.0 - Feature Update

15 Jan 18:40
526623d
Compare
Choose a tag to compare

New features:

  • Mobile device support
  • "Ask for passphrase on startup" setting for OpenPGP.js backend
  • "Decryption cache" setting for GPG CLI backend
  • Decryption modal for GPG CLI backend, including the option to cancel the execution of gpg cli
  • The last opened encrypted note is now getting loaded again on startup

Bugfixes:

  • Fix that multiple passphrase prompts are opened even when the passphrase was correct
  • Fix that file-recovery plugin introduced a new event registration that wasnt hooked by gpgCrypt
  • Fix to avoid multiple Notices during one note opening
  • Minimum passphrase cache time is now 10 seconds
  • "Remember passphrase" setting now only available for OpenPGP.js backend as it has no function for GPG CLI backend
  • Dependency update

v0.2.0 - Feature Update

04 Nov 14:31
0.2.0
4d54df7
Compare
Choose a tag to compare
  • Option to encrypt all notes (#1)
  • Option to indicate encryption status over "gpg" file extension (#2)
  • Improved welcome dialog to be more specific regarding usage of existing keys (#3)

Initial release (v0.1.0)

11 Sep 17:12
5de1f18
Compare
Choose a tag to compare
  • Asymmetric encryption with key pair
  • Seamless for maximum compatibility
  • OpenPGP smartcard support (e.g. with YubiKey, Nitrokey, ...) over gpg CLI Wrapper
  • Configurable duration of remembering your password
  • Configure how encrypted notes should be handled by the file recovery core plugin.
  • Enable/disable compression
  • Tested with Obsidian Sync
  • Status bar integration