Releases: 3c7/age-encrypted-notebook
Releases Β· 3c7/age-encrypted-notebook
v0.1.5 - Maintenance
Version 0.1.4 - Quicknote, Tags, Markdown and Fixes π§
- Implemented Tags for notes
- Removed slugs from list command
- Added
-a/-allflag to list command, by default only 10 most recent entries are shown - Added
quickcommand for opening a continuous quick note that is not displayed with the list command - The
editcommand produces a markdown file on disk so syntax highlighting works better
Version 0.1.3 - Store files in the database π
addcommand allows adding files to the databasegetcommand allows receiving files from database, use of the--outputparameter allows setting filenameslistdisplays the note type
Version 0.1.3-preview1 - Adding encrypted files to the database π
addcommand allows adding files to the databasegetcommand enforces the use of the--outputparameter for file noteslistdisplay the note type
The code needs some polish, so this is a preview.
Version 0.1.2 - Implemented removing recipients π«
- Small fixes (typos, unnecessary line breaks, ...)
- Implemented
recipients --removeto remove recipients by its alias
Version 0.1.1 - Unix Pipes, improved outputΒ π
- Support for creating notes through piping output to
aen write -t "<Note title here>" - Brief usage string instead wall of text, access complete usage text via
aen helpor--help remove(rm) command does not report success if note not available anymore- Notes get printed to stdout instead of stderr
Version 0.1.0 - Refactored recipients π
- Refactored recipients so they include an alias - this is a breaking change as previously the recipients list in the database was just a list of public keys
- Added
recipientscommand to list included recipients
Version 0.0.2 - Editing π & Shredding π£
- Added
editcommand - Added
-S/--shredparam tocreateandeditcommands to allow overwriting the temporary file with random data before deleting it - Added
arm64binaries
Version 0.0.1 - Initial release π
Age Encrypted Notebook (aen) is a small tool that writes small text snippets (notes) into a bolt DB. Check the README.md.