Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 14, 2018
1 parent cba5295 commit bedfafa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v1.3.0"></a>
# [v1.3.0](https://github.com/rhysd/notes-cli/releases/tag/v1.3.0) - 14 Nov 2018

- New: Refer `$EDITOR` environment variable when `$NOTES_CLI_EDITOR` is not set
- Improve: Allow `$NOTES_CLI_EDITOR` to have options such as `"vim -g"`. Previously only command and path could be specified like `"code"` or `"/path/to/emacs"`
- Improve: Add more documents
- Fix: Add/Fix some tests

[Changes][v1.3.0]


<a name="v1.2.0"></a>
# [v1.2.0](https://github.com/rhysd/notes-cli/releases/tag/v1.2.0) - 09 Nov 2018

Expand Down Expand Up @@ -77,6 +88,7 @@ https://github.com/rhysd/notes-cli/blob/master/README.md
[Changes][v1.0.0]


[v1.3.0]: https://github.com/rhysd/notes-cli/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/rhysd/notes-cli/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/rhysd/notes-cli/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/rhysd/notes-cli/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Cmd interface {
}

// Version is version string of notes command. It conforms semantic versioning
var Version = "1.2.0"
var Version = "1.3.0"

// ParseCmd parses given arguments as command line options and returns corresponding subcommand instance.
// When no subcommand matches or argus contains invalid argument, it returns an error
Expand Down

0 comments on commit bedfafa

Please sign in to comment.