Version 0.5.0
New method for adding credentials
It's possible to add credential via the user add command.
This can be used to add a different user account.
Using tablewriter for table printing.
The output tables are now generated by the tablewriter package.
Save note to database if save to notestore fails.
If the note saving fails, due to for example a network issue,
clinote will save a copy of the note to the local storage.
The saved note can be recovered by using the --recover
flag.
Added a header to the note while editing.
A new note header is now added to the note.
The header currently only holds the note title but more can be
added in the future. Changing the note title in the header will
change the note title.
Code refactoring
- The note edit logic has been moved to the main library.
- Added unit tests for testing the logic.