Skip to content

1.2.0: Add encryption support

Compare
Choose a tag to compare
@sanjayankur31 sanjayankur31 released this 28 Apr 14:33
· 24 commits to main since this release
1.2.0
75b9c14

This release includes encryption support. It's quite a large hammer---it simply encrypts all files before committing. This also means that you must first decrypt files before editing them or viewing them. The script also does this.

Encryption support is optional. Most of us don't need to encrypt our research journals. However, I realised that some may want to do this. Some may even be using this for their personal journals, and there encryption may be more important.

Encryption is done using GPG, so you will need to generate a public/private key for yourself and keep it safe. (Search the web on how to do this, plenty of posts explain it very well).

Full Changelog: 1.0.0...1.2.0