Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@TcM1911 TcM1911 released this 21 Jan 21:43

Improvements

FreeBSD support

Initial support for FreeBSD has been added. Support is experimental.

Support for running multiple instances of CLInote

The database, boltdb, used locks the database file to ensure only
one process has access to the database. This prevents multiple
instances of CLInote to run at the same time. This improvement
ensures the database closes at least 5 seconds after the last db
action to allow other instances access the db.

Notebook name added to the note header

The notebook name has been added to the note header. The note can
be moved to a different notebook by changing the notebook in the
header.

Reduce size of the binary

The release binaries are now stripped to reduce the size.

Tests

Added unit tests for the function CreateAndEditNewNote

Bug fixes

  • Ensure notes ends with a new line character.
  • Fixed temporary filename when editing new notes