Skip to content

Releases: 3c7/age-encrypted-notebook

v0.1.5 - Maintenance

16 Jan 21:10
@3c7 3c7
41e230a
Compare
Choose a tag to compare
  • Update age
  • Removed unnecessary files from the repo

Version 0.1.4 - Quicknote, Tags, Markdown and Fixes ๐Ÿšง

09 Feb 11:59
@3c7 3c7
Compare
Choose a tag to compare
  • 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 ๐Ÿ“š

27 Jun 16:23
@3c7 3c7
Compare
Choose a tag to compare
  • add command allows adding files to the database
  • get command allows receiving files from database, use of the --output parameter allows setting filenames
  • list displays the note type

Version 0.1.3-preview1 - Adding encrypted files to the database ๐Ÿ“š

26 Jun 19:53
@3c7 3c7
8205576
Compare
Choose a tag to compare
  • add command allows adding files to the database
  • get command enforces the use of the --output parameter for file notes
  • list display the note type

The code needs some polish, so this is a preview.

Version 0.1.2 - Implemented removing recipients ๐Ÿšซ

09 Apr 19:18
@3c7 3c7
Compare
Choose a tag to compare
  • Small fixes (typos, unnecessary line breaks, ...)
  • Implemented recipients --remove to remove recipients by its alias

Version 0.1.1 - Unix Pipes, improved outputย ๐Ÿ“

27 Feb 15:50
@3c7 3c7
Compare
Choose a tag to compare
  • 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 ๐Ÿ”

19 Feb 23:09
@3c7 3c7
Compare
Choose a tag to compare
  • 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 ๐Ÿ’ฃ

19 Feb 18:17
@3c7 3c7
Compare
Choose a tag to compare
  • Added edit command
  • Added -S/--shred param to create and edit commands to allow overwriting the temporary file with random data before deleting it
  • Added arm64 binaries

Version 0.0.1 - Initial release ๐ŸŽ‰

14 Feb 21:47
@3c7 3c7
Compare
Choose a tag to compare

Age Encrypted Notebook (aen) is a small tool that writes small text snippets (notes) into a bolt DB. Check the README.md.