Skip to content

Commit

Permalink
Merge pull request #20 from dcchambers/develop
Browse files Browse the repository at this point in the history
Merge v0.3.4 into master
  • Loading branch information
dcchambers committed Feb 14, 2019
2 parents 93b8e96 + 96d96c3 commit 2a5a235
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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.

Expand Down
4 changes: 2 additions & 2 deletions note
Expand Up @@ -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
}

Expand All @@ -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]
Expand Down

0 comments on commit 2a5a235

Please sign in to comment.