diff --git a/CHANGELOG.md b/CHANGELOG.md index e77c329..6f5b223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v0.3.4 - 14 Feb 2019 +* Alter text printed to terminal when a user opens an existing note to be friendlier +and more informative. + ## v0.3.3 - 14 Feb 2019 * Fix a bug where vim opened in insert mode but didn't place cursor at end of file. diff --git a/note b/note index f897d6f..27f68a4 100755 --- a/note +++ b/note @@ -7,7 +7,7 @@ create_note () { printf "$day-$month-$year\n---\n\n" > $note_path printf "Created new note: $note_path\n" else - printf "Note \"$note_path\" already exists.\n" + printf "Note \"$note_path\" already exists. Saving changes to existing file.\n" fi } @@ -23,7 +23,7 @@ print_info () { } print_help () { - printf "note - Note Keeper 0.3.3 (14 Feb 2019) + printf "note - Note Keeper 0.3.4 (14 Feb 2019) Usage: note [arguments]