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/-all
flag to list command, by default only 10 most recent entries are shown - Added
quick
command for opening a continuous quick note that is not displayed with the list command - The
edit
command produces a markdown file on disk so syntax highlighting works better
Version 0.1.3 - Store files in the database ๐
add
command allows adding files to the databaseget
command allows receiving files from database, use of the--output
parameter allows setting filenameslist
displays the note type
Version 0.1.3-preview1 - Adding encrypted files to the database ๐
add
command allows adding files to the databaseget
command enforces the use of the--output
parameter for file noteslist
display 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 --remove
to 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 help
or--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
recipients
command to list included recipients
Version 0.0.2 - Editing ๐ & Shredding ๐ฃ
- Added
edit
command - Added
-S/--shred
param tocreate
andedit
commands to allow overwriting the temporary file with random data before deleting it - Added
arm64
binaries
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.