Skip to content

Releases: meld-cp/obsidian-encrypt

2.0.2: Merge pull request #54 from meld-cp:select-encrypt-cleanup

12 Nov 22:48
cbf9301
Compare
Choose a tag to compare

2.0.1

08 Nov 02:15
Compare
Choose a tag to compare

Bug fixes

  • fix large files can't be encrypted (#41)
  • add 'Change Password' and 'Lock' actions to note tab context menu (#49)

v2.0.0

07 Nov 08:37
Compare
Choose a tag to compare

To make encrypted notes more resilient, starting from v2.0.0, the plugin has taken a new direction in how it works. It no longer encrypts selections of text within your notes, instead, it opts in to creating an always encrypted note file.

The advantages of this new approach are:

  • Your note contents are always encrypted on disk.
  • Encrypted bytes are hidden away from the user making it difficult to accidentally corrupt the encryption and thus making the note un-decryptable.
  • Encrypted notes are easily identifiable by their '.encrypted' file extension.
  • Better workflow for editing encrypted notes.

⚠️ It is recommended that you change all previously inline encrypted text into the new encrypted note format. The old functionality will be removed at a later date.

1.6.2

12 Mar 01:26
Compare
Choose a tag to compare
version bump

1.6.1

12 Mar 00:54
Compare
Choose a tag to compare
version bump

1.6.0

11 Dec 05:38
cadbf2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.6.0

1.5.2

11 Dec 02:12
Compare
Choose a tag to compare

What's Changed

  • Make decrypt less clunky when expand to whole line setting is off by @meld-cp in #29

Full Changelog: 1.5.1...1.5.2

1.5.1

24 Oct 01:09
Compare
Choose a tag to compare
simplify, detect settings, better notifications

1.5.0: Merge pull request #25 from meld-cp:meld-cp/issue13

24 Oct 00:33
c0bd184
Compare
Choose a tag to compare
Please provide an option to encrypt full pages in obsidian

1.4.3: Merge pull request #24 from meld-cp:meld-cp/issue20

23 Oct 05:47
17fe444
Compare
Choose a tag to compare
Feature Request - Encrypt selected text