Skip to content

Commit

Permalink
New Features added:
Browse files Browse the repository at this point in the history
- Edit the note's title with `note edit --title`;
- When creating a new note, if notePath does not exist, it's created.

Bugs fixed:
- `note list` now list only files which seems to be notes;
- Any command which is not creating a note will return error if notePath
  does not exist.
- Error when note is not found.
  • Loading branch information
Rafael Gumieri authored and Rafael Gumieri committed Apr 30, 2018
1 parent 06fbb34 commit a723d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {

app.Name = "Note"

app.Version = "0.0.5"
app.Version = "0.1.0"

app.Usage = "Quick and easy Command-line tool for taking notes"
app.UsageText = "note [just type a text] [or command] [with command options]"
Expand Down

0 comments on commit a723d82

Please sign in to comment.