I hope I'm following semver correctly, this is a minor version update and not a patch update because the CLI input prompt style changed
Also, no one should be using 0.2.4 b/c of the database bug.
Added
Documentation for adding syntax highlighting themes to the README (Issue #47)
Changed
Updated dialoguer to 0.6.2.
This makes new
and edit
look much nicer. Destructive commands (clear
and del
) now use dialoguer's Confirm prompt.
Fixed
The code preview for search
shows the correct number of lines now in the top right corner, previously it showed 3 extra because of newlines.
This fixes Issue #46