Releases: meld-cp/obsidian-encrypt
Releases · meld-cp/obsidian-encrypt
2.0.2: Merge pull request #54 from meld-cp:select-encrypt-cleanup
Encrypt in-place code cleanup
2.0.1
v2.0.0
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
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0: Merge pull request #25 from meld-cp:meld-cp/issue13
Please provide an option to encrypt full pages in obsidian
1.4.3: Merge pull request #24 from meld-cp:meld-cp/issue20
Feature Request - Encrypt selected text